Github user tgravescs commented on the pull request:

    https://github.com/apache/spark/pull/8943#issuecomment-144490406
  
    the yarn api parts of this are done and the setPriority method for the 
applicationsubmissioncontext has been there forever (at least yarn 2.2 and I 
think before).  It just never did anything.   
    So I don't see an issue with adding this now.   Priorities are at an 
application level not a container level.
    
    I personally would either like to see --priority removed and just use the 
config or at least renamed to like queuePriority.  Right now its only used by 
yarn and you can just as easily set this just by --conf spark.yarn.priority=10 
so would rather not see the submit option.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to