Details
Description
The task counters on the job history task counter web ui page ( ie host:19888/jobhistory/taskcounters/task_1322451030861_9_9_m_0) are no longer links. They are supposed to be links that take you to the singletaskcounter page and show you the task attempts that affected the counter.
Looks like MAPREDUCE-3258 changed CounterBlock.java so it doesn't show the link on the counter:
if (mg == null && rg == null)
else {