Re: hbase importtsv

2014-05-01 Thread Amit Tewari
Make sure there are no primary key clash. HBase would over write the row if you upload data with same primary key. That's one reason you can possibly get less rows than what you uploaded Sent from my mobile device, please excuse the typos On May 1, 2014, at 3:34 PM, Kennedy, Sean C.

Re: Error using ORC Format with Hive

2014-04-05 Thread Amit Tewari
write permissions to write to hive warehouse. I forwarded you a previous thread regarding hive 12 protobuf issues. Regards, Bryan Jeffrey On Apr 4, 2014 8:14 PM, Amit Tewari amittew...@gmail.com wrote: I checked out and build hive 0.13. Tried with same results. i.e

Error using ORC format

2014-04-04 Thread Amit Tewari
Hi All, I am just trying to do some simple tests to see speedup in hive query with Hive 0.14 (trunk version this morning). Just tried to use sample test case to start with. First wanted to see how much I can speed up using ORC format. However for some reason I can't insert data into the

Error using ORC Format with Hive

2014-04-04 Thread Amit Tewari
Hi All, I am just trying to do some simple tests to see speedup in hive query with Hive 0.14 (trunk version this morning). Just tried to use sample test case to start with. First wanted to see how much I can speed up using ORC format. However for some reason I can't insert data into the

Re: Error using ORC Format with Hive

2014-04-04 Thread Amit Tewari
) at org.apache.hadoop.hive.ql.exec.mr.ExecMapper.close(ExecMapper.java:207) Amit On 4/4/14 2:28 PM, Amit Tewari wrote: Hi All, I am just trying to do some simple tests to see speedup in hive query with Hive 0.14 (trunk version this morning). Just tried to use sample test case to start with. First wanted to see