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

[Pig on Tez] Union followed by HCatStorer misses some data

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.16.0, 0.15.1
    • None
    • None
    • Reviewed

    Description

      Script to reproduce:

      A = LOAD 'data01.txt' USING PigStorage() as (id:chararray, message:chararray);
      B = LOAD 'data02.txt' USING PigStorage() as (id:chararray, message:chararray);
      C = UNION A, B;
      STORE C INTO 'db.table1' USING org.apache.hive.hcatalog.pig.HCatStorer();
      

      Attachments

        1. PIG-4649-1.patch
          14 kB
          Rohini Palaniswamy

        Issue Links

          Activity

            People

              rohini Rohini Palaniswamy
              rohini Rohini Palaniswamy
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: