[
https://issues.apache.org/jira/browse/TOREE-264?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15153619#comment-15153619
]
Chip Senkbeil commented on TOREE-264:
-------------------------------------
Looks like session names might come from this, which I'm assuming SparkIMain
inherits.
https://github.com/scala/scala/blob/5cb3d4ec14488ce2fc5a1cc8ebdd12845859c57d/src/repl/scala/tools/nsc/interpreter/Naming.scala#L52
> Support multiple sessions in the kernel each with their own isolated
> interpreters
> ---------------------------------------------------------------------------------
>
> Key: TOREE-264
> URL: https://issues.apache.org/jira/browse/TOREE-264
> Project: TOREE
> Issue Type: Improvement
> Reporter: Gino Bustelo
>
> Many folks are very interested in having multiple users connecting to one
> Kernel/Toree process and sharing the same SparkContext.
> I've always considered us already supporting thins use-case, but with the
> caveat that all users also share the same interpreter and can lead to lots of
> race-conditions.
> I'm thinking that we could more sanely support multiple users by routing them
> to isolated interpreters that share the SparkContext but have independent
> variable namespace.
> Thoughs?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)