Update Linux环境下Hive的安装部署.md

This commit is contained in:
heibaiying 2019-04-13 07:46:57 +08:00 committed by GitHub
parent 0737203bef
commit 1a5842eb81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -110,7 +110,7 @@ HADOOP_HOME=/usr/app/hadoop-2.6.0-cdh5.15.2
由于已经将Hive的bin目录配置到环境变量直接使用以下命令启动成功进入交互式命令行后执行`show databases`命令,无异常则代表搭建成功。
```shell
# Hive
# hive
```
<div align="center"> <img src="https://github.com/heibaiying/BigData-Notes/blob/master/pictures/hive-install-2.png"/> </div>