tgravescs commented on a change in pull request #28009:
URL: https://github.com/apache/spark/pull/28009#discussion_r419501588
##########
File path: docs/running-on-yarn.md
##########
@@ -154,6 +154,14 @@ To use a custom metrics.properties for the application
master and executors, upd
To request GPU resources from YARN, use:
<code>spark.yarn.am.resource.yarn.io/gpu.amount</code>
</td>
</tr>
+<tr>
+ <td><code>spark.yarn.applicationType</code></td>
+ <td><code>SPARK</code></td>
+ <td>
+ Defines more specific application types, e.g. <code>SPARK</code>,
<code>SPARK-SQL</code>, <code>SPARK-STREAMING</code>,
+ <code>SPARK-MLLIB</code> and <code>SPARK-GRAPH</code>. Please be careful
not to exceed 20 characters.
+ </td>
Review comment:
add the since version to the config - 3.1.0 - see the latest code
https://raw.githubusercontent.com/apache/spark/master/docs/running-on-yarn.md
----------------------------------------------------------------
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:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]