Browse Source

HADOOP-2793. Fix broken links for worst performing shuffle tasks in the job history page. Contributed by Amareshwari Sriramadasu.

git-svn-id: https://svn.apache.org/repos/asf/hadoop/core/trunk@651485 13f79535-47bb-0310-9956-ffa450edef68
Devaraj Das 17 years ago
parent
commit
a47590a3ee
2 changed files with 5 additions and 2 deletions
  1. 3 0
      CHANGES.txt
  2. 2 2
      src/webapps/job/analysejobhistory.jsp

+ 3 - 0
CHANGES.txt

@@ -85,6 +85,9 @@ Trunk (unreleased changes)
     immutable variables for better code clarity.  
     (Tsz Wo (Nicholas), SZE via dhruba)
 
+    HADOOP-2793. Fix broken links for worst performing shuffle tasks in
+    the job history page. (Amareshwari Sriramadasu via ddas)
+
 Release 0.17.0 - Unreleased
 
   INCOMPATIBLE CHANGES

+ 2 - 2
src/webapps/job/analysejobhistory.jsp

@@ -162,8 +162,8 @@ finished at (relative to the Job launch time):
 %>
     <tr>
     <td><a href="taskdetailshistory.jsp?jobid=<%=jobid%>&logFile=
-        <%=encodedLogFileName%>&taskid=<%=reduceTasks[i].get(Keys.TASKID)%>">
-        <%=reduceTasks[i].get(Keys.TASKID) %></a></td>
+<%=encodedLogFileName%>&taskid=<%=reduceTasks[i].get(Keys.TASKID)%>">
+<%=reduceTasks[i].get(Keys.TASKID) %></a></td>
     <td><%=
            StringUtils.formatTimeDiff(
                        reduceTasks[i].getLong(Keys.SHUFFLE_FINISHED),