You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Yesha Vora (JIRA)" <ji...@apache.org> on 2017/02/22 19:53:44 UTC

[jira] [Created] (PIG-5152) testPredeployedJar Unit test fails

Yesha Vora created PIG-5152:
-------------------------------

             Summary: testPredeployedJar Unit test fails
                 Key: PIG-5152
                 URL: https://issues.apache.org/jira/browse/PIG-5152
             Project: Pig
          Issue Type: Bug
            Reporter: Yesha Vora


testPredeployedJar UT fails with below error

{code}Error Message

Unable to open iterator for alias a. Backend error : org.apache.pig.backend.executionengine.ExecException: ERROR 2997: Unable to recreate exception from backed error: Exception from container-launch.
Container id: container_1487164427417_0001_01_000002
Exit code: 0
Exception message: Cannot run program "bash" (in directory "/xxx/pig/target/PigMiniCluster/PigMiniCluster-localDir-nm-1_3/usercache/nobody/appcache/application_1487164427417_0001/container_1487164427417_0001_01_000002"): error=7, Argument list too long
Stack trace: java.io.IOException: Cannot run program "bash" (in directory "/xxx/pig/target/PigMiniCluster/PigMiniCluster-localDir-nm-1_3/usercache/nobody/appcache/application_1487164427417_0001/container_1487164427417_0001_01_000002"): error=7, Argument list too long
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1042)
        at org.apache.hadoop.util.Shell.runCommand(Shell.java:874)
        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:237)
        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$Sync.innerRun(FutureTask.java:334)
        at java.util.concurrent.FutureTask.run(FutureTask.java:166)
        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:722)
Caused by: java.io.IOException: error=7, Argument list too long
        at java.lang.UNIXProcess.forkAndExec(Native Method)
        at java.lang.UNIXProcess.<init>(UNIXProcess.java:135)
        at java.lang.ProcessImpl.start(ProcessImpl.java:130)
        at java.lang.ProcessBuilder.start(ProcessBuilder.java:1023)
        ... 11 more{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)