Hive:hive在查询语句时Error during job, obtaining debugging information.

2017-08-08 11:05:26,630 Stage-4 map = 0%,  reduce = 0%, Cumulative CPU 26.27 sec
2017-08-08 11:06:26,961 Stage-4 map = 0%,  reduce = 0%, Cumulative CPU 24.04 sec
2017-08-08 11:07:27,441 Stage-4 map = 0%,  reduce = 0%, Cumulative CPU 24.04 sec
2017-08-08 11:08:27,759 Stage-4 map = 0%,  reduce = 0%, Cumulative CPU 24.04 sec
2017-08-08 11:09:29,168 Stage-4 map = 0%,  reduce = 0%, Cumulative CPU 8.96 sec
2017-08-08 11:09:55,169 Stage-4 map = 100%,  reduce = 100%
MapReduce Total cumulative CPU time: 8 seconds 960 msec
Ended Job = job_1501730946141_0007 with errors
Error during job, obtaining debugging information...
Examining task ID: task_1501730946141_0007_m_000000 (and more) from job job_1501730946141_0007
Examining task ID: task_1501730946141_0007_m_000003 (and more) from job job_1501730946141_0007


Task with the most failures(4): 
-----
Task ID:
  task_1501730946141_0007_m_000002


URL:
  http://VM23224centos:8088/taskdetails.jsp?jobid=job_1501730946141_0007&tipid=task_1501730946141_0007_m_000002
-----
Diagnostic Messages for this Task:
Exception from container-launch.
Container id: container_1501730946141_0007_01_000015
Exit code: 1
Stack trace: ExitCodeException exitCode=1: 
at org.apache.hadoop.util.Shell.runCommand(Shell.java:972)
at org.apache.hadoop.util.Shell.run(Shell.java:869)
at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:1170)
at org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor.launchContainer(DefaultContainerExecutor.java:236)
at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:305)
at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:84)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:748)




Container exited with a non-zero exit code 1




FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.mr.MapRedTask
MapReduce Jobs Launched: 
Stage-Stage-4: Map: 4  Reduce: 4   Cumulative CPU: 8.96 sec   HDFS Read: 0 HDFS Write: 0 FAIL
Total MapReduce CPU Time Spent: 8 seconds 960 msec

你可能感兴趣的:(hive)