Update Hadoop集群环境搭建.md

This commit is contained in:
heibaiying
2019-07-31 22:29:18 +08:00
committed by GitHub
parent e53293af37
commit 516480f721

View File

@ -24,6 +24,7 @@
这里搭建一个 3 节点的 Hadoop 集群,其中三台主机均部署 `DataNode``NodeManager` 服务,但只有 hadoop001 上部署 `NameNode``ResourceManager` 服务。
<div align="center"> <img src="https://github.com/heibaiying/BigData-Notes/blob/master/pictures/hadoop集群规划.png"/> </div>
## 二、前置条件
Hadoop 的运行依赖 JDK需要预先安装。其安装步骤单独整理至