Update Hadoop单机环境搭建.md

This commit is contained in:
heibaiying
2019-06-04 22:28:59 +08:00
committed by GitHub
parent 49f838642c
commit 528e2ad09f

View File

@ -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