Cheolsoo Park created PIG-3871:
----------------------------------

             Summary: Replace org.python.google.* with com.google.* in imports
                 Key: PIG-3871
                 URL: https://issues.apache.org/jira/browse/PIG-3871
             Project: Pig
          Issue Type: Bug
            Reporter: Cheolsoo Park
            Assignee: Cheolsoo Park
             Fix For: 0.13.0


In several places are org.python.google.* imported. I believe this is a side 
effect of IDE auto completion (e.g. Eclipse) rather than intentional.

The problem is that this cause a runtime error depending on classpath. For eg,
{code}
ERROR 2998: Unhandled internal error. org/python/google/common/collect/Sets

java.lang.NoClassDefFoundError: org/python/google/common/collect/Sets
        at 
org.apache.pig.backend.hadoop.executionengine.tez.TezPlanContainerUDFCollector.<init>(TezPlanContainerUDFCollector.java:28)
{code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)

Reply via email to