[ https://issues.apache.org/jira/browse/HADOOP-2572?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Michael Bieniosek updated HADOOP-2572: -------------------------------------- Attachment: hadoop-2572.patch Here is a patch that ignores FileNotFoundExceptions, and just creates empty boxes for portions of the output log that are not present. I marked this issue fix for 0.16.0 -- I'm not sure if I missed the cutoff, but this is a low-impact issue (only affects the TaskLogServlet), and it makes it less convenient for me to debug failed map tasks, so it is important for me. > TaskLogServlet returns 410 when trying to access log early in task life > ----------------------------------------------------------------------- > > Key: HADOOP-2572 > URL: https://issues.apache.org/jira/browse/HADOOP-2572 > Project: Hadoop > Issue Type: Bug > Components: mapred > Affects Versions: 0.15.0 > Reporter: Michael Bieniosek > Fix For: 0.16.0 > > Attachments: hadoop-2572.patch > > > Early in a map task life, or for tasks that died quickly, the file > $task/syslog might not exist. In this case, the TaskLogServlet gives a > status 410. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.