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
Attachments
Issue Links
- is broken by
-
HIVE-11456 HCatStorer should honor mapreduce.output.basename
- Closed