Skip to content

Commit 5117258

Browse files
author
shekhar.bansal
committed
[SPARK-6653][yarn] New config to specify port for sparkYarnAM actor system
updated config description as suggested by @tgravescs
1 parent 9de5330 commit 5117258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/running-on-yarn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Most of the configs are the same for Spark on YARN as for other deployment modes
137137
<td><code>spark.yarn.am.port</code></td>
138138
<td>(random)</td>
139139
<td>
140-
Port for the YARN Application Master to listen on. This is used for communicating with the executors.
140+
Port for the YARN Application Master to listen on. In yarn client mode, this is used to communicate between the spark driver running on a gateway and the application master running on yarn. In yarn cluster mode, this is used for the dynamic executor feature, where it handles the kill from the scheduler backend.
141141
</td>
142142
</tr>
143143
<tr>

0 commit comments

Comments
 (0)