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

GruntParser should invoke executeBatch() first in processFsCommand()

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.6.0, 0.7.0
    • 0.8.0
    • None
    • None

    Description

      If a script has multiple stores which can be optimized using multiquery optimization and if the script also has some file system state modifiying commands like "cp, mv, rm" then currently Gruntparser executes the plan until the filesystem command so that multiquery optimization will work on the file system after it has been modified (for example some portion of the multi query optimized script might be depending on the cp/mv or rm command to have run first). This is not done for "fs ..." commands - GruntParser should do the same even for "fs .." commands in processFsCommand()

      Attachments

        Activity

          People

            rding Richard Ding
            pradeepkth Pradeep Kamath
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: