[ZEPPELIN-1279] Zeppelin with CDH5.x docker document.#1451
[ZEPPELIN-1279] Zeppelin with CDH5.x docker document.#1451astroshim wants to merge 8 commits intoapache:masterfrom
Conversation
docs/install/spark_cluster_mode.md
Outdated
|
|
||
|
|
||
| ## Zeppelin on CDH | ||
| 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). |
There was a problem hiding this comment.
link to https://www.cloudera.com/documentation/enterprise/latest.html
the latest CDH release is 5.8
There was a problem hiding this comment.
Thank you for properly pointing out.
docs/install/spark_cluster_mode.md
Outdated
| <img src="../assets/themes/zeppelin/img/docs-img/zeppelin_yarn_conf.png" /> | ||
|
|
||
| ### 4. Run Zeppelin with Spark interpreter | ||
| After running a single paragraph with Spark interpreter in Zeppelin, browse `http://<hostname>:8088/cluster/apps` and check Zeppelin application is running well or not. |
There was a problem hiding this comment.
should this explain to check zeppelin (http://:8080) also?
There was a problem hiding this comment.
Okay. Let me add that. Thanks.
|
@astroshim Thanks for your contribution! This can be really helpful to How about separating Or there is an another option. If you think the contents in What do you think? |
|
@AhyoungRyu Thank you for your suggestion. I think creating new page for |
|
@astroshim Yeah that would be better than all contents are together in one page actually. Thanks for your consideration :D |
| export SPARK_HOME=[your_spark_home_path] | ||
| ``` | ||
|
|
||
| `HADOOP_CONF_DIR`(Hadoop configuration path) is defined in `/scripts/docker/spark-cluster-managers/cdh/hdfs_conf`. |
There was a problem hiding this comment.
@astroshim Do you mean /scripts/docker/spark-cluster-managers/cdh/*.xml?
There was a problem hiding this comment.
The configuration for cdh is in the ``/scripts/docker/spark-cluster-managers/cdh/hdfs_conf/` like yarn mode.
There was a problem hiding this comment.
Sorry, I made /scripts/docker/spark-cluster-managers/cdh/hdfs_conf/ and move configurations to that path.
|
@astroshim To make CI happy, you might need to exclude |
|
@astroshim still CI is not happy but it seems irrelevant to this change. As below result says, there is a test failure in Looks good 👍 |
|
@AhyoungRyu Thank you so much for taking care of this!! |
|
@astroshim Appreciate for your effort! Merge into master if there are no more discussions :) |
### What is this PR for? This PR is for the documentation of running zeppelin with CDH docker environment. and This PR is the part of https://issues.apache.org/jira/browse/ZEPPELIN-1198. Tested CDH5.7 on ubuntu. ### What type of PR is it? Documentation ### What is the Jira issue? https://issues.apache.org/jira/browse/ZEPPELIN-1281 ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no Author: astroshim <[email protected]> Author: AhyoungRyu <[email protected]> Author: HyungSung <[email protected]> Closes apache#1451 from astroshim/ZEPPELIN-1281 and squashes the following commits: 5dcb8c1 [astroshim] move configurations to right path and add excluding rat-plugin 09408e3 [HyungSung] Merge pull request apache#11 from AhyoungRyu/ZEPPELIN-1281-ahyoung 850119c [AhyoungRyu] Generate TOC & change some sentences e687a53 [AhyoungRyu] Replace zeppelin_with_cdh.png to crop the url part cc9a023 [AhyoungRyu] Remove main title link anchor b525f68 [astroshim] separate cdh doc with spark_cluster_mode.md e66993f [astroshim] fix doc a7b5b2d [astroshim] cdh docker environment

What is this PR for?
This PR is for the documentation of running zeppelin with CDH docker environment.
and This PR is the part of https://issues.apache.org/jira/browse/ZEPPELIN-1198.
Tested CDH5.7 on ubuntu.
What type of PR is it?
Documentation
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1281
Questions: