dcoliversun commented on code in PR #38150:
URL: https://github.com/apache/spark/pull/38150#discussion_r989850542


##########
docs/running-on-yarn.md:
##########
@@ -486,6 +486,20 @@ To use a custom metrics.properties for the application 
master and executors, upd
   </td>
   <td>3.3.0</td>
 </tr>
+<tr>
+  <td><code>spark.yarn.am.tokenConfRegex</code></td>

Review Comment:
   
https://github.com/apache/spark/blob/c4cd193b4d43d951255d9914f9b6f099d140fe1c/resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala#L81-L96



##########
docs/running-on-yarn.md:
##########
@@ -632,6 +646,33 @@ To use a custom metrics.properties for the application 
master and executors, upd
   </td>
   <td>0.9.0</td>
 </tr>
+<tr>
+  <td><code>spark.yarn.clientLaunchMonitorInterval</code></td>
+  <td><code>1s</code></td>
+  <td>
+    Interval between requests for status the client mode AM when starting the 
app.
+  </td>
+  <td>2.3.0</td>
+</tr>
+<tr>
+  <td><code>spark.yarn.includeDriverLogsLink</code></td>

Review Comment:
   
https://github.com/apache/spark/blob/c4cd193b4d43d951255d9914f9b6f099d140fe1c/resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala#L235-L242



##########
docs/running-on-yarn.md:
##########
@@ -632,6 +646,33 @@ To use a custom metrics.properties for the application 
master and executors, upd
   </td>
   <td>0.9.0</td>
 </tr>
+<tr>
+  <td><code>spark.yarn.clientLaunchMonitorInterval</code></td>

Review Comment:
   
https://github.com/apache/spark/blob/c4cd193b4d43d951255d9914f9b6f099d140fe1c/resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala#L228-L233



##########
docs/running-on-yarn.md:
##########
@@ -632,6 +646,33 @@ To use a custom metrics.properties for the application 
master and executors, upd
   </td>
   <td>0.9.0</td>
 </tr>
+<tr>
+  <td><code>spark.yarn.clientLaunchMonitorInterval</code></td>
+  <td><code>1s</code></td>
+  <td>
+    Interval between requests for status the client mode AM when starting the 
app.
+  </td>
+  <td>2.3.0</td>
+</tr>
+<tr>
+  <td><code>spark.yarn.includeDriverLogsLink</code></td>
+  <td><code>false</code></td>
+  <td>
+    In cluster mode, whether the client application report includes links to 
the driver 
+    container's logs. This requires polling the ResourceManager's REST API, so 
it 
+    places some additional load on the RM.
+  </td>
+  <td>3.1.0</td>
+</tr>
+<tr>
+  <td><code>spark.yarn.unmanagedAM.enabled</code></td>

Review Comment:
   
https://github.com/apache/spark/blob/c4cd193b4d43d951255d9914f9b6f099d140fe1c/resource-managers/yarn/src/main/scala/org/apache/spark/deploy/yarn/config.scala#L346-L351



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