Update Hadoop集群环境搭建.md

This commit is contained in:
heibaiying 2019-06-03 22:14:01 +08:00 committed by GitHub
parent 8fe057eb62
commit 233c95ecba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
<BR/>
接着可以查看Yarn集群的情况,端口号为`8088`
接着可以查看Yarn的情况端口号为`8088`
<div align="center"> <img src="https://github.com/heibaiying/BigData-Notes/blob/master/pictures/hadoop-集群搭建3.png"/> </div>