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

LoadFunc.setLocation() is not called when pig script only has Order By

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.9.3
    • 0.9.3, 0.11, 0.10.1
    • None
    • None
    • Reviewed

    Description

      HCatLoader.setLocation() needs setLocation() called on the frontend. This doesn't happen with this pig script:

      A = LOAD 'foo' USING org.apache.hcatalog.pig.HCatLoader();
      B = ORDER A BY id;
      DUMP B;

      Attachments

        1. PIG-2666-0.patch
          3 kB
          Daniel Dai
        2. PIG-2666-1.patch
          3 kB
          Daniel Dai
        3. PIG-2666-2.patch
          5 kB
          Daniel Dai

        Issue Links

          Activity

            People

              daijy Daniel Dai
              toffer Francis Christopher Liu
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: