mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
docs: Add UI images
This commit is contained in:
parent
56f1a68be5
commit
fc69bc6096
3 changed files with 5 additions and 0 deletions
Binary file not shown.
|
After Width: | Height: | Size: 66 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 67 KiB |
|
|
@ -25,6 +25,11 @@ limitations under the License.
|
|||
|
||||
## Overview
|
||||
|
||||
<center><img src="/assets/themes/zeppelin/img/docs-img/interpreter_binding_per_note_user.png" height="70%" width="70%"></center>
|
||||
<center><img src="/assets/themes/zeppelin/img/docs-img/interpreter_binding_scoped_isolated.png" height="70%" width="70%"></center>
|
||||
|
||||
<br/>
|
||||
|
||||
Interpreter is a JVM process that communicates to Zeppelin daemon using thrift.
|
||||
Each Interpreter process can have Interpreter Groups, and each interpreter instance belongs to this Interpreter Group.
|
||||
(See [here](../../development/writing_zeppelin_interpreter.html) to understand more about its internal structure.)
|
||||
|
|
|
|||
Loading…
Reference in a new issue