This is an automated email from the ASF dual-hosted git repository. inigoiri pushed a change to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
from cf1b3711cb6 YARN-10965. Centralize queue resource calculation based on CapacityVectors. Contributed by Andras Gyori add 468135a4d99 YARN-11218. [Federation] Add getActivities, getBulkActivities REST APIs for Router. (#5284) No new revisions were added by this update. Summary of changes: .../webapp/dao/BulkActivitiesInfo.java | 10 +++ .../hadoop/yarn/server/router/RouterMetrics.java | 62 +++++++++++++ .../router/webapp/FederationInterceptorREST.java | 100 ++++++++++++++++++++- ...Info.java => FederationBulkActivitiesInfo.java} | 15 ++-- .../yarn/server/router/TestRouterMetrics.java | 66 ++++++++++++++ .../webapp/MockDefaultRequestInterceptorREST.java | 63 +++++++++++++ .../webapp/TestFederationInterceptorREST.java | 86 ++++++++++++++++++ 7 files changed, 392 insertions(+), 10 deletions(-) copy hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-router/src/main/java/org/apache/hadoop/yarn/server/router/webapp/dao/{FederationRMQueueAclInfo.java => FederationBulkActivitiesInfo.java} (77%) --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org