Re: INSERT INTO TABLE failing in Reducer phase - Unable to rename output file

2013-06-25 Thread Ashish Nigam
I am using hive-0.10.0-cdh4.2.0. On Tue, Jun 25, 2013 at 12:27 PM, Nitin Pawar wrote: > what version of hive are you using? > > > On Tue, Jun 25, 2013 at 11:33 PM, Ashish Nigam wrote: > >> Hi, >> >> I am moving data from HBase table to a Hive table. >> >

INSERT INTO TABLE failing in Reducer phase - Unable to rename output file

2013-06-25 Thread Ashish Nigam
Hi, I am moving data from HBase table to a Hive table. I have external Hive table that maps to a HBase table. I perform select query on that external Hive table and insert data to another Hive table. I do not have any partitions set on destination table. Please let me know how can I fix this iss

Re: HBase-Hive integration - fetching long values in HBase as bigint in Hive

2013-02-14 Thread Ashish Nigam
It worked... I was missing this in SERDE properties - "hbase.table.default.storage.type" = "binary" On Thu, Feb 14, 2013 at 9:02 AM, Ashish Nigam wrote: > Columns in "stats-daily" CF are dynamic in nature but all the values are > long counters. > I al

Re: HBase-Hive integration - fetching long values in HBase as bigint in Hive

2013-02-14 Thread Ashish Nigam
ot;counters"); > > Hope this helps. > > [1] https://issues.apache.org/jira/browse/HIVE-3312 > > > On Thu, Feb 14, 2013 at 8:23 AM, Ashish Nigam wrote: > >> Hi, >> I am storing counters (long value) in HBase table. >> I have created Hive T