Re: Hive and add_partitions in upcoming 0.8 release

2011-11-14 Thread Edward Capriolo
Charles, Hive 0.8.X is right around the corner. However I can not help wondering asking/noting you say "our policy is to use the CDH releases" yet you are using HCatalog which is still in the incubator: http://incubator.apache.org/hcatalog/ You are likely to run into these issues for a while unt

Hive and add_partitions in upcoming 0.8 release

2011-11-14 Thread Charles Menguy
Hi, I am working on integrating Hive with HCatalog. My main issue is that HCatalog makes a call to add_partitions(List), which, correct me if I'm wrong, was only implemented in Hive 0.8 (currently in 0.7.1 we only have the add_partition(Partition) method) I am currently doing this using a build d