-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[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
Conversation
…netes` and `running-on-yarn` pages
|
I think a better approach to fixing the styling of tables is to assign them to a class and then define the appropriate rules in I was planning to do this as a follow-up to #44300 if it gets approved, but feel free obviously to try that here if you agree. |
|
There are actually more places where this issue are. Like in GROUP BY Clause for spark 3.5 |
|
I will define a style in the file |
|
Hi @panbingkun, the scrollbar has been fixed. FYI,#44423 |
@yaooqinn |
@yaooqinn
|
running-on-kubernetes and running-on-yarn pagesrunning-on-yarn pages
|
@panbingkun, thank you for the double check |
docs/running-on-yarn.md
Outdated
| initialization. This prevents application failures caused by running containers on | ||
| NodeManagers where the Spark Shuffle Service is not running. | ||
| </td> | ||
| <td></td> |
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.
Please ensure that the value is fulfilled.
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.
+1
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.
Okay, let me find the versions of each option.
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.
Done
| <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> |
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
| <td></td> | ||
| </tr> | ||
| <tr> | ||
| <td><code>spark.yarn.shuffle.service.metrics.namespace</code></td> |
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/31936/files#diff-71e304edb6adff7be2edd8855cd040b965240627aa6ebe5b5e941b2fc41e090dR105
Starting from the following version of the document: https://spark.apache.org/docs/3.2.0/running-on-yarn.html
branch-3.1(non-exist): https://github.com/apache/spark/blob/branch-3.1/docs/running-on-yarn.md?plain=1
branch-3.2(exist): https://github.com/apache/spark/blob/branch-3.2/docs/running-on-yarn.md?plain=1
=> 3.2.0
| <td></td> | ||
| </tr> | ||
| <tr> | ||
| <td><code>spark.yarn.shuffle.service.logs.namespace</code></td> |
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/34079/files#diff-661e1c80840458affe09c28d71a7901d9bf15d6e87edd0c26dec1c8fd78b128aR810
Starting from the following version of the document: https://spark.apache.org/docs/3.3.0/running-on-yarn.html
branch-3.2(non-exist): https://github.com/apache/spark/blob/branch-3.2/docs/running-on-yarn.md?plain=1
branch-3.3(exist): https://github.com/apache/spark/blob/branch-3.3/docs/running-on-yarn.md?plain=1
=> 3.3.0
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.
+1, LGTM. Merged to master/3.5.
… pages ### What changes were proposed in this pull request? The pr aims to fix the formatting of tables in `running-on-yarn` pages. ### Why are the changes needed? Make the tables on the page display normally. Before: <img width="1288" alt="image" src="https://github.com/apache/spark/assets/15246973/26facec4-d805-4549-a640-120c499bd7fd"> After: <img width="1310" alt="image" src="https://github.com/apache/spark/assets/15246973/cf6c20ef-a4ce-4532-9acd-ab9cec41881a"> ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Manually check. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #44540 from panbingkun/SPARK-46546. Authored-by: panbingkun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 85b44cc) Signed-off-by: Dongjoon Hyun <[email protected]>
|
Thank you, @panbingkun and all. |






What changes were proposed in this pull request?
The pr aims to fix the formatting of tables in
running-on-yarnpages.Why are the changes needed?
Make the tables on the page display normally.

Before:
After:

Does this PR introduce any user-facing change?
No.
How was this patch tested?
Manually check.
Was this patch authored or co-authored using generative AI tooling?
No.