YARN-6499. Remove the doc about Schedulable#redistributeShare(). (Contributed by Chetna Chaudhari via Yufei Gu)

This commit is contained in:
Yufei Gu 2017-09-19 18:27:37 -07:00
parent 647b7527a9
commit a9019e1fb7
1 changed files with 0 additions and 4 deletions

View File

@ -41,10 +41,6 @@ import org.apache.hadoop.yarn.api.records.Resource;
* - updateDemand() is called periodically to compute the demand of the various
* jobs and queues, which may be expensive (e.g. jobs must iterate through all
* their tasks to count failed tasks, tasks that can be speculated, etc).
* - redistributeShare() is called after demands are updated and a Schedulable's
* fair share has been set by its parent to let it distribute its share among
* the other Schedulables within it (e.g. for queues that want to perform fair
* sharing among their jobs).
*/
@Private
@Unstable