Re: Python driver in yarn

2019-03-14 Thread Roshan Punnoose
于2019年3月15日周五 上午8:13写道: > >> The latest version of zeppelin, PySpark driver run in yarn. >> You can use the zeppelin 0.8.1 release version. >> >> > 在 2019年3月15日,上午6:42,Roshan Punnoose 写道: >> > >> > Hey guys, >> > >> > In the latest

Python driver in yarn

2019-03-14 Thread Roshan Punnoose
Hey guys, In the latest release does the pyspark driver run in yarn? In 0.7 I know it ran on the same box as the Zeppelin installation.

User based Notebook Repo

2018-01-24 Thread Roshan Punnoose
I want to create a notebook repository that will return notes that only the user can see. The NotebookRepo seems to work well; however, it seems like it caches the data in the Notebook class and all users can see any Note that is loaded. Is there a way to tell the ZeppelinServer/Notebook classes to

Custom Shiro Authentication

2017-12-20 Thread Roshan Punnoose
Hi, I was able to follow the docs and examples and get a custom Shiro Authentication Filter to work; however, I would like to access the SecurityUtils.getSubject from a custom interpreter as well. Is this possible because of the way that a new jvm is spun up and the Shiro ThreadLocal is not there