This is an automated email from the ASF dual-hosted git repository.

zjffdu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zeppelin.git


The following commit(s) were added to refs/heads/master by this push:
     new 8e52181280 The title `Zeppelin on Yarn` is somewhat misleading.  It 
should be consistent with the other title  `Zeppelin Interpreter on Docker`. 
(#4364)
8e52181280 is described below

commit 8e521812809a14603b0d4ae6917ca2e245844e93
Author: Guanhua Li <guanhua...@foxmail.com>
AuthorDate: Sun May 8 22:37:25 2022 +0800

    The title `Zeppelin on Yarn` is somewhat misleading.  It should be 
consistent with the other title  `Zeppelin Interpreter on Docker`. (#4364)
    
    Also fix a small syntax problem.
---
 docs/quickstart/docker.md | 4 ++--
 docs/quickstart/yarn.md   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/quickstart/docker.md b/docs/quickstart/docker.md
index 0c6a478ff1..5e38547692 100644
--- a/docs/quickstart/docker.md
+++ b/docs/quickstart/docker.md
@@ -19,9 +19,9 @@ limitations under the License.
 -->
 {% include JB/setup %}
 
-# Zeppelin interpreter on Docker
+# Zeppelin Interpreter on Docker
 
-Zeppelin service runs on local server. zeppelin is able to run the interpreter 
in the docker container, Isolating the operating environment of the interpreter 
through the docker container. Zeppelin can be easily used without having to 
install python, spark, etc. on the local node.
+Zeppelin service runs on local server. Zeppelin is able to run the interpreter 
in the docker container, Isolating the operating environment of the interpreter 
through the docker container. Zeppelin can be easily used without having to 
install python, spark, etc. on the local node.
 
 Key benefits are
 
diff --git a/docs/quickstart/yarn.md b/docs/quickstart/yarn.md
index 0aee85c884..19808a26b4 100644
--- a/docs/quickstart/yarn.md
+++ b/docs/quickstart/yarn.md
@@ -19,11 +19,11 @@ limitations under the License.
 -->
 {% include JB/setup %}
 
-# Zeppelin on Yarn
+# Zeppelin Interpreter on Yarn
 
 <div id="toc"></div>
 
-Zeppelin on yarn means to run interpreter process in yarn container. The key 
benefit is the scalability, you won't run out of memory
+Zeppelin is able to run interpreter process in yarn container. The key benefit 
is the scalability, you won't run out of memory
 of the zeppelin server host if you run large amount of interpreter processes.
 
 ## Prerequisites

Reply via email to