Created 12-11-2015 06:24 AM
Hi
what is the best version for Hive and Habse intergation with hadoop 2.7.1, its working fine independently
Hive 1.1 and
hbase 1.0 ,
i am getting error "FAILED: Execution Error, return code 1 from org.apache.hadoop.hive.ql.exec.DDLTask. org.apache.hadoop.hbase.HTableDescriptor.addFamily(Lorg/apache/hadoop/hbase/HColumnDescriptor;)V" when try to create table ,i have tried multiple version but no luck.
has any one tested the hive+hbase version >1 with hadoop 2.7.1
please share your thought
Thanking You
Created 12-11-2015 06:24 PM
See examples from two questions below, tested with latest hdp 2.3.2:
HBASE 1.1.1.2.3 HADOOP 2.7.1.2.3 HIVE 1.2.1.2.3
https://community.hortonworks.com/questions/1652/how-can-i-query-hbase-from-hive.html
Created 12-11-2015 01:37 PM
hbase-client 1.1.2, hadoop-client 2.7.1, hive 1.2.1
Created 12-11-2015 06:24 PM
See examples from two questions below, tested with latest hdp 2.3.2:
HBASE 1.1.1.2.3 HADOOP 2.7.1.2.3 HIVE 1.2.1.2.3
https://community.hortonworks.com/questions/1652/how-can-i-query-hbase-from-hive.html
Created 12-14-2015 06:55 PM
One of the benefits of using a distribution like HDP is to never have to deal with version mismatch across different components like Hive and HBase. You can look into using HDP artifacts rather than trying to assemble the components together.
Created 02-02-2016 04:14 PM
@Nir Kumar has this been resolved? Please post your solution or accept best answer.