You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/install/cdh.md
+11-6Lines changed: 11 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,13 @@ limitations under the License.
21
21
22
22
# Apache Zeppelin on CDH
23
23
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
+
<divid="toc"></div>
25
25
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.
27
31
28
32
```
29
33
docker pull cloudera/quickstart:latest
@@ -63,9 +67,9 @@ docker run -it \
63
67
agitated_payne_backup /usr/bin/docker-quickstart;
64
68
```
65
69
66
-
### 3. Verify running CDH.
70
+
### 3. Verify running CDH
67
71
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`.
69
73
70
74
71
75
### 4. Configure Spark interpreter in Zeppelin
@@ -85,11 +89,12 @@ Don't forget to set Spark `master` as `yarn-client` in Zeppelin **Interpreters**
85
89
86
90
### 5. Run Zeppelin with Spark interpreter
87
91
After running a single paragraph with Spark interpreter in Zeppelin,
browse `http://<hostname>:8088/cluster/apps` to check Zeppelin application is running well or not.
92
98
93
-
You can browse `http://<hostname>:8088/cluster/apps` for Zeppelin application is running well or not.
0 commit comments