Update Hadoop集群环境搭建.md

This commit is contained in:
heibaiying 2019-07-02 15:22:07 +08:00 committed by GitHub
parent 3f8d6a158e
commit 95c4e31d5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,6 +139,7 @@ export JAVA_HOME=/usr/java/jdk1.8.0_201/
#### 4. yarn-site.xml
```xml
<configuration>
<property>
<!--配置NodeManager上运行的附属服务。需要配置成mapreduce_shuffle后才可以在Yarn上运行MapReduce程序。-->
<name>yarn.nodemanager.aux-services</name>