Details
Description
To reproduce:
ant clean test -Dtestcase=TestPigContext -Dhadoopversion=2.0.x
This fails with the following error:
Caused by: org.apache.pig.backend.executionengine.ExecException: ERROR 1070: Could not resolve TestUDF2 using imports: [com.xxx.udf1., com.xxx.udf2., , org.apache.pig.builtin., org.apache.pig.impl.builtin.] at org.apache.pig.impl.PigContext.resolveClassName(PigContext.java:512) at org.apache.pig.impl.PigContext.instantiateFuncFromSpec(PigContext.java:561)
Attachments
Issue Links
- duplicates
-
PIG-3022 TestRegisteredJarVisibility.testRegisteredJarVisibility fails with hadoop-2.0.x
- Closed