修正hive安装脚本模板名

flume-env.sh.template -> hive-env.sh.template
This commit is contained in:
Peng Chen 2020-11-16 09:41:41 +08:00 committed by GitHub
parent 4fd325f312
commit 16465d7e30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ export PATH=$HIVE_HOME/bin:$PATH
**1. hive-env.sh** **1. hive-env.sh**
进入安装目录下的 `conf/` 目录,拷贝 Hive 的环境配置模板 `flume-env.sh.template` 进入安装目录下的 `conf/` 目录,拷贝 Hive 的环境配置模板 `hive-env.sh.template`
```shell ```shell
cp hive-env.sh.template hive-env.sh cp hive-env.sh.template hive-env.sh
@ -181,4 +181,4 @@ Hive 内置了 HiveServer 和 HiveServer2 服务,两者都允许客户端使
<div align="center"> <img src="https://gitee.com/heibaiying/BigData-Notes/raw/master/pictures/hive-beeline-cli.png"/> </div> <div align="center"> <img src="https://gitee.com/heibaiying/BigData-Notes/raw/master/pictures/hive-beeline-cli.png"/> </div>
<div align="center"> <img src="https://gitee.com/heibaiying/BigData-Notes/raw/master/pictures/weixin-desc.png"/> </div> <div align="center"> <img src="https://gitee.com/heibaiying/BigData-Notes/raw/master/pictures/weixin-desc.png"/> </div>