1
0
mirror of https://github.com/newnius/YAO-docs.git synced 2024-07-06 05:15:18 +00:00
This commit is contained in:
2020-05-04 15:28:56 +08:00
parent 057edbbac1
commit 1e0dc50608
2 changed files with 28 additions and 0 deletions

View File

@@ -36,6 +36,10 @@ docker network create --driver overlay --attachable --opt encrypted yao-net
sbin/start_zks.sh
```
## Start HDFS cluster
```bash
sbin/run_hdfs.sh
```
## Start Kafka cluster
```bash
@@ -68,6 +72,11 @@ sbin/run_agent_helper.sh
sbin/run_agent.sh
```
## Start the agent-master on YAO-Master
```bash
sbin/start_agent_master.sh
```
## Start mysql
```bash