You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by fe...@apache.org on 2018/12/30 23:07:26 UTC

[zeppelin] branch master updated: docs: fix punctuation (#3197)

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

felixcheung 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 c20c830  docs: fix punctuation (#3197)
c20c830 is described below

commit c20c8304bdc9cce2edd931f0d58d6f40a8fed39a
Author: Gerard de Melo <gd...@demelo.org>
AuthorDate: Mon Dec 31 00:07:19 2018 +0100

    docs: fix punctuation (#3197)
    
    ### What is this PR for?
    Minor update to fix punctuation-related typos in docs/usage/interpreter/overview.md
    
    ### What type of PR is it?
    Documentation
---
 docs/usage/interpreter/overview.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/usage/interpreter/overview.md b/docs/usage/interpreter/overview.md
index 6580a59..da59076 100644
--- a/docs/usage/interpreter/overview.md
+++ b/docs/usage/interpreter/overview.md
@@ -139,8 +139,8 @@ This approach works, but is not particularly convenient. `ConfInterpreter` can p
 
 `ConfInterpreter` is a generic interpreter that can be used by any interpreter. The input format should be the property file format.
 It can be used to make custom settings for any interpreter. However, `ConfInterpreter` needs to be run before that interpreter process is launched. When that interpreter process is launched is determined by the interpreter mode setting.
-So users need to understand the ([interpreter mode setting ](../usage/interpreter/interpreter_bindings_mode.html) of Zeppelin and be aware of when the interpreter process is launched. E.g., if we set the Spark interpreter setting as isolated per note, then, under this setting, each note will launch one interpreter process. 
-In this scenario, users need to put `ConfInterpreter` as the first paragraph as in the below example. Otherwise, the customized setting cannot be applied (actually it would report ERROR)
+So users need to understand the [interpreter mode setting](../usage/interpreter/interpreter_bindings_mode.html) of Zeppelin and be aware of when the interpreter process is launched. E.g., if we set the Spark interpreter setting as isolated per note, then, under this setting, each note will launch one interpreter process. 
+In this scenario, users need to put `ConfInterpreter` as the first paragraph as in the below example. Otherwise, the customized setting cannot be applied (actually it would report ERROR).
 <img src="{{BASE_PATH}}/assets/themes/zeppelin/img/screenshots/conf_interpreter.png" width="700px">