Re: nightly builds?

2018-05-09 Thread Jeff Zhang
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 like a "bleeding edge" builds from a master snapshot. > > It would help folks who c

Re: Zeppelin code can access FileSystem

2018-05-09 Thread Sam Nicholson
Yes, I believe that jira report was about keeping users isolated from each other. And with user impersonation, and the method I outlined just now, this works well. AND this keeps the shell you fire up from accessing the zeppelin files. BUT, this is not a zeppelin problem. This is a JEE problem.

Re: Zeppelin code can access FileSystem

2018-05-09 Thread Sam Nicholson
OK, after learning way too much about zeppelin and java. :) First, re-check the docs at: https://zeppelin.apache.org/docs/0.7.3/manual/ userimpersonation.html But it's more than that. To lock things down as much as you can, you also need to limit the set of users that can be impersonated, *and*

nightly builds?

2018-05-09 Thread Ruslan Dautkhanov
This probably had to go to the dev group instead - would it be possible to get an automated nightly/weekly builds published too? Something like a "bleeding edge" builds from a master snapshot. It would help folks who cannot build themselves, but have to use some features / fixes that aren't availa

Re: Zeppelin code can access FileSystem

2018-05-09 Thread Jhon Anderson Cardenas Diaz
Thank you Sam. Reviewing the jira issues, I found that issue was previously identified in this jira ticket ZEPPELIN-1320 , but i don't know if is my impression but it seems like they focused more on the fact that the processes could not access th