mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
docs: enhance desc for scoped mode
This commit is contained in:
parent
1eafb64770
commit
83eb2e5f17
1 changed files with 2 additions and 0 deletions
|
|
@ -54,6 +54,8 @@ In **Shared** mode, single JVM process and single Interpreter Group serves all N
|
|||
In Scoped mode, Zeppelin still runs single interpreter JVM process but multiple Interpreter Group serve each Note.
|
||||
So, each Note have their own dedicated session but still it’s possible to share objects between different Interpreter Groups while they’re in the same JVM process.
|
||||
|
||||
From the code perspective, there is only one `InterpreterGroup` for the scoped mode, but multiple sessions in one `InterpreterGroup`.
|
||||
|
||||
## Isolated Mode
|
||||
|
||||
<div class="text-center">
|
||||
|
|
|
|||
Loading…
Reference in a new issue