Skip to content

Commit 456a592

Browse files
author
shekhar.bansal
committed
[SPARK-6653][yarn] New configuration property to specify port for sparkYarnAM actor system
1 parent 803e93e commit 456a592

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/running-on-yarn.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,13 @@ Most of the configs are the same for Spark on YARN as for other deployment modes
133133
Same as <code>spark.yarn.driver.memoryOverhead</code>, but for the Application Master in client mode.
134134
</td>
135135
</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>
136143
<tr>
137144
<td><code>spark.yarn.queue</code></td>
138145
<td>default</td>

0 commit comments

Comments
 (0)