vanzin commented on a change in pull request #26255: [SPARK-29603][YARN] Support application priority for YARN priority scheduling URL: https://github.com/apache/spark/pull/26255#discussion_r342873750
########## File path: docs/running-on-yarn.md ########## @@ -419,6 +419,15 @@ To use a custom metrics.properties for the application master and executors, upd in YARN ApplicationReports, which can be used for filtering when querying YARN apps. </td> </tr> +<tr> + <td><code>spark.yarn.app.priority</code></td> Review comment: We don't have any configs that use `.app`, so I'd call this just `spark.yarn.priority`. ---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
