tgravescs commented on code in PR #47892:
URL: https://github.com/apache/spark/pull/47892#discussion_r1754993452


##########
docs/running-on-yarn.md:
##########
@@ -514,6 +514,16 @@ To use a custom metrics.properties for the application 
master and executors, upd
   </td>
   <td>1.6.0</td>
 </tr>
+<tr>
+  <td><code>spark.yarn.executor.bindAddress</code></td>
+  <td><code>(executor hostname)</code></td>
+  <td>
+  Hostname or IP address where to bind listening sockets in YARN cluster and 
client mode.

Review Comment:
   this seems odd to me.  The only thing this can really be set to in a 
multinode system is localhost or 0.0.0.0, right?  Otherwise its not like you 
can tell it to be node1.foo.com, node2.foo.com  or like individual ips right?  
At least not by the user directly.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to