Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Invalid
-
None
-
None
-
None
-
None
Description
See the test report in YARN-829 and YARN-830:
- https://builds.apache.org/job/PreCommit-YARN-Build/1269//testReport/
- https://builds.apache.org/job/PreCommit-YARN-Build/1270//testReport/
The failure seems to be related to:
Assert
.assertTrue(counters.findCounter(JobCounter.SLOTS_MILLIS_MAPS) != null
&& counters.findCounter(JobCounter.SLOTS_MILLIS_MAPS).getValue() != 0);
in TestMRJobs.
Attachments
Issue Links
- is broken by
-
YARN-787 Remove resource min from Yarn client API
- Closed
- relates to
-
YARN-829 Rename RMTokenSelector to be RMDelegationTokenSelector
- Closed
-
HADOOP-9649 Promote YARN service life-cycle libraries into Hadoop Common
- Closed