From 0452f1091af5514b4b5e25ce578ce455893e4650 Mon Sep 17 00:00:00 2001 From: colben Date: Wed, 25 Mar 2026 22:00:24 +0800 Subject: [PATCH] update --- content/post/hive2-tez.md | 3 +-- content/post/hive2.md | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/content/post/hive2-tez.md b/content/post/hive2-tez.md index 6811bee..7c37e7e 100644 --- a/content/post/hive2-tez.md +++ b/content/post/hive2-tez.md @@ -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)**上执行如下操作 diff --git a/content/post/hive2.md b/content/post/hive2.md index 8f7dde2..978dc39 100644 --- a/content/post/hive2.md +++ b/content/post/hive2.md @@ -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 ..."