Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Meteor webfrontend #23

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

physikerwelt
Copy link
Contributor

For some reasons the meteor-webfrontend code was only partially merged into stratosphere-sopremo.

@physikerwelt
Copy link
Contributor Author

squashed commits to remove merge messages from the git log

@AHeise
Copy link

AHeise commented Oct 28, 2013

Travis indicates a compilation error. You used Java 7 syntax but the build is still configured as Java 6.

/home/travis/build/stratosphere/stratosphere-sopremo/meteor/meteor-webfrontend/src/main/java/eu/stratosphere/meteor/client/common/FileSystemUtility.java:[83,21] try-with-resources is not supported in -source 1.6

Either we completely move to Java 7 (my preference) or you change the statements.

@physikerwelt physikerwelt mentioned this pull request Oct 28, 2013
@physikerwelt
Copy link
Contributor Author

There are still more errors:
@AndreG-P Can you check it and send me the missing files from your backup?

@physikerwelt
Copy link
Contributor Author

For some reasons the resources are not copied... I don't understand why

physikerwelt and others added 10 commits October 30, 2013 19:00
Change-Id: I57ba84c134e45f0e15486284161f181bae145f51

Conflicts:
	meteor/meteor-webfrontend/src/main/java/eu/stratosphere/meteor/client/common/FileSystemUtility.java
	meteor/meteor-webfrontend/src/main/java/eu/stratosphere/meteor/client/common/MeteorContextHandler.java
	meteor/meteor-webfrontend/src/test/java/eu/stratosphere/meteor/client/ClientFrontendTest.java
	meteor/meteor-webfrontend/src/test/java/eu/stratosphere/meteor/client/WebFrontendTest.java
	meteor/meteor-webfrontend/src/test/java/eu/stratosphere/meteor/client/common/MeteorContextHandlerTest.java
	meteor/meteor-webfrontend/src/test/java/eu/stratosphere/meteor/client/util/LocalTestsFileSystem.java
	meteor/meteor-webfrontend/src/test/java/eu/stratosphere/meteor/client/web/AnalysisServletTest.java
	meteor/meteor-webfrontend/src/test/java/eu/stratosphere/meteor/client/web/ErrorServletTest.java
	meteor/meteor-webfrontend/src/test/java/eu/stratosphere/meteor/client/web/OtherServletTest.java
	meteor/meteor-webfrontend/src/test/java/eu/stratosphere/meteor/client/web/RuntimeStateServletTest.java
	stratosphere-dist/src/main/assemblies/bin.xml
	stratosphere-dist/src/main/assemblies/src.xml

Fix Java version

changes of hadoop version

Remove dependencies to local (.m2) stratosphere installation

Fix link to meteor-webfrontend resources
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants