Cheolsoo Park created PIG-3023:
----------------------------------
Summary: TestPigContext.testImportList fails with hadoop-2.0.x
Key: PIG-3023
URL: https://issues.apache.org/jira/browse/PIG-3023
Project: Pig
Issue Type: Sub-task
Environment: CentOS 6.2
Java HotSpot(TM) 64-Bit 1.6.0_31
Reporter: Cheolsoo Park
To reproduce:
{code}
ant clean test -Dtestcase=TestPigContext -Dhadoopversion=2.0.x
{code}
This fails with the following error:
{code}
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)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira