From 94c5f58ba6b49fc0458ac95bc7d4a93fbae2ec57 Mon Sep 17 00:00:00 2001 From: wangyu Date: Thu, 14 Sep 2023 08:13:52 +0000 Subject: [PATCH] =?UTF-8?q?update=20Docs/=E9=83=A8=E7=BD=B2=E6=8C=87?= =?UTF-8?q?=E5=8D=97/hive.md.=20=E9=94=99=E5=88=AB=E5=AD=97=EF=BC=8C?= =?UTF-8?q?=E5=BA=94=E8=AF=A5=E5=B0=86=E2=80=9C=E8=BD=AF=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E2=80=9D=20=E4=BF=AE=E6=94=B9=E4=B8=BA=E2=80=9C=E8=BD=AF?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyu --- "Docs/\351\203\250\347\275\262\346\214\207\345\215\227/hive.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/Docs/\351\203\250\347\275\262\346\214\207\345\215\227/hive.md" "b/Docs/\351\203\250\347\275\262\346\214\207\345\215\227/hive.md" index 61b792a..4cc9193 100644 --- "a/Docs/\351\203\250\347\275\262\346\214\207\345\215\227/hive.md" +++ "b/Docs/\351\203\250\347\275\262\346\214\207\345\215\227/hive.md" @@ -55,7 +55,7 @@ java -version ``` #### 3- 部署Hive 在部署Hive之前请先安装部署好Hadoop,参考[hadoop部署指南](https://gitee.com/openeuler/bigdata/blob/master/Docs/%E9%83%A8%E7%BD%B2%E6%8C%87%E5%8D%97/hadoop.md) -##### 3.1 配置Hive环境变量(下面hive的路径已经提前做了软连接的操作) +##### 3.1 配置Hive环境变量(下面hive的路径已经提前做了软链接的操作) ``` vim /etc/profile #增加以下内容: -- Gitee