[
https://issues.apache.org/jira/browse/HIVE-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982475#action_12982475
]
Richard Williamson commented on HIVE-1579:
------------------------------------------
I may have found root cause on this error - when increasing the memory for my
failed runs, I left off the dash as follows:
set mapred.child.java.opts=Xmx1100M;
When correcting with:
set mapred.child.java.opts=-Xmx1100M;
It ran without errors...
> showJobFailDebugInfo fails job if tasktracker does not respond
> --------------------------------------------------------------
>
> Key: HIVE-1579
> URL: https://issues.apache.org/jira/browse/HIVE-1579
> Project: Hive
> Issue Type: Bug
> Components: Query Processor
> Reporter: Joydeep Sen Sarma
> Assignee: Paul Yang
>
> here's the stack trace:
> java.lang.RuntimeException: Error while reading from task log url
> at
> org.apache.hadoop.hive.ql.exec.errors.TaskLogProcessor.getErrors(TaskLogProcessor.java:130)
> at
> org.apache.hadoop.hive.ql.exec.ExecDriver.showJobFailDebugInfo(ExecDriver.java:844)
> at org.apache.hadoop.hive.ql.exec.ExecDriver.execute(ExecDriver.java:624)
> at org.apache.hadoop.hive.ql.exec.MapRedTask.execute(MapRedTask.java:120)
> at org.apache.hadoop.hive.ql.exec.Task.executeTask(Task.java:108)
> at
> org.apache.hadoop.hive.ql.exec.TaskRunner.runSequential(TaskRunner.java:55)
> at org.apache.hadoop.hive.ql.Driver.launchTask(Driver.java:609)
> at org.apache.hadoop.hive.ql.Driver.execute(Driver.java:478)
> at org.apache.hadoop.hive.ql.Driver.run(Driver.java:356)
> at org.apache.hadoop.hive.cli.CliDriver.processCmd(CliDriver.java:140)
> at org.apache.hadoop.hive.cli.CliDriver.processLine(CliDriver.java:199)
> at org.apache.hadoop.hive.cli.CliDriver.main(CliDriver.java:316)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
> at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
> at java.lang.reflect.Method.invoke(Method.java:597)
> at org.apache.hadoop.util.RunJar.main(RunJar.java:156)
> Caused by: java.io.FileNotFoundException:
> http://hadoop0062.snc3.facebook.com.:50060/tasklog?taskid=attempt_201008191557_26566\
> _m_000001_3&all=true
> at
> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1239)
> at java.net.URL.openStream(URL.java:1009)
> at
> org.apache.hadoop.hive.ql.exec.errors.TaskLogProcessor.getErrors(TaskLogProcessor.java:120)
> ... 16 more
> Ended Job = job_201008191557_26566 with exception
> 'java.lang.RuntimeException(Error while reading from task log url)'
> FAILED: Execution Error, return code 1 from
> org.apache.hadoop.hive.ql.exec.MapRedTask
> this failed a multi hour script.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.