15.2 hive的安装
2018-02-14 本文已影响3人
6cc89d7ec09f
安装步骤
![](https://img.haomeiwen.com/i2218464/4a1cf3dcdcd2a60e.png)
HIVE_CONF_DIR是hive的conf目录
1配置log4j.properties
![](https://img.haomeiwen.com/i2218464/938d4c0ead01163b.png)
2配置hive.env.properties
![](https://img.haomeiwen.com/i2218464/d97e50fd19996f4f.png)
3启动hdfs,略
4 创建Hive目录
5启动hive服务
测试
show databases;
use default
show tables
HIVE_CONF_DIR是hive的conf目录
测试
show databases;
use default
show tables