-
Type:
Bug
-
Status: Closed
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: hudson
-
Fix Version/s: 0.16.0
-
Component/s: None
-
Labels:None
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?