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

Pig do not pass udf to the backend in some situation

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.3.0
    • 0.4.0
    • impl
    • None

    Description

      If we use udf and do not use register, in some situation backend will complain that it cannot resolve class. For example, the following script do not work.

      A = load '1.txt' using udf1();
      B = load '2.txt';
      C = join A by $0, B by $0;

      Attachments

        1. PIG-888-1.patch
          2 kB
          Daniel Dai
        2. PIG-888-2.patch
          3 kB
          Daniel Dai

        Activity

          People

            daijy Daniel Dai
            daijy Daniel Dai
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: