You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/02/24 12:31:16 UTC

[GitHub] [spark] attilapiros commented on a change in pull request #26343: [SPARK-29683][YARN] Job will fail due to executor failures all available nodes are blacklisted

attilapiros commented on a change in pull request #26343: [SPARK-29683][YARN] Job will fail due to executor failures all available nodes are blacklisted
URL: https://github.com/apache/spark/pull/26343#discussion_r383238115
 
 

 ##########
 File path: docs/running-on-yarn.md
 ##########
 @@ -484,6 +484,15 @@ To use a custom metrics.properties for the application master and executors, upd
   Comma-separated list of YARN node names which are excluded from resource allocation.
   </td>
 </tr>
+<tr>
+  <td><code>spark.blacklist.waiting.millis</code></td>
+  <td>60000</td>
+  <td>
+  A waiting time in millis for more yarn resource when avaliable nodes are all in blacklist.
+  This helps to avoid job failing directly in some scenes. For example, HA YARN resourcemanager 
 
 Review comment:
   Nit: remove the space after "resourcemanager" at the end of the line

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org