Merge pull request #10 from AhyoungRyu/ZEPPELIN-1279-ahyoung

[ZEPPELIN-1279] Update zeppelin_mesos_conf.png
This commit is contained in:
HyungSung 2016-09-02 13:51:40 +09:00 committed by GitHub
commit 974366a9d7
3 changed files with 4 additions and 4 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 77 KiB

View file

@ -1,7 +1,7 @@
---
layout: page
title: "Apache Zeppelin on Spark cluster mode"
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."
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."
group: install
---
<!--
@ -113,7 +113,7 @@ docker run -it \
### 3. Verify running Spark on YARN.
You can simply verify the processes of Spark and YARN is running well in Docker with below command.
You can simply verify the processes of Spark and YARN are running well in Docker with below command.
```
ps -ef
@ -174,7 +174,7 @@ spark_mesos bash;
### 3. Verify running Spark on Mesos.
You can simply verify the processes of Spark and Mesos is running well in Docker with below command.
You can simply verify the processes of Spark and Mesos are running well in Docker with below command.
```
ps -ef
@ -194,7 +194,7 @@ export SPARK_HOME=[PATH OF SPARK HOME]
Don't forget to set Spark `master` as `mesos://127.0.1.1:5050` in Zeppelin **Interpreters** setting page like below.
<img src="../assets/themes/zeppelin/img/docs-img/zeppelin_mesos_interpreter.png" />
<img src="../assets/themes/zeppelin/img/docs-img/zeppelin_mesos_conf.png" />
### 5. Run Zeppelin with Spark interpreter