This is an automated email from the ASF dual-hosted git repository.

jhung pushed a change to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hadoop.git.


    from d1b91ed  HDFS-14958. TestBalancerWithNodeGroup is not using 
NetworkTopologyWithNodeGroup. Contributed by Jim Brennan.
     new b5128b2a YARN-7739. DefaultAMSProcessor should properly check 
customized resource types against minimum/maximum allocation. (wangda)
     new 7f1d2e1  YARN-7541. Node updates don't update the maximum cluster 
capability for resources other than CPU and memory
     new 235d6c7  YARN-8202. DefaultAMSProcessor should properly check units of 
requested custom resource types against minimum/maximum allocation (snemeth via 
rkanter)

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../v2/app/rm/ContainerRequestCreator.java         |  57 +++
 .../v2/app/rm/TestRMContainerAllocator.java        | 533 +++++++++++----------
 .../apache/hadoop/yarn/api/records/Resource.java   |  23 +-
 .../hadoop/yarn/util/UnitsConversionUtil.java      |  44 +-
 .../hadoop/yarn/util/resource/ResourceUtils.java   |  29 ++
 .../resourcetypes/ResourceTypesTestHelper.java     |  93 ++++
 .../hadoop/yarn/server/utils/BuilderUtils.java     |   8 +-
 .../scheduler/ClusterNodeTracker.java              |  75 ++-
 .../resourcemanager/scheduler/SchedulerUtils.java  |  97 +++-
 .../yarn/server/resourcemanager/MockNodes.java     |   4 +
 .../TestApplicationMasterService.java              | 292 ++++++++++-
 .../scheduler/TestClusterNodeTracker.java          | 125 ++++-
 .../scheduler/TestSchedulerUtils.java              | 279 ++++++++++-
 .../scheduler/capacity/TestUtils.java              |   8 +-
 14 files changed, 1341 insertions(+), 326 deletions(-)
 create mode 100644 
hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/test/java/org/apache/hadoop/mapreduce/v2/app/rm/ContainerRequestCreator.java
 create mode 100644 
hadoop-yarn-project/hadoop-yarn/hadoop-yarn-common/src/test/java/org/apache/hadoop/yarn/resourcetypes/ResourceTypesTestHelper.java


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to