-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ZEPPELIN-2865] upgrade Beam interpreter to latest version #2541
Conversation
0a73b36
to
46ad7ef
Compare
Thanks for the contribution. Could you check the failed job? |
sure, seems an error in UI test, let me trigger it again. |
@@ -8,12 +8,9 @@ Current interpreter implementation supports the static repl. It compiles the cod | |||
You have to first build the Beam interpreter by enable the **beam** profile as follows: | |||
|
|||
``` | |||
mvn clean package -Pbeam -DskipTests | |||
mvn clean package -Pbeam -DskipTests -Pscala-2.10 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, you removed the ### Notice
section and added -Pscala-2.10
.
It's quite unclear to use scala 2.10 only or not. Can we use scala-2.11+ as of beam 2.0?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's still scala-2.10
only in Beam 2.0, let me restore the notice message. --Btw, does Zeppelin provide a release version with scala-2.11
(donot find in download page)? Wanna know what will happen with Beam.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xumingmin Hi Zeppelin can be built with scala-2.11
You can use it like
./dev/change_scala_version.sh 2.11
mvn clean package...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @1ambda . I verified the libraries in Beam, that it only supports scala_2.10 so far.
LGTM. Merge if no more discussion. |
What is this PR for?
upgrade Beam interpreter to use the latest version of Apache Beam.
What type of PR is it?
[Improvement]
Todos
What is the Jira issue?
How should this be tested?
Refer to
docs/interpreter/beam.md
for an example;Screenshots (if appropriate)
Questions:
docs/interpreter/beam.md
andREADME.md