Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

hbase hive integration with hadoop 2.7.1 version compatibility

avatar
New Contributor

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

1 ACCEPTED SOLUTION

avatar
4 REPLIES 4

avatar
Master Mentor

hbase-client 1.1.2, hadoop-client 2.7.1, hive 1.2.1

avatar

avatar
Guru

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.

avatar
Master Mentor

@Nir Kumar has this been resolved? Please post your solution or accept best answer.