You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by GitBox <gi...@apache.org> on 2019/04/25 02:15:47 UTC

[GitHub] [zeppelin] zjffdu commented on a change in pull request #3354: [ZEPPELIN-4050] Zeppelin on YARN

zjffdu commented on a change in pull request #3354: [ZEPPELIN-4050] Zeppelin on YARN
URL: https://github.com/apache/zeppelin/pull/3354#discussion_r278377008
 
 

 ##########
 File path: docs/quickstart/Yarn.md
 ##########
 @@ -0,0 +1,164 @@
+---
+layout: page
+title: "Install"
+description: "This page will help you get started and will guide you through installing Apache Zeppelin and running it in the command line."
+group: quickstart
+---
+<!--
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+{% include JB/setup %}
+
+# Zeppelin on Yarn
+
+Zeppelin can run on [Yarn](https://hadoop.apache.org/submarine). Zeppelin server runs in local host, it creates docker container for individual interpreter. All interpreters run in yarn (The local mode of the spark interpreter also runs on the yarn).
+
+Key benefits are
+
+ - Interpreter scale-out
+ - Docker container environmental isolation
+ - Users can easily install python and R libraries
+
+## Prerequisites
+
+ - YARN 3.2.0+, You can use [Submarine-installer](https://github.com/hadoopsubmarine/submarine-installer), Deploy Docker and runtime environments.
 
 Review comment:
   Why it would depend on submarine ?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services