[ZEPPELIN-1336] hadoop library for spark interpreter is not match.#1335
Closed
astroshim wants to merge 3 commits intoapache:masterfrom
Closed
[ZEPPELIN-1336] hadoop library for spark interpreter is not match.#1335astroshim wants to merge 3 commits intoapache:masterfrom
astroshim wants to merge 3 commits intoapache:masterfrom
Conversation
spark/pom.xml
Outdated
|
|
||
| <groupId>org.apache.zeppelin</groupId> | ||
| <artifactId>zeppelin-spark_2.10</artifactId> | ||
| <artifactId>zeppelin-spark_2.11</artifactId> |
Member
There was a problem hiding this comment.
Currently Zeppelin is built with Scala 2.10 by default and that's why it has 2.10 suffix. If you changed this line because of the build error, I recommend you to use dev/change_scala_version.sh 2.11 prior to building with mvn.
FYI, there is jira ticket making Scala 2.11 to default so this change better to be handled there.
Contributor
Author
There was a problem hiding this comment.
Update spark2.11 is my mistake. It was for testing so I'll fix it.
Thank you.
Member
|
I think spark-dependencies is a proper position for this change. How do you think? |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR for?
This PR is for download hadoop libraries for yarn cluster.
This issue comes from #1318.
What type of PR is it?
Bug Fix
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1336
How should this be tested?
1 build zeppelin for
spark2.0&hadoop2.72 verify hadoop library version for spark.
Questions: