mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix doc
This commit is contained in:
parent
a7b5b2d9c8
commit
e66993fdae
1 changed files with 2 additions and 15 deletions
|
|
@ -204,8 +204,7 @@ After running a single paragraph with Spark interpreter in Zeppelin, browse `htt
|
|||
|
||||
|
||||
## Zeppelin on CDH
|
||||
Cloudera officially provide docker container [here](https://www.cloudera.com/documentation/enterprise/5-6-x/topics/quickstart_docker_container.html)
|
||||
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).
|
||||
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).
|
||||
|
||||
|
||||
### 1. Run docker
|
||||
|
|
@ -243,20 +242,8 @@ docker run -it \
|
|||
|
||||
### 2. Verify running CDH.
|
||||
|
||||
You can check each application web UI on following URLs.
|
||||
```
|
||||
# HADOOP
|
||||
http://localhost:50070/dfshealth.html#tab-overview
|
||||
You can see each application web UI for HDFS on `http://<hostname>:50070/`, YARN on `http://<hostname>:8088/cluster`.
|
||||
|
||||
# HIVE
|
||||
http://localhost:10002/hiveserver2.jsp
|
||||
|
||||
# YARN Application
|
||||
http://localhost:8088/cluster
|
||||
|
||||
# Spark history server
|
||||
http://localhost:18088
|
||||
```
|
||||
|
||||
### 3. Configure Spark interpreter in Zeppelin
|
||||
Set following configurations to `conf/zeppelin-env.sh`.
|
||||
|
|
|
|||
Loading…
Reference in a new issue