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

Compression codec should be a per-store property

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.7.0
    • 0.8.0
    • None
    • None
    • Reviewed

    Description

      The following script with multi-query optimization

      a = load 'input';
      store a into 'outout.bz2';
      store a into 'outout2'
      

      generates two .bz files, while only one of them should be compressed.

      Attachments

        1. PIG-1533.patch
          2 kB
          Richard Ding

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: