Hi,
We have been trying to add the right shiro configuration[zeppelin version
0.8] so that only specific groups can log into zeppelin and also different
permissions based on their roles. What we are seeing is that we are able to log
into zeppelin but no roles are being attached to the user wh
Let me rephrase it. In scoped mode, there's multiple Interpreter Group
(Personally I prefer to call it multiple sessions) in ones JVM (For spark
interpreter, there's multiple SparkInterpreter instances).
And there's one SparkContext in this JVM which is shared by all the
SparkInterpreter instances
Thanks for further clarification Jeff.
> On Jul 26, 2018, at 8:11 PM, Jeff Zhang wrote:
>
> Let me rephrase it. In scoped mode, there's multiple Interpreter Group
> (Personally I prefer to call it multiple sessions) in ones JVM (For spark
> interpreter, there's multiple SparkInterpreter insta