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


##########
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:
   Thanks for flagging this, yes theoretically it should only works with those 
2 options you mentioned. For yarn running in k8s with Istio use case, executor 
needs to bind to `0.0.0.0`. See detailed diagram 
   
![image](https://github.com/user-attachments/assets/769f6ec5-f917-495b-b34f-ac7987e3625e)



##########
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:
   For yarn running in k8s with Istio use case, executor needs to bind to 
`0.0.0.0`



-- 
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