Skip to content

Commit 2b821b4

Browse files
author
astroshim
committed
fix docs
1 parent 159bafc commit 2b821b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/install/spark_cluster_mode.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ After running a single paragraph with Spark interpreter in Zeppelin, browse `htt
147147
You can simply set up [Spark on Mesos](http://spark.apache.org/docs/latest/running-on-mesos.html) docker environment with below steps.
148148

149149

150+
### 1. Build Docker file
150151

151152
```
152153
cd $ZEPPELIN_HOME/scripts/docker/spark-cluster-managers/spark_mesos
@@ -175,10 +176,14 @@ spark_mesos bash;
175176

176177
You can simply verify the processes of Spark and Mesos is running well in Docker with below command.
177178

179+
```
180+
ps -ef
181+
```
178182

179183
You can also check each application web UI for Mesos on `http://<hostname>:5050/cluster` and Spark on `http://<hostname>:8080/`.
180184

181185

186+
### 4. Configure Spark interpreter in Zeppelin
182187

183188
```
184189
export MASTER=mesos://127.0.1.1:5050

0 commit comments

Comments
 (0)