在hive-site.xml加上
<property>
<name>hive.aux.jars.path</name>
<value>file:///opt/modules/hive/hive-0.9.0/lib/hive-hbase-handler-0.9.0.jar,file:///opt/modules/hive/hive-0.9.0/lib/hbase-0.92.0.jar,file:///opt/modules/hive/hive-0.9.0/lib/zookeeper-3.4.3.jar</value>
</property>
解决!
可以使用
mapreduce
本文介绍如何通过修改hive-site.xml文件配置来实现Hive与HBase的数据交互。具体操作包括指定hive.aux.jars.path属性,加载必要的jar包如hive-hbase-handler、hbase及zookeeper等。
1984

被折叠的 条评论
为什么被折叠?



