Zeppelin interpreter documentation and interpreter REST API documentation#256
Zeppelin interpreter documentation and interpreter REST API documentation#256eranwitkon wants to merge 5 commits into
Conversation
…and interpreters settings in Zeppelin and docs about interpreter REST API
There was a problem hiding this comment.
minor: "support" -> "supports"
|
Looks great. +1 |
There was a problem hiding this comment.
Do we want to keep if for now, or you need some kind of input to resolve it?
There was a problem hiding this comment.
I wasn't sure that the description of what is a registered interpreter,
setting and group mean.
If it is correct I will remove the TODO and the url parameter as commented.
BTW, Internally, I think the doing a create setting which is actualky
calling add group is a bed naming and hard to follow.
Has no effect on documentation for now...
בתאריך יום ו׳, 28 באוג׳ 2015, 09:05 מאת Alexander <notifications@github.com
:
In docs/manual/interpreters.md
#256 (comment)
:+
+
+### What is zeppelin interpreter setting?
+
+Zeppelin interpreter setting is the configuration of a given interpreter on zeppelin server. For example, the properties requried for hive JDBC interpreter to connect to the Hive server.
+
+
+### What is zeppelin interpreter group?
+
+Every Interpreter belongs to an InterpreterGroup. InterpreterGroup is a unit of start/stop interpreter.
+By default, every interpreter belong to a single group but the group might contain more interpreters. For example, spark interpreter group include spark support, pySpark,
+SparkSQL and the dependency loader.
+
+Technically, Zeppelin interpreters from the same group are running in the same JVM.
+
+TODO: Validate this with the community ...Do we want to keep if for now, or you need some kind of input to resolve
it?—
Reply to this email directly or view it on GitHub
https://github.com/apache/incubator-zeppelin/pull/256/files#r38173203.
|
Thank you very much for the contribution! Docs are very valuable asserts indeed. |
|
Docs fixed according to comments. |
|
Docs fixed abd ready for merge. בתאריך יום ו׳, 28 באוג׳ 2015, 09:21 מאת Lee moon soo <
|
|
LGTM |
|
@Leemoonsoo thank you for pointing out the history! Looks great to me. |


Add documentation about the role of Interpreters, interpreters group and interpreters settings in Zeppelin and docs about interpreter REST API.
Please review verify that
https://github.com/eranwitkon/incubator-zeppelin/blob/gh-pages/docs/manual/interpreters.md
is correct...