Uh oh!
There was an error while loading. Please reload this page.
[SPARK-14601][DOC] Minor doc/usage changes related to removal of Spark assembly - #12365
[SPARK-14601][DOC] Minor doc/usage changes related to removal of Spark assembly#12365markgrover wants to merge 3 commits into
Conversation
srowen
commented
Apr 13, 2016
Looks good though a quick search showed many more instances of "assembly jar" -- you might want to zap them all here |
markgrover
commented
Apr 13, 2016
Thanks! I only looked through docs, but let me take a closer second look. |
markgrover
commented
Apr 13, 2016
Ok, I have replaced the usage at a few more places. And, for those curious, the only places that are left now are: seem legit usages because they either talk about streaming backends where assembly jars are still the norm, or how users run applications as assembly/uber jars. |
SparkQA
commented
Apr 13, 2016
Test build #55732 has finished for PR 12365 at commit
|
SparkQA
commented
Apr 13, 2016
Test build #55738 has finished for PR 12365 at commit
|
SparkQA
commented
Apr 13, 2016
Test build #55737 has finished for PR 12365 at commit
|
srowen
commented
Apr 14, 2016
LGTM |
rxin
commented
Apr 15, 2016
Thanks - merging this. |
markgrover
commented
Apr 15, 2016
Thanks Reynold and Sean! |
What changes were proposed in this pull request?
Removing references to assembly jar in documentation.
Adding an additional (previously undocumented) usage of spark-submit to run examples.
How was this patch tested?
Ran spark-submit usage to ensure formatting was fine. Ran examples using SparkSubmit.