From 528e2ad09fe28593eaa4dbc61c9b01ac15511c10 Mon Sep 17 00:00:00 2001 From: heibaiying <31504331+heibaiying@users.noreply.github.com> Date: Tue, 4 Jun 2019 22:28:59 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Hadoop=E5=8D=95=E6=9C=BA=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 --- notes/installation/Hadoop单机环境搭建.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/installation/Hadoop单机环境搭建.md b/notes/installation/Hadoop单机环境搭建.md index fee6d27..185ea90 100644 --- a/notes/installation/Hadoop单机环境搭建.md +++ b/notes/installation/Hadoop单机环境搭建.md @@ -209,7 +209,7 @@ sudo systemctl stop firewalld.service ```shell # 如果没有mapred-site.xml,则拷贝一份样例文件后再修改 -cp ./mapred-site.xml.template ./mapred-site.xml +cp mapred-site.xml.template mapred-site.xml ``` ```xml