[ZEPPELIN-1279] Spark on Mesos Docker.#1389
Closed
astroshim wants to merge 8 commits intoapache:masterfrom
Closed
Conversation
|
|
||
|
|
||
| ## Spark on Mesos mode | ||
| You can simply set up [Spark on Mesos](http://spark.apache.org/docs/latest/running-on-mesos.html) docker environment with below steps. |
Contributor
There was a problem hiding this comment.
There is no number 1 :)
Maybe
1. Build Docker file
Contributor
Author
|
@AhyoungRyu Thank you for quick review. I fixed what you pointed out. |
| # limitations under the License. | ||
| FROM centos:centos6 | ||
|
|
||
| ENV SPARK_PROFILE 1.6 |
Member
There was a problem hiding this comment.
does this work with Spark 2.0?
Member
There was a problem hiding this comment.
should we update this script to point to 2.0 then?
[ZEPPELIN-1279] Update zeppelin_mesos_conf.png
Contributor
Author
|
@AhyoungRyu Thank you!! 👍 |
Member
|
Looks great to me, thank you @astroshim for your effort! And as usually, thank you @AhyoungRyu for great review. Merging to master, if there is no further discussion |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is this PR for?
This PR is for the documentation of running zeppelin on production environments especially spark on mesos via Docker.
Related issue is #1227 and #1318 and I got a lot of hints from https://github.com/sequenceiq/hadoop-docker.
Tested on ubuntu.
What type of PR is it?
Documentation
What is the Jira issue?
https://issues.apache.org/jira/browse/ZEPPELIN-1279
How should this be tested?
You can refer to https://github.com/apache/zeppelin/blob/master/docs/README.md#build-documentation.
Questions: