docs: enhance desc for scoped mode

This commit is contained in:
1ambda 2017-06-27 18:02:11 +09:00
parent 1eafb64770
commit 83eb2e5f17

View file

@ -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 its possible to share objects between different Interpreter Groups while theyre 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">