-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-4642] Add description about spark.yarn.queue to running-on-YARN document. #3500
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
Added descriptions about these parameters. - spark.yarn.report.interval - spark.yarn.queue - spark.yarn.user.classpath.first - spark.yarn.scheduler.reporterThread.maxFailures Modified description about the defalut value of this parameter. - spark.yarn.submit.file.replication
|
Test build #23927 has started for PR 3500 at commit
|
|
Test build #23927 has finished for PR 3500 at commit
|
|
Test PASSed. |
|
Hi @tsudukim , |
|
Test build #24013 has started for PR 3500 at commit
|
|
@sryza and @tgravescs Thank you for your review. I removed them. Only |
|
Test build #24013 has finished for PR 3500 at commit
|
|
Test PASSed. |
docs/running-on-yarn.md
Outdated
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.
A little better gramatically: "The name of the YARN queue to which the application is submitted."
|
Had one more nit. Otherwise this looks good to me. |
|
@sryza Thank you for your helpful advice! Modified it. |
|
Test build #24098 has started for PR 3500 at commit
|
|
Ok merging this into master and 1.2 thank you @tsudukim and reviewers |
|
Actually @tsudukim could you update the PR description and the title? Now this only documents |
|
@andrewor14 Thank you! |
|
Alright I'm merging this into master 1.2 and 1.1 thanks |
|
Test build #24098 has finished for PR 3500 at commit
|
|
Test PASSed. |
…N document. Added descriptions about these parameters. - spark.yarn.queue Modified description about the defalut value of this parameter. - spark.yarn.submit.file.replication Author: Masayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp> Closes #3500 from tsudukim/feature/SPARK-4642 and squashes the following commits: ce99655 [Masayoshi TSUZUKI] better gramatically. 21cf624 [Masayoshi TSUZUKI] Removed intentionally undocumented properties. 88cac9b [Masayoshi TSUZUKI] [SPARK-4642] Documents about running-on-YARN needs update (cherry picked from commit 692f493) Signed-off-by: Andrew Or <andrew@databricks.com>
…N document. Added descriptions about these parameters. - spark.yarn.queue Modified description about the defalut value of this parameter. - spark.yarn.submit.file.replication Author: Masayoshi TSUZUKI <tsudukim@oss.nttdata.co.jp> Closes #3500 from tsudukim/feature/SPARK-4642 and squashes the following commits: ce99655 [Masayoshi TSUZUKI] better gramatically. 21cf624 [Masayoshi TSUZUKI] Removed intentionally undocumented properties. 88cac9b [Masayoshi TSUZUKI] [SPARK-4642] Documents about running-on-YARN needs update
Added descriptions about these parameters.
Modified description about the defalut value of this parameter.