Skip to content

Commit 974366a

Browse files
author
HyungSung
authored
Merge pull request #10 from AhyoungRyu/ZEPPELIN-1279-ahyoung
[ZEPPELIN-1279] Update zeppelin_mesos_conf.png
2 parents 1cbe9d3 + 076fdba commit 974366a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
125 KB
Loading
Binary file not shown.

docs/install/spark_cluster_mode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: page
33
title: "Apache Zeppelin on Spark cluster mode"
4-
description: "This document will guide you how you can build and configure the environment on 3 types of Spark cluster manager with Apache Zeppelin using docker scripts."
4+
description: "This document will guide you how you can build and configure the environment on 3 types of Spark cluster manager(Standalone, Hadoop Yarn, Apache Mesos) with Apache Zeppelin using docker scripts."
55
group: install
66
---
77
<!--
@@ -113,7 +113,7 @@ docker run -it \
113113

114114
### 3. Verify running Spark on YARN.
115115

116-
You can simply verify the processes of Spark and YARN is running well in Docker with below command.
116+
You can simply verify the processes of Spark and YARN are running well in Docker with below command.
117117

118118
```
119119
ps -ef
@@ -174,7 +174,7 @@ spark_mesos bash;
174174

175175
### 3. Verify running Spark on Mesos.
176176

177-
You can simply verify the processes of Spark and Mesos is running well in Docker with below command.
177+
You can simply verify the processes of Spark and Mesos are running well in Docker with below command.
178178

179179
```
180180
ps -ef
@@ -194,7 +194,7 @@ export SPARK_HOME=[PATH OF SPARK HOME]
194194

195195
Don't forget to set Spark `master` as `mesos://127.0.1.1:5050` in Zeppelin **Interpreters** setting page like below.
196196

197-
<img src="../assets/themes/zeppelin/img/docs-img/zeppelin_mesos_interpreter.png" />
197+
<img src="../assets/themes/zeppelin/img/docs-img/zeppelin_mesos_conf.png" />
198198

199199

200200
### 5. Run Zeppelin with Spark interpreter

0 commit comments

Comments
 (0)