Re: nightly builds?

2018-05-10 Thread Jongyoul Lee
+1. We might use Jenkins and SNAPSHOT repo. JL On Fri, May 11, 2018 at 3:11 AM, Florent Pousserot < florent.pousse...@gmail.com> wrote: > +1 > > Florent, > > Le 10 mai 2018 à 03:48, Jeff Zhang a écrit : > > > That's a good idea. +1 > > > > Ruslan Dautkhanov 于2018年5月9日周三 下午11:29写道: > >> This pro

Re: Zeppelin code can access FileSystem

2018-05-10 Thread Sam Nicholson
sudo ... -u ... runs as user. Unless your user is root... Perhaps I'm missing something. Oh! Wait! Are you using %python ? User_impersonate only works with %sh. And that brings me to this: After all of this, I find that user_impersonate is not very useful. Yes, it does what is says, but

Re: Zeppelin code can access FileSystem

2018-05-10 Thread Jhon Anderson Cardenas Diaz
Yes I did the sudoers configuration and i am using zeppelin user (not root) to execute that command, the problem is that the command is executed using sudo (*sudo* -E -H -u bash -c "...") so it will be executed as root user anyways as i show you in ps aux results. Regards. 2018-05-10 14:48 GMT-05

Re: Zeppelin code can access FileSystem

2018-05-10 Thread Sam Nicholson
Well, I don't recommend running as root. That's why I went to the trouble to set up zeppelin as a sudoer. If you don't make this adjustment, yes, you have to run as root, or you have to do the ssh key method. It's always the case that something has to run with elevated privilege to allow userID c

Re: Zeppelin code can access FileSystem

2018-05-10 Thread Jhon Anderson Cardenas Diaz
Thank you again Sam, after following your instructions it seems to be working but there is still a security concern, the main process that starts the interpreters would be running with root user right ?. For example with python interpreter the process would be this ($ps auxwww): *root* 203

Re: nightly builds?

2018-05-10 Thread Florent Pousserot
+1 Florent, > Le 10 mai 2018 à 03:48, Jeff Zhang a écrit : > > > That's a good idea. +1 > > > > Ruslan Dautkhanov 于2018年5月9日周三 下午11:29写道: >> This probably had to go to the dev group instead - would it be possible to >> get >> an automated nightly/weekly builds published too? >> Something