This commit is contained in:
colben
2026-03-25 22:00:24 +08:00
parent 196342d9b8
commit 0452f1091a
2 changed files with 2 additions and 3 deletions

View File

@@ -64,8 +64,7 @@ Rocky9 | hive-ms21 | 192.168.8.21/24 | Hive Metastore, MySQL8.0, Tez
```
### 修改 yarn-site.xml
- 在**全部主机(包括 hadoop)**上执行如下操作
- 参考[在 $HADOOP_HOME/etc/hadoop/yarn-site.xml 中关闭 yarn 虚拟内存检查](/post/hdp2/#修改-yarn-sitexml)
- 在**全部主机(包括 hadoop)**上[关闭 yarn 虚拟内存检查](/post/hdp2/#修改-yarn-sitexml)
### 创建 tez-site.xml
- 在**全部主机(包括 hadoop)**上执行如下操作

View File

@@ -163,7 +163,7 @@ Rocky9 | hive-ms21 | 192.168.8.21/24 | Hive Metastore, MySQL8.0
# 暂时忽略"WARNING: Hive-on-MR is deprecated in Hive 2 ..."
```
- beeline 连接,需要[在 $HADOOP_HOME/etc/hadoop/core-site.xml 中配置 proxyuser](/post/hdp2/#修改-core-sitexml)
- beeline 连接,需要[在 core-site.xml 中配置 proxyuser](/post/hdp2/#修改-core-sitexml)
```bash
beeline -u jdbc:hive2://hive-hs20:10000 -n root
# 暂时忽略"WARNING: Hive-on-MR is deprecated in Hive 2 ..."