You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pig.apache.org by "Daniel Dai (JIRA)" <ji...@apache.org> on 2014/09/16 23:08:35 UTC

[jira] [Created] (PIG-4176) Fix tez e2e test Bloom_[1-3]

Daniel Dai created PIG-4176:
-------------------------------

             Summary: Fix tez e2e test Bloom_[1-3]
                 Key: PIG-4176
                 URL: https://issues.apache.org/jira/browse/PIG-4176
             Project: Pig
          Issue Type: Bug
          Components: tez
            Reporter: Daniel Dai
            Assignee: Daniel Dai
             Fix For: 0.14.0


Test fail with message:
{code}
                    : ], TaskAttempt 1 failed, info=[Error: Failure while running task:org.apache.pig.backend.executionengine.ExecException: ERROR 0: Exception while executing (Name: F: Store(/user/pig/out/daijy-1410899730-nightly.conf/Bloom_1.out:org.apache.pig.builtin.PigStorage) - scope-62 Operator Key: scope-62): org.apache.pig.backend.executionengine.ExecException: ERROR 2078: Caught error from UDF: Bloom [./tmp_daijy-1410899730-nightly.conf_mybloom_1/part-r-00000 (No such file or directory)]
                    : at org.apache.pig.backend.hadoop.executionengine.physicalLayer.PhysicalOperator.processInput(PhysicalOperator.java:310)
                    : at org.apache.pig.backend.hadoop.executionengine.tez.POStoreTez.getNextTuple(POStoreTez.java:113)
                    : at org.apache.pig.backend.hadoop.executionengine.tez.PigProcessor.runPipeline(PigProcessor.java:319)
                    : at org.apache.pig.backend.hadoop.executionengine.tez.PigProcessor.run(PigProcessor.java:198)
                    : at org.apache.tez.runtime.LogicalIOProcessorRuntimeTask.run(LogicalIOProcessorRuntimeTask.java:324)
                    : at org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:180)
                    : at org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable$1.run(TezTaskRunner.java:172)
                    : at java.security.AccessController.doPrivileged(Native Method)
                    : at javax.security.auth.Subject.doAs(Subject.java:394)
                    : at org.apache.hadoop.security.UserGroupInformation.doAs(UserGroupInformation.java:1548)
                    : at org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.call(TezTaskRunner.java:172)
                    : at org.apache.tez.runtime.task.TezTaskRunner$TaskRunnerCallable.call(TezTaskRunner.java:167)
                    : 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:895)
                    : at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
                    : at java.lang.Thread.run(Thread.java:695)
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)