Re: Aw: Re: Two different errors while executing Spark SQL queries against cached temp tables

2017-07-26 Thread josephpconley
I recently ran into this issue running 0.7.1. Specifically, I had cached a dataframe before registering it as a temp table. When I removed the caching this error stopped. -- View this message in context: http://apache-zeppelin-users-incubating-mailing-list.75479.x6.nabble.com/Two-different-er

RE: z.load() Must be used before SparkInterpreter (%spark) initialized?

2017-07-26 Thread Davidson, Jonathan
We’ve also found it undesirable being unable to load extra jars without restarting the interpreter. Is the best way to mitigate this by running in isolated mode (by note or user), so that other users are less affected? Is there any development in progress to load without restart? Thanks! From:

Re: z.load() Must be used before SparkInterpreter (%spark) initialized?

2017-07-26 Thread Rick Moritz
Please allow me to opinionate on that subject: To me, there are two options: Indeed you either run the Spark interpreter in isolated mode, or you have dedicated Spark Interpreter-Groups per organziational unit, so you can manage dependencies independently. Obviously, there's no way around restarti

activeDirectoryRealm.groupRolesMap

2017-07-26 Thread Richard Xin
I am facing some hurdle with activeDirectoryRealm.groupRolesMapthe following is the content of my shiro.ini...activeDirectoryRealm.groupRolesMap = "CN=Zeppelin-Admin,OU=Zeppelin,OU=Applications,OU=Groups,DC=directory,DC=[domain_here],DC=com":"admin","CN=ZeppelinZepZeppelinpelin-Devs,OU=Zepplin,OU

unsubscribe

2017-07-26 Thread Scott Zelenka
-- Scott Zelenka CCTG Engineering - US Phone: (+1) 919-392-1394 Email: szele...@cisco.com This email may contain confidential and privileged material for the sole use of the intended recipient. Any review, use, distribution or disclosure by others is strictly prohibited. If you are not the int

Re: activeDirectoryRealm.groupRolesMap

2017-07-26 Thread Richard Xin
just saw this one, appear to be a know bug [ZEPPELIN-2640] Roles are not getting honored from shiro_ini for setting permissions in Zeppelin notebook - ASF JIRA | | | | [ZEPPELIN-2640] Roles are not getting honored from shiro_ini for setting... | | | On Wednesday, July 26, 2017,

Re: Shiro AD auth - unable to use jceks

2017-07-26 Thread Richard Xin
we have Zeppelin instance on aws emr, we didn't experience any issues with jceks On Monday, July 24, 2017, 11:57:16 PM PDT, cs user wrote: Bump Has anyone managed to get this working?  On Thu, Jul 20, 2017 at 11:37 AM, cs user wrote: Hello,  Can someone explain how the shiro.ini config s

Re: z.load() Must be used before SparkInterpreter (%spark) initialized?

2017-07-26 Thread Jeff Zhang
Thanks Rick for detailed explanation. It should be very helpful for users. Personally I would suggest user to set additional jars in interpreter setting instead of using %dep. For the long term solution, I am considering to put configuration into note itself. e.g. for each interpreter, there woul