mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: typo
This commit is contained in:
parent
316c5634ed
commit
33b0736e9f
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ In **Shared** mode, single JVM process and single Interpreter Group serves all n
|
|||
<br/>
|
||||
|
||||
In Scoped mode, Zeppelin still runs single interpreter JVM process but multiple Interpreter Group serve each note. (in case of **per note**)
|
||||
So, each note have their own dedicated session. (but still possible to shared objects via [ResourcePool](../../interpreter/spark.html#object-exchange))
|
||||
So, each note have their own dedicated session. (but still possible to share objects via [ResourcePool](../../interpreter/spark.html#object-exchange))
|
||||
|
||||
## Isolated Mode
|
||||
|
||||
|
|
@ -62,7 +62,7 @@ So, each note have their own dedicated session. (but still possible to shared ob
|
|||
<br/>
|
||||
|
||||
**Isolated** mode runs separate interpreter process for each note. (in case of **per note**)
|
||||
So, each note have absolutely isolated session. (but still possible to shared objects via [ResourcePool](../../interpreter/spark.html#object-exchange))
|
||||
So, each note have absolutely isolated session. (but still possible to share objects via [ResourcePool](../../interpreter/spark.html#object-exchange))
|
||||
|
||||
## Which mode should I use?
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue