Update Hadoop集群环境搭建.md

This commit is contained in:
heibaiying 2019-06-04 00:07:31 +08:00 committed by GitHub
parent 233c95ecba
commit 21a9d5c4f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -167,7 +167,7 @@ export JAVA_HOME=/usr/java/jdk1.8.0_201/
#### 5. slaves
配置所有从属节点的主机名或IP地址每行一个。
配置所有从属节点的主机名或IP地址每行一个。所有从属节点上的`DataNode`服务和`NodeManager`服务都会被启动。
```properties
hadoop001