[SPARK-5811] Added documentation for maven coordinates and added Spark Packages support#4662
Closed
brkyvz wants to merge 11 commits intoapache:masterfrom
Closed
[SPARK-5811] Added documentation for maven coordinates and added Spark Packages support#4662brkyvz wants to merge 11 commits intoapache:masterfrom
brkyvz wants to merge 11 commits intoapache:masterfrom
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
|
Contributor
Author
|
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
|
Contributor
|
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. |
asfgit
pushed a commit
that referenced
this pull request
Feb 18, 2015
…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>
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.
Documentation for maven coordinates + Spark Package support. Added pyspark tests for
--packages