提交 b6dbbc63 编写于 作者: G gongzijian

Merge remote-tracking branch 'upstream/dev' into dev

......@@ -3,7 +3,7 @@
## 基础软件安装
* [Mysql](https://blog.csdn.net/u011886447/article/details/79796802) (5.5+) : 必装
* [Mysql](http://geek.analysys.cn/topic/124) (5.5+) : 必装
* [JDK](https://www.oracle.com/technetwork/java/javase/downloads/index.html) (1.8+) : 必装
* [ZooKeeper](https://www.jianshu.com/p/de90172ea680)(3.4.6) :必装
* [Hadoop](https://blog.csdn.net/Evankaka/article/details/51612437)(2.6+) :选装, 如果需要使用到资源上传功能,MapReduce任务提交则需要配置Hadoop(上传的资源文件目前保存在Hdfs上)
......@@ -145,6 +145,14 @@ escheduler ALL=(ALL) NOPASSWD: NOPASSWD: ALL
## 启停服务
* 一键停止集群所有服务
` sh ./script/stop_all.sh`
* 一键开启集群所有服务
` sh ./script/start_all.sh`
* 启停Master
```启动master
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册