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

Document Store and load from the same location does not support globbing

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Invalid
    • 0.8.0
    • 0.8.0
    • documentation
    • None

    Description

      If in my script there is a Store and a load from the same location like below;
      STORE A INTO '/user/myname/myoutputfolder';
      D = LOAD '/user/myname/myoutputfolder/part*' ;

      This will cause my script to fail .Pig requires the store and load locations to be exactly same to realize that
      there is a dependency .
      This behavior of Pig should be documented preferably in
      http://pig.apache.org/docs/r0.8.0/piglatin_ref2.html#Load%2FStore+Functions

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vivekp Vivek Padmanabhan
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: