​While running Hive on Tez applications (Hive 1.2, Tez 0.7.0, Hadoop
2.6.0), some of queries fail intermittently with the error. This affects a
wide range of queries, so I'm unable to pin down the issue. The failures
are always intermittent. Any idea why this happens?

Thanks,
Rajat

Container exited with a non-zero exit code 255
Failing this attempt. Failing the application.
at
org.apache.hadoop.hive.ql.session.SessionState.start(SessionState.java:620)
at org.apache.hadoop.hive.ql.exec.TaskRunner.run(TaskRunner.java:79)
Caused by: org.apache.tez.dag.api.SessionNotRunning: TezSession has already
shutdown. Application application_1444019975627_0001 failed 2 times due to
AM Container for appattempt_1444019975627_0001_000002 exited with exitCode:
255
For more detailed output, check application tracking page: Application UI
<https://multicluster.qubole.net/cluster-proxy?encodedUrl=http%3A%2F%2Fec2-54-158-112-249.compute-1.amazonaws.com%3A8088%2Fproxy%2Fapplication_1444019975627_0001%2F>ui/Then,
click on links to logs of each attempt.
Diagnostics: Exception from container-launch.
Container id: container_1444019975627_0001_02_000001
Exit code: 255
Stack trace: ExitCodeException exitCode=255:
at org.apache.hadoop.util.Shell.runCommand(Shell.java:552)
at org.apache.hadoop.util.Shell.run(Shell.java:469)
at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:733)
at
org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor.launchContainer(DefaultContainerExecutor.java:211)
at
org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:310)
at
org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:82)
at java.util.concurrent.FutureTask.run(FutureTask.java:262)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:745)

Reply via email to