[
https://issues.apache.org/jira/browse/PIG-3886?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14020501#comment-14020501
]
Daniel Dai commented on PIG-3886:
---------------------------------
Actually I see "'java_params' => ['-Dopt.fetch=false']" in
UdfDistributedCache_1. So [~cheolsoo] didn't miss the test. The issue is my
version of Hadoop does not take HADOOP_OPTS, it only takes HADOOP_CLIENT_OPTS.
That's why Accumulator_5 does not work for me as well. We will need to change
bin/pig to solve it.
> 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: impl
> Affects Versions: tez-branch
> Reporter: Cheolsoo Park
> Assignee: Daniel Dai
> Fix For: 0.14.0
>
>
> 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)