Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/running-on-yarn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Copy link
Contributor Author

@panbingkun panbingkun Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

<td><code>false</code></td>
Expand All @@ -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>
Copy link
Contributor Author

@panbingkun panbingkun Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expand All @@ -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>
Copy link
Contributor Author

@panbingkun panbingkun Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expand All @@ -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>
Expand Down