git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-0.20-security-205@1205530 13f79535-47bb-0310-9956-ffa450edef68
@@ -46,6 +46,8 @@ Release 0.20.205.1 - 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,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>
@@ -22,6 +22,7 @@ private static final long serialVersionUID = 526456771152222127L;
Collection<JobInProgress> jobs = scheduler.getJobs(queueName);
JobQueueInfo schedInfo = tracker.getQueueInfo(queueName);
<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>
@@ -150,6 +150,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>