Re: hive hbase storage handler fail

2013-03-27 Thread Jason Shih
Hi Sanjay, thanks for the info. indeed, I did raise up the log level earlier to avoid dumping too much info in app log. I got much the same info and exception after lowering down at INFO. also, I am trying with CDH 4.1.2, except I am running mapreduce rather than YARN. The exception observe on

Re: hive hbase storage handler fail

2013-03-27 Thread Sanjay Subramanian
If you can run your hive insert data script with debug option u may get some clues /usr/lib/hive/bin/hive -hiveconf hive.root.logger=INFO,console -e "insert into dest select * from some_table_same_structure_as_dest limit 10;" I created a small demo usecase and this is failing for me as well The e

hive hbase storage handler fail

2013-03-27 Thread Jason Shih
Hi all, I try inserting data into hive table storing by hbase storage handler but fail with the following exception end of mapreduce stage info. however, we didn't have problem accessing HbaseStorageHandler if force accessing YARN rather than mapreduce. (hive: 0.9.0, hbase: 0.92.1). could