Skip to content

Commit e66993f

Browse files
author
astroshim
committed
fix doc
1 parent a7b5b2d commit e66993f

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

docs/install/spark_cluster_mode.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,7 @@ After running a single paragraph with Spark interpreter in Zeppelin, browse `htt
204204

205205

206206
## Zeppelin on CDH
207-
Cloudera officially provide docker container [here](https://www.cloudera.com/documentation/enterprise/5-6-x/topics/quickstart_docker_container.html)
208-
So we can easily build CDH docker environment following the [link](https://www.cloudera.com/documentation/enterprise/5-6-x/topics/quickstart_docker_container.html).
207+
Cloudera officially provide docker container so we can easily build CDH docker environment following the [link](https://www.cloudera.com/documentation/enterprise/5-6-x/topics/quickstart_docker_container.html).
209208

210209

211210
### 1. Run docker
@@ -243,20 +242,8 @@ docker run -it \
243242

244243
### 2. Verify running CDH.
245244

246-
You can check each application web UI on following URLs.
247-
```
248-
# HADOOP
249-
http://localhost:50070/dfshealth.html#tab-overview
250-
251-
# HIVE
252-
http://localhost:10002/hiveserver2.jsp
245+
You can see each application web UI for HDFS on `http://<hostname>:50070/`, YARN on `http://<hostname>:8088/cluster`.
253246

254-
# YARN Application
255-
http://localhost:8088/cluster
256-
257-
# Spark history server
258-
http://localhost:18088
259-
```
260247

261248
### 3. Configure Spark interpreter in Zeppelin
262249
Set following configurations to `conf/zeppelin-env.sh`.

0 commit comments

Comments
 (0)