From 520f35f06334f6286813822b61de1037e726f2d4 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Tue, 4 Jun 2019 06:41:59 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=9F=BA=E4=BA=8EZookeeper=E6=90=AD?= =?UTF-8?q?=E5=BB=BAHadoop=E9=AB=98=E5=8F=AF=E7=94=A8=E9=9B=86=E7=BE=A4.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../installation/基于Zookeeper搭建Hadoop高可用集群.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/installation/基于Zookeeper搭建Hadoop高可用集群.md b/notes/installation/基于Zookeeper搭建Hadoop高可用集群.md index e324ed4..ff2c0e0 100644 --- a/notes/installation/基于Zookeeper搭建Hadoop高可用集群.md +++ b/notes/installation/基于Zookeeper搭建Hadoop高可用集群.md @@ -344,7 +344,7 @@ start-yarn.sh 需要注意的是,这个时候`hadoop003`上的`ResourceManager`服务通常是没有启动的,需要手动启动: ```shell -hadoop-daemon.sh start datanode +yarn-daemon.sh start resourcemanager ``` ## 六、查看集群