修正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**
进入安装目录下的 `conf/` 目录,拷贝 Hive 的环境配置模板 `flume-env.sh.template`
进入安装目录下的 `conf/` 目录,拷贝 Hive 的环境配置模板 `hive-env.sh.template`
```shell
cp hive-env.sh.template hive-env.sh