[
https://issues.apache.org/jira/browse/HIVE-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982375#action_12982375
]
Richard Williamson commented on HIVE-1579:
------------------------------------------
Same issue running Hive 0.6 against CDH3B2... I encountered it after trying to
re-run a failed query (GC out of memory orig error which I increased memory on
2nd run). I have tried re-running multiple times with same error and
restarting tasktracker on node that keeps giving error (as well as restarting
mapred on cluster. The behavior is the query hangs for multiple hours without
making progress then fails with this error (same node listed both times in
error log).
> 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.