tgravescs commented on a change in pull request #33873:
URL: https://github.com/apache/spark/pull/33873#discussion_r716677904
##########
File path: docs/running-on-yarn.md
##########
@@ -441,6 +441,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.am.clientModeExitOnErro</code></td>
Review comment:
missing r on Error
##########
File path: docs/running-on-yarn.md
##########
@@ -441,6 +441,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.am.clientModeExitOnErro</code></td>
+ <td>false</td>
+ <td>
+ In yarn-client mode when this is true, if driver got application report with
final status of KILLED or FAILED,
+ driver will stop corresponding SparkContext and exit program with code 1.
+ Note that if this is true can called from another application and it will
terminate the parent application as well.
Review comment:
Note, if this is true and called from another application, it will
terminate the parent application as well.
##########
File path: docs/running-on-yarn.md
##########
@@ -441,6 +441,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.am.clientModeExitOnErro</code></td>
+ <td>false</td>
+ <td>
+ In yarn-client mode when this is true, if driver got application report with
final status of KILLED or FAILED,
Review comment:
add , after mode and before when
use:
"if the driver received an application report"
--
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]