Cheolsoo Park created PIG-3886:
----------------------------------
Summary: UdfDistributedCache_1 fails in tez branch
Key: PIG-3886
URL: https://issues.apache.org/jira/browse/PIG-3886
Project: Pig
Issue Type: Sub-task
Components: tez
Affects Versions: tez-branch
Reporter: Cheolsoo Park
Fix For: tez-branch
The e2e test "UdfDistributedCache_1" fails with the following error-
{code}
: Caused by: java.io.FileNotFoundException: ./foodle (No
such file or directory)
: at java.io.FileInputStream.open(Native Method)
: at
java.io.FileInputStream.<init>(FileInputStream.java:146)
: at
java.io.FileInputStream.<init>(FileInputStream.java:101)
: at java.io.FileReader.<init>(FileReader.java:58)
: at
org.apache.pig.test.udf.evalfunc.Udfcachetest.exec(Udfcachetest.java:60)
: at
org.apache.pig.test.udf.evalfunc.Udfcachetest.exec(Udfcachetest.java:40)
: at
org.apache.pig.backend.hadoop.executionengine.physicalLayer.expressionOperators.POUserFunc.getNext(POUserFunc.java:353)
: ... 14 more
{code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)