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_r342873977
########## 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> + <td>(none)</td> + <td> + Application priority for YARN to define pending applications ordering policy, those with higher + integer value have a better opportunity to be activated. Currently Application priority is supported Review comment: "Currently, YARN only supports application priority when using FIFO ordering policy." ---------------------------------------------------------------- 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]
