-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-14601][DOC] Minor doc/usage changes related to removal of Spark assembly #12365
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
|
Looks good though a quick search showed many more instances of "assembly jar" -- you might want to zap them all here |
|
Thanks! I only looked through docs, but let me take a closer second look. |
|
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. |
|
Test build #55732 has finished for PR 12365 at commit
|
|
Test build #55738 has finished for PR 12365 at commit
|
|
Test build #55737 has finished for PR 12365 at commit
|
|
LGTM |
|
Thanks - merging this. |
|
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.