'Analyse this job' link in job history shows -1 on the UI some times
--------------------------------------------------------------------
Key: HADOOP-2742
URL: https://issues.apache.org/jira/browse/HADOOP-2742
Project: Hadoop Core
Issue Type: Bug
Components: mapred
Reporter: Amareshwari Sri Ramadasu
Fix For: 0.17.0
'Analyse this job' link in job history shows -1 on the UI some times
The job tracker logs show
java.lang.ArrayIndexOutOfBoundsException: -1
at
org.apache.hadoop.mapred.analysejobhistory_jsp._jspService(analysejobhistory_jsp.java:151)
at
org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
at
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:427)
at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:475)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1565)
at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:635)
10 at org.mortbay.http.HttpContext.handle(HttpContext.java:1517)
at org.mortbay.http.HttpServer.service(HttpServer.java:954)
at
org.mortbay.http.HttpConnection.service(HttpConnection.java:814)
at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:981)
at org.mortbay.http.HttpConnection.handle(HttpConnection.java:831)
at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:244)
at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:357)
at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:534)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.