From a9019e1fb753f15c1927e3f9355996fd6544c14f Mon Sep 17 00:00:00 2001 From: Yufei Gu Date: Tue, 19 Sep 2017 18:27:37 -0700 Subject: [PATCH] YARN-6499. Remove the doc about Schedulable#redistributeShare(). (Contributed by Chetna Chaudhari via Yufei Gu) --- .../server/resourcemanager/scheduler/fair/Schedulable.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/Schedulable.java b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/Schedulable.java index 4d6af982ae..bd1ff7ada2 100644 --- a/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/Schedulable.java +++ b/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/main/java/org/apache/hadoop/yarn/server/resourcemanager/scheduler/fair/Schedulable.java @@ -41,10 +41,6 @@ * - 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