Re: use custom MapReduce script to load data into table with partitions

2013-12-26 Thread zeekvfu
On Thu, Dec 26, 2013 at 7:03 PM, Satish Mittal wrote: > You could use HCatalog for reading/writing data into Hive metastore > tables. HCatalog provides HCatLoader/HCatStorer interface for Pig and > HCatInputFormat/HCatFormat interface for MR jobs to perform table > read/write, including support fo

Re: use custom MapReduce script to load data into table with partitions

2013-12-26 Thread Satish Mittal
Hi, You could use HCatalog for reading/writing data into Hive metastore tables. HCatalog provides HCatLoader/HCatStorer interface for Pig and HCatInputFormat/HCatFormat interface for MR jobs to perform table read/write, including support for static/dynamic partitions. Thanks, Satish On Thu, Dec