You may need to look at the NM logs since the RM diagnostics are not telling enough. The issue is that the application itself is failing to start and could be related to setup/install issues.
Bikas *From:* Pala M Muthaia [mailto:[email protected]] *Sent:* Tuesday, May 13, 2014 1:31 PM *To:* [email protected] *Subject:* Tez setup verification job fails Hi, Just setup Tez 0.4-incubating on a Yarn cluster. I tried to submit both the sleep job as well as the word count job, and they both are failing with the error: --- [AsyncDispatcher event handler] org.apache.tez.dag.app.rm.container.AMContainerImpl: Container container_1396913515795_5997_01_000004 exited with diagnostics set to Exception from container-launch: org.apache.hadoop.util.Shell$ExitCodeException: at org.apache.hadoop.util.Shell.runCommand(Shell.java:464) at org.apache.hadoop.util.Shell.run(Shell.java:379) at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:589) at org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor.launchContainer(DefaultContainerExecutor.java:195) at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:283) at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:79) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) at java.util.concurrent.FutureTask.run(FutureTask.java:138) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) --- For the sleep job i see the following in the logs: org.apache.tez.dag.api.TezException: No running dag at present For the orderedwordcount, i don't see any other exceptions (other than in job shutdown). How can i diagnose this further? Thanks, pala -- CONFIDENTIALITY NOTICE NOTICE: This message is intended for the use of the individual or entity to which it is addressed and may contain information that is confidential, privileged and exempt from disclosure under applicable law. If the reader of this message is not the intended recipient, you are hereby notified that any printing, copying, dissemination, distribution, disclosure or forwarding of this communication is strictly prohibited. If you have received this communication in error, please contact the sender immediately and delete it from your system. Thank You.
