From 95c4e31d5ffdefe837c720fbd86db45ddaf9f421 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Tue, 2 Jul 2019 15:22:07 +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 --- .../installation/Hadoop集群环境搭建.md | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/notes/installation/Hadoop集群环境搭建.md b/notes/installation/Hadoop集群环境搭建.md index f24c14d..e70145d 100644 --- a/notes/installation/Hadoop集群环境搭建.md +++ b/notes/installation/Hadoop集群环境搭建.md @@ -139,16 +139,17 @@ export JAVA_HOME=/usr/java/jdk1.8.0_201/ #### 4. yarn-site.xml ```xml - - - yarn.nodemanager.aux-services - mapreduce_shuffle - - - - yarn.resourcemanager.hostname - hadoop001 - + + + + yarn.nodemanager.aux-services + mapreduce_shuffle + + + + yarn.resourcemanager.hostname + hadoop001 + ```