Karthik Kambatla created MAPREDUCE-5702:
-------------------------------------------
Summary: TaskLogServlet#printTaskLog has spurious HTML closing tags
Key: MAPREDUCE-5702
URL: https://issues.apache.org/jira/browse/MAPREDUCE-5702
Project: Hadoop Map/Reduce
Issue Type: Bug
Components: task
Affects Versions: 1.2.1
Reporter: Karthik Kambatla
Priority: Trivial
TaskLogServlet#printTaskLog closes some HTML tags that it never opens. These
should be removed. This isn't a problem while viewing in a browser, but can
lead to issues while parsing it.
{code}
if( !plainText ) {
out.write("</pre></td></tr></table><hr><br>\n".getBytes()); // <--- here
}
{code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)