Class org.apache.hadoop.hive.hbase.HBaseSplit not found

在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

你可能感兴趣的:(apache)