mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Provide more specific example for per user mode
This commit is contained in:
parent
e385ecf5b5
commit
07c4b02a37
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ Mode | Each notebook... | Benefits | Disadvantages | Sharing objects
|
|||
|
||||
In case of **per user** (available on multi-user environment), Zeppelin manages interpreter sessions per user. For example,
|
||||
|
||||
- In **scoped + per user** mode, `User A`'s notes will be affected by `User B`'s notes. Because all notes are running on the same JVM
|
||||
- In **scoped + per user** mode, `User A`'s notes **might** be affected by `User B`'s notes. (e.g JVM dies, ...) Because all notes are running on the same JVM
|
||||
- On the other hand, **isolated + per user** mode, `User A`'s notes will not be affected by others' notes which running on separated JVMs
|
||||
|
||||
<br/>
|
||||
|
|
|
|||
Loading…
Reference in a new issue