Details
-
Bug
-
Status: Closed
-
Blocker
-
Resolution: Fixed
-
hudson
-
None
-
None
Description
Looks like it should add a guard in TaskRunner.run()
if (conf.getProfileEnabled()) {
if (conf.getProfileTaskRange(t.isMapTask()
).isIncluded(t.getPartition()))
}
Also, how come these conf values were not added to hadoop-default.xml?