1.我使用的Hadoop2.0-cdh4.3.0,对应hive配套版本hive-0.10.0-cdh4.3.0。
2.修改hive/conf下hive-site.xml文件,无则创建hive-site.xml,在底部添加如下内容:
-
<?xml version="1.0" encoding="UTF-8"?>
-
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
-
<configuration>
-
<property>
-
<name>hive.querylog.location</name>
-
<value>/hadoop/hive/logs</value>
-
</property>
-
-
<property>
-
<name>hive.aux.jars.path</name>
-
<value>file:///usr/hadoop/hive-0.10.0-cdh4.3.0/lib/hive-hbase-handler-0.10.0-cdh4.3.0.jar,file:///usr/hadoop/hive-0.10.0-cdh4.3.0/lib/hbase-0.94.6-cdh4.3.0.jar,file:///usr/hadoop/hive-0.10.0-cdh4.3.0/lib/zookeeper-3.4.3-cdh4.3.0.jar</value>
-
</property>
-
-
</configuration>
3.启动hive集群正常情况结果如下:
-
[root@master bin]# hive -hiveconf hbase.zookeeper.quorum=slave1
-
Logging initialized using configuration in jar:file:/usr/hadoop/hive-0.10.0-cdh4.3.0/lib/hive-common-0.10.0-cdh4.3.0.jar!/hive-log4j.properties
-
Hive history file=/hadoop/hive/logs/hive_job_log_5cb84500-a21f-43c8-adb7-05ed6031ad25_1332797293.txt
-
hive>
hive-0.10.0-cdh4.3.0安装,布布扣,bubuko.com
hive-0.10.0-cdh4.3.0安装
原文:http://blog.csdn.net/cqboy1991/article/details/25693749