Github user pwendell commented on the pull request:

    https://github.com/apache/spark/pull/1528#issuecomment-50106263
  
    We shouldn't should expose these types of hooks into the scheduler 
internals. The TaskSet, for instance, is an implementation detail we don't want 
to be part of a public API and the priority is an internal concept.
    
    The public API of Spark for scheduling policies is the Fair Scheduler. Many 
different types of policies can be achieved within Fair Scheduling, including 
having a high priority pool to which tasks are submitted.


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to