Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Container Exit Code 65 - Meaning of this code

avatar
New Contributor

I'm running a job written in Pig (HDP-2.5) and I have an exit code 65. Does someone know the meaning of this code ?

2017-02-15 14:16:56,342 [main] ERROR org.apache.pig.tools.grunt.Grunt - ERROR 2997: Unable to recreate exception from backed error: Exception from container-launch. Container id: container_e14_1486987808441_0093_01_000005 Exit code: 65 Stack trace: ExitCodeException exitCode=65: at org.apache.hadoop.util.Shell.runCommand(Shell.java:933) at org.apache.hadoop.util.Shell.run(Shell.java:844) at org.apache.hadoop.util.Shell$ShellCommandExecutor.execute(Shell.java:1123) at org.apache.hadoop.yarn.server.nodemanager.DefaultContainerExecutor.launchContainer(DefaultContainerExecutor.java:225) at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:317) at org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher.ContainerLaunch.call(ContainerLaunch.java:83) 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:745) Container exited with a non-zero exit code 65

thx,

Dominique

1 REPLY 1

avatar
Contributor

Are you using a single node cluster? in such a case, if u are giving large file and there is no sufficient memory then the container might not be initialized.

verify the pig configuration files also.