From 233c95ecbad8833e0ae88c4ba8f7ef80358095a6 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Mon, 3 Jun 2019 22:14:01 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Hadoop=E9=9B=86=E7=BE=A4=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E6=90=AD=E5=BB=BA.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- notes/installation/Hadoop集群环境搭建.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/installation/Hadoop集群环境搭建.md b/notes/installation/Hadoop集群环境搭建.md index bd77ea1..aa43718 100644 --- a/notes/installation/Hadoop集群环境搭建.md +++ b/notes/installation/Hadoop集群环境搭建.md @@ -191,7 +191,7 @@ scp -r /usr/app/hadoop-2.6.0-cdh5.15.2/ hadoop003:/usr/app/ 在`Hadoop001`上执行namenode初始化命令: ``` -hadoop namenode -format +hdfs namenode -format ``` ### 3.6 启动集群 @@ -219,7 +219,7 @@ start-yarn.sh
-接着可以查看Yarn集群的情况,端口号为`8088` : +接着可以查看Yarn的情况,端口号为`8088` :