git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1@1208935 13f79535-47bb-0310-9956-ffa450edef68
@@ -160,8 +160,6 @@ Release 1.0.0 - unreleased
BUG FIXES
- HADOOP-7827. jsp pages missing DOCTYPE. (Dave Vronay via mattf)
-
HADOOP-7815. Fixed configuring map memory mb in hadoop-setup-conf.sh.
(Ramya Sunil)
@@ -407,7 +407,6 @@
}
%>
-<!DOCTYPE html>
<html>
<head>
<%JspHelper.createTitle(out, request, request.getParameter("filename")); %>
@@ -163,7 +163,6 @@
<style type=text/css>
@@ -118,7 +118,6 @@
@@ -238,7 +238,6 @@
String namenodeLabel = nn.getNameNodeAddress().getHostName() + ":" + nn.getNameNodeAddress().getPort();
<link rel="stylesheet" type="text/css" href="/static/hadoop.css">
@@ -313,7 +313,6 @@ FSNamesystem fsn = nn.getNamesystem();
@@ -72,7 +72,6 @@
<title></title>
@@ -16,7 +16,6 @@
<%! private static final long serialVersionUID = 1L;
<html><body>
<%
String logFile = request.getParameter("logFile");
@@ -28,7 +28,6 @@
<title>Error: User cannot access this Job</title>
@@ -27,7 +27,6 @@
<title>Job Configuration: JobId - <%= jobId %></title>
@@ -35,7 +35,6 @@
String encodedLogFileName = JobHistory.JobInfo.encodeJobHistoryFilePath(logFile);
<title>Hadoop Job <%=jobid%> on History Viewer</title>
@@ -33,7 +33,6 @@
<%!private static SimpleDateFormat dateFormat = new SimpleDateFormat(
"d/MM HH:mm:ss");%>
<%!private static final long serialVersionUID = 1L;%>
<script type="text/JavaScript">
Map<String, JobHistory.Task> tasks = job.getAllTasks();
<body>
<h2><%=taskStatus%> <%=taskType %> task list for <a href="jobdetailshistory.jsp?logFile=<%=encodedLogFileName%>"><%=jobid %> </a></h2>
JobHistory.Task task = job.getAllTasks().get(tipid);
String type = task.get(Keys.TASK_TYPE);
<h2><%=tipid %> attempts for <a href="jobdetailshistory.jsp?logFile=<%=encodedLogFileName%>"> <%=jobid %> </a></h2>
@@ -62,7 +62,6 @@
Counters.fromEscapedCompactString(attempt.get(Keys.COUNTERS));
<title>Counters for <%=attemptid%></title>
@@ -54,7 +54,6 @@
<title>Hadoop <%=jobId%>'s black-listed tasktrackers</title>
@@ -21,7 +21,6 @@
@@ -246,7 +246,6 @@
<%@page import="org.apache.hadoop.mapred.TaskGraphServlet"%>
@@ -165,7 +165,6 @@
String cause = request.getParameter("cause");
<title>Hadoop <%=jobId%> failures on <%=trackerName%></title>
@@ -22,7 +22,6 @@ private static final long serialVersionUID = 526456771152222127L;
Collection<JobInProgress> jobs = scheduler.getJobs(queueName);
JobQueueInfo schedInfo = tracker.getQueueInfo(queueName);
<title>Queue details for
@@ -55,7 +55,6 @@
<title>Hadoop <%=type%> task list for <%=jobid%> on <%=trackerName%></title>
@@ -77,7 +77,6 @@
}%>
<title><%= trackerName %> Hadoop Map/Reduce Administration</title>
@@ -153,7 +153,6 @@
<title><%=trackerName%> Hadoop Machine List</title>
@@ -145,7 +145,6 @@
@@ -52,7 +52,6 @@
String trackerName = tracker.getName();
<title><%= trackerName %> Task Tracker Status</title>