We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 803e93e commit 456a592Copy full SHA for 456a592
docs/running-on-yarn.md
@@ -133,6 +133,13 @@ Most of the configs are the same for Spark on YARN as for other deployment modes
133
Same as <code>spark.yarn.driver.memoryOverhead</code>, but for the Application Master in client mode.
134
</td>
135
</tr>
136
+<tr>
137
+ <td><code>spark.yarn.am.port</code></td>
138
+ <td>(random)</td>
139
+ <td>
140
+ Port for the YARN Application Master to listen on.
141
+ </td>
142
+</tr>
143
<tr>
144
<td><code>spark.yarn.queue</code></td>
145
<td>default</td>
0 commit comments