Home
last modified time | relevance | path

Searched refs:failedMapRequestLimit (Results 1 – 1 of 1) sorted by relevance

/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/src/main/java/org/apache/hadoop/mapreduce/v2/app/rm/
H A DRMContainerAllocator.java775 int failedMapRequestLimit = Math.min(maxRequestedMaps, in applyConcurrentTaskLimits() local
778 maxRequestedMaps - failedMapRequestLimit, in applyConcurrentTaskLimits()
781 failedMapRequestLimit); in applyConcurrentTaskLimits()