Re: Artifact dependency for geomesa causes NPE

2018-05-08 Thread David Boyd
All:   Ok more details after sifting through logs.  This appears to be a dependency issue.  In the interpreter log I am seeing: ERROR [2018-05-08 23:27:27,331] ({SparkListenerBus} Logging.scala[logError]:91) - uncaught error in thread SparkListenerBus, stopping SparkContext

Re: Zeppelin code can access FileSystem

2018-05-08 Thread Sam Nicholson
And warning! Trying to answer the above, I've disconnected my websocket. I'll figure it out and report back On Tue, May 8, 2018 at 6:28 PM, Sam Nicholson wrote: > So, > > I run the zeppelin process as the web user on my system. There is no > other web process, so why not. >

Artifact dependency for geomesa causes NPE

2018-05-08 Thread David Boyd
All:     I am following the instructions here: http://www.geomesa.org/documentation/current/user/spark/zeppelin.html To use geomesa spark with zeppelin. Whenever I add the artifact dependency I get the following error on any code I try to run (this includes the basic features -spark

Re: Zeppelin code can access FileSystem

2018-05-08 Thread Sam Nicholson
So, I run the zeppelin process as the web user on my system. There is no other web process, so why not. Then, UNIX permissions keep it from running, accessing, deleting anything else. EXCEPT items that are world writeable. There shouldn't be any of those, other than /tmp, but still /tmp is a

Zeppelin code can access FileSystem

2018-05-08 Thread Jhon Anderson Cardenas Diaz
Dear Zeppelin Community, Currently when a Zeppelin paragraph is executed, the code in it can read sensitive config files, change them, including web app pages and etc. Like in this example: %python f = open("/usr/zeppelin/conf/credentials.json", "r") f.read() Do you know if is there a way to

How do common user set the properties?

2018-05-08 Thread mailpig
Hi,I use the zeppelin 0.8 which configured with shiro autentication. There has two role: admin and common. When using the jdbc interpreter, admin has set the default.url, such as jdbc:mysql://xx/dbname, but did not set other properties, i.e user, password. So when a common user who has no

Re: Working on a note that is being viewed by other users

2018-05-08 Thread Jeff Zhang
I would suggest to put it in the next release, and welcome any contribution. Jongyoul Lee 于2018年5月8日周二 下午2:10写道: > Hi, > > IMHO, recently, Zeppelin has rarely released for a long time. Thus I hope > we release 0.8.0 as soon as possible, and the prepare 0.9.x right after >

Re: Working on a note that is being viewed by other users

2018-05-08 Thread Jongyoul Lee
Hi, IMHO, recently, Zeppelin has rarely released for a long time. Thus I hope we release 0.8.0 as soon as possible, and the prepare 0.9.x right after releasing 0.8.0. But in this time, a release manager is Jeff. I'd like to know his opinion and other devs' ones, too. @Jeff, How do you think of