-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-15782] [YARN] Fix spark.jars and spark.yarn.dist.jars handling #13709
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
Conversation
|
LGTM since I already tested the 2.10 changes yesterday. |
|
ok to test |
|
Test build #60652 has finished for PR 13709 at commit
|
|
retest this please |
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.
can you add a java doc on this and explain what happens in YARN vs other modes?
|
Test build #60661 has finished for PR 13709 at commit
|
34cb915 to
699e269
Compare
|
added javadoc for |
|
Test build #60666 has finished for PR 13709 at commit
|
|
Merging to master / 2.0. |
When `--packages` is specified with spark-shell the classes from those packages cannot be found, which I think is due to some of the changes in SPARK-12343. Tested manually with both scala 2.10 and 2.11 repls. vanzin davies can you guys please review? Author: Marcelo Vanzin <[email protected]> Author: Nezih Yigitbasi <[email protected]> Closes #13709 from nezihyigitbasi/SPARK-15782. (cherry picked from commit 63470af) Signed-off-by: Marcelo Vanzin <[email protected]>
What changes were proposed in this pull request?
When
--packagesis specified with spark-shell the classes from those packages cannot be found, which I think is due to some of the changes in SPARK-12343.How was this patch tested?
Tested manually with both scala 2.10 and 2.11 repls.
@vanzin @davies can you guys please review?