-
Notifications
You must be signed in to change notification settings - Fork 28.6k
[SPARK-5811] Added documentation for maven coordinates and added Spark Packages support #4662
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
Test build #27654 has finished for PR 4662 at commit
|
Test build #27655 has finished for PR 4662 at commit
|
Test build #27656 has finished for PR 4662 at commit
|
Adding spark-packages as a repo broke one test. Pushing update once I make sure it passes it locally. |
Test build #27659 has finished for PR 4662 at commit
|
Hey @brkyvz thanks for this, I'm going to merge it. I might remove Spark Packages-specific comments. While it's great that this will work well with Spark packages, I think we want this to be a fairly neutral thing where it can be used with other maven repositories as well. |
…k Packages support Documentation for maven coordinates + Spark Package support. Added pyspark tests for `--packages` Author: Burak Yavuz <brkyvz@gmail.com> Author: Davies Liu <davies@databricks.com> Closes #4662 from brkyvz/SPARK-5811 and squashes the following commits: 56ccccd [Burak Yavuz] fixed broken test 64cb8ee [Burak Yavuz] passed pep8 on local c07b81e [Burak Yavuz] fixed pep8 a8bd6b7 [Burak Yavuz] submit PR 4ef4046 [Burak Yavuz] ready for PR 8fb02e5 [Burak Yavuz] merged master 25c9b9f [Burak Yavuz] Merge branch 'master' of github.com:apache/spark into python-jar 560d13b [Burak Yavuz] before PR 17d3f76 [Davies Liu] support .jar as python package a3eb717 [Burak Yavuz] Merge branch 'master' of github.com:apache/spark into SPARK-5811 c60156d [Burak Yavuz] [SPARK-5811] Added documentation for maven coordinates (cherry picked from commit ae6cfb3) Signed-off-by: Patrick Wendell <patrick@databricks.com>
Documentation for maven coordinates + Spark Package support. Added pyspark tests for
--packages