git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-1@1399319 13f79535-47bb-0310-9956-ffa450edef68
@@ -257,6 +257,9 @@ Release 1.2.0 - unreleased
HADOOP-6496. HttpServer sends wrong content-type for CSS files.
(Todd Lipcon, Backport by Ivan Mitic via suresh).
+ HADOOP-7827. jsp pages missing DOCTYPE tags. (Dave Vronay, Backport by
+ Ivan Mitic via suresh)
+
Release 1.1.0 - unreleased
INCOMPATIBLE CHANGES
@@ -407,6 +407,7 @@
}
%>
+<!DOCTYPE html>
<html>
<head>
<%JspHelper.createTitle(out, request, request.getParameter("filename")); %>
@@ -163,6 +163,7 @@
<style type=text/css>
@@ -118,6 +118,7 @@
@@ -238,6 +238,7 @@
String namenodeLabel = nn.getNameNodeAddress().getHostName() + ":" + nn.getNameNodeAddress().getPort();
<link rel="stylesheet" type="text/css" href="/static/hadoop.css">
@@ -313,6 +313,7 @@ FSNamesystem fsn = nn.getNamesystem();
@@ -72,6 +72,7 @@
<title></title>
@@ -16,6 +16,7 @@
<%! private static final long serialVersionUID = 1L;
<html><body>
<%
String logFile = request.getParameter("logFile");
@@ -28,6 +28,7 @@
<title>Error: User cannot access this Job</title>
@@ -27,6 +27,7 @@
<title>Job Configuration: JobId - <%= jobId %></title>
@@ -35,6 +35,7 @@
String encodedLogFileName = JobHistory.JobInfo.encodeJobHistoryFilePath(logFile);
<title>Hadoop Job <%=jobid%> on History Viewer</title>
@@ -33,6 +33,7 @@
<%!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,6 +62,7 @@
Counters.fromEscapedCompactString(attempt.get(Keys.COUNTERS));
<title>Counters for <%=attemptid%></title>
@@ -54,6 +54,7 @@
<title>Hadoop <%=jobId%>'s black-listed tasktrackers</title>
@@ -21,6 +21,7 @@
@@ -246,6 +246,7 @@
<%@page import="org.apache.hadoop.mapred.TaskGraphServlet"%>
@@ -165,6 +165,7 @@
String cause = request.getParameter("cause");
<title>Hadoop <%=jobId%> failures on <%=trackerName%></title>
@@ -26,6 +26,7 @@ private static final long serialVersionUID = 526456771152222127L;
schedInfo = new JobQueueInfo(queueName, "INVALID_SCHEDULING_INFO");
<title>Queue details for
@@ -55,6 +55,7 @@
<title>Hadoop <%=type%> task list for <%=jobid%> on <%=trackerName%></title>
@@ -77,6 +77,7 @@
}%>
<title><%= trackerName %> Hadoop Map/Reduce Administration</title>
@@ -153,6 +153,7 @@
<title><%=trackerName%> Hadoop Machine List</title>
@@ -145,6 +145,7 @@
@@ -52,6 +52,7 @@
String trackerName = tracker.getName();
<title><%= trackerName %> Task Tracker Status</title>