felixcheung closed pull request #3197: docs: fix punctuation
URL: https://github.com/apache/zeppelin/pull/3197
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/docs/usage/interpreter/overview.md
b/docs/usage/interpreter/overview.md
index 6580a5924c..da59076e04 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">
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services