Skip to content

Commit 09408e3

Browse files
author
HyungSung
authored
Merge pull request #11 from AhyoungRyu/ZEPPELIN-1281-ahyoung
Minor update for cdh.md
2 parents b525f68 + 850119c commit 09408e3

File tree

4 files changed

+13
-8
lines changed

4 files changed

+13
-8
lines changed

docs/_includes/themes/zeppelin/_navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
<li><a href="{{BASE_PATH}}/install/spark_cluster_mode.html#spark-standalone-mode">Zeppelin on Spark Cluster Mode (Standalone)</a></li>
108108
<li><a href="{{BASE_PATH}}/install/spark_cluster_mode.html#spark-on-yarn-mode">Zeppelin on Spark Cluster Mode (YARN)</a></li>
109109
<li><a href="{{BASE_PATH}}/install/spark_cluster_mode.html#spark-on-mesos-mode">Zeppelin on Spark Cluster Mode (Mesos)</a></li>
110-
<li><a href="{{BASE_PATH}}/install/cdh.html#apache-zeppelin-on-cdh">Zeppelin on CDH</a></li>
110+
<li><a href="{{BASE_PATH}}/install/cdh.html">Zeppelin on CDH</a></li>
111111
<li role="separator" class="divider"></li>
112112
<li class="title"><span><b>Contibute</b><span></li>
113113
<li><a href="{{BASE_PATH}}/development/writingzeppelininterpreter.html">Writing Zeppelin Interpreter</a></li>
3.92 KB
Loading

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Join to our [Mailing list](https://zeppelin.apache.org/community.html) and repor
172172
* [Zeppelin on Spark Cluster Mode (Standalone via Docker)](./install/spark_cluster_mode.html#spark-standalone-mode)
173173
* [Zeppelin on Spark Cluster Mode (YARN via Docker)](./install/spark_cluster_mode.html#spark-on-yarn-mode)
174174
* [Zeppelin on Spark Cluster Mode (Mesos via Docker)](./install/spark_cluster_mode.html#spark-on-mesos-mode)
175-
* [Zeppelin on CDH (via Docker)](./install/cdh.html#apache-zeppelin-on-cdh)
175+
* [Zeppelin on CDH (via Docker)](./install/cdh.html)
176176
* Contribute
177177
* [Writing Zeppelin Interpreter](./development/writingzeppelininterpreter.html)
178178
* [Writing Zeppelin Application (Experimental)](./development/writingzeppelinapplication.html)

docs/install/cdh.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@ limitations under the License.
2121

2222
# Apache Zeppelin on CDH
2323

24-
Cloudera officially provide docker container so we can easily build CDH docker environment following the [link](http://www.cloudera.com/documentation/enterprise/latest/topics/quickstart_docker_container.html).
24+
<div id="toc"></div>
2525

26-
### 1. Importing the Cloudera QuickStart Docker Image
26+
### 1. Import Cloudera QuickStart Docker image
27+
28+
>[Cloudera](http://www.cloudera.com/) has officially provided CDH Docker Hub in their own container. Please check [this guide page](http://www.cloudera.com/documentation/enterprise/latest/topics/quickstart_docker_container.html#cloudera_docker_container) for more information.
29+
30+
You can import the Docker image by pulling it from Cloudera Docker Hub.
2731

2832
```
2933
docker pull cloudera/quickstart:latest
@@ -63,9 +67,9 @@ docker run -it \
6367
agitated_payne_backup /usr/bin/docker-quickstart;
6468
```
6569

66-
### 3. Verify running CDH.
70+
### 3. Verify running CDH
6771

68-
You can see each application web UI for HDFS on `http://<hostname>:50070/`, YARN on `http://<hostname>:8088/cluster`.
72+
To verify the application is running well, check the web UI for HDFS on `http://<hostname>:50070/` and YARN on `http://<hostname>:8088/cluster`.
6973

7074

7175
### 4. Configure Spark interpreter in Zeppelin
@@ -85,11 +89,12 @@ Don't forget to set Spark `master` as `yarn-client` in Zeppelin **Interpreters**
8589

8690
### 5. Run Zeppelin with Spark interpreter
8791
After running a single paragraph with Spark interpreter in Zeppelin,
88-
<img src="../assets/themes/zeppelin/img/docs-img/zeppelin_with_cdh.png" />
8992

93+
<img src="../assets/themes/zeppelin/img/docs-img/zeppelin_with_cdh.png" />
9094

95+
<br/>
9196

97+
browse `http://<hostname>:8088/cluster/apps` to check Zeppelin application is running well or not.
9298

93-
You can browse `http://<hostname>:8088/cluster/apps` for Zeppelin application is running well or not.
9499
<img src="../assets/themes/zeppelin/img/docs-img/cdh_yarn_applications.png" />
95100

0 commit comments

Comments
 (0)