Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-3871

Replace org.python.google.* with com.google.* in imports

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • tez-branch, 0.13.0
    • None
    • None

    Description

      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,

      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)
      

      Attachments

        1. PIG-3871-tez.patch
          5 kB
          Cheolsoo Park
        2. PIG-3871-trunk.patch
          3 kB
          Cheolsoo Park

        Activity

          People

            cheolsoo Cheolsoo Park
            cheolsoo Cheolsoo Park
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: