-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-46546][DOCS] Fix the formatting of tables in running-on-yarn pages
#44540
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
Changes from all commits
674496d
d8c5460
3635512
cc11057
39a112d
ca304b6
f87a260
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -866,7 +866,7 @@ to avoid garbage collection issues during shuffle. | |
| The following extra configuration options are available when the shuffle service is running on YARN: | ||
|
|
||
| <table> | ||
| <thead><tr><th>Property Name</th><th>Default</th><th>Meaning</th></tr></thead> | ||
| <thead><tr><th>Property Name</th><th>Default</th><th>Meaning</th><th>Since Version</th></tr></thead> | ||
| <tr> | ||
| <td><code>spark.yarn.shuffle.stopOnFailure</code></td> | ||
| <td><code>false</code></td> | ||
|
|
@@ -875,6 +875,7 @@ The following extra configuration options are available when the shuffle service | |
| initialization. This prevents application failures caused by running containers on | ||
| NodeManagers where the Spark Shuffle Service is not running. | ||
| </td> | ||
| <td>2.1.0</td> | ||
| </tr> | ||
| <tr> | ||
| <td><code>spark.yarn.shuffle.service.metrics.namespace</code></td> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. PR: https://github.com/apache/spark/pull/31936/files#diff-71e304edb6adff7be2edd8855cd040b965240627aa6ebe5b5e941b2fc41e090dR105 => 3.2.0 |
||
|
|
@@ -883,6 +884,7 @@ The following extra configuration options are available when the shuffle service | |
| The namespace to use when emitting shuffle service metrics into Hadoop metrics2 system of the | ||
| NodeManager. | ||
| </td> | ||
| <td>3.2.0</td> | ||
| </tr> | ||
| <tr> | ||
| <td><code>spark.yarn.shuffle.service.logs.namespace</code></td> | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. PR: https://github.com/apache/spark/pull/34079/files#diff-661e1c80840458affe09c28d71a7901d9bf15d6e87edd0c26dec1c8fd78b128aR810 => 3.3.0 |
||
|
|
@@ -894,6 +896,7 @@ The following extra configuration options are available when the shuffle service | |
| may expect the logger name to look like a class name, it's generally recommended to provide a value which | ||
| would be a valid Java package or class name and not include spaces. | ||
| </td> | ||
| <td>3.3.0</td> | ||
| </tr> | ||
| <tr> | ||
| <td><code>spark.shuffle.service.db.backend</code></td> | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.
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.
PR: https://github.com/apache/spark/pull/14162/files#diff-71e304edb6adff7be2edd8855cd040b965240627aa6ebe5b5e941b2fc41e090dR75
Starting from the following version of the document: https://spark.apache.org/docs/2.1.0/running-on-yarn.html
branch 2.0(non-exist): https://github.com/apache/spark/blob/branch-2.0/docs/running-on-yarn.md?plain=1
branch 2.1(exist): https://github.com/apache/spark/blob/branch-2.1/docs/running-on-yarn.md?plain=1
=> 2.1.0