Re: How do I give ReadOnly access to anonymous user?

2017-10-26 Thread Michael Segel
I’m still a novice when it comes to Zeppelin, but if it were me… I would expose a separate instance of Zeppelin for external access. Different from the zeppelin service used internally. I would also use nginx in front as a proxy to offer SSL connections. Then on that version… you could authentic

Re: How do I give ReadOnly access to anonymous user?

2017-10-26 Thread shyla deshpande
Hi Michael , Thanks for the response. I am using Shiro for users within our organization. I was seeing if there is a way to share the link with the customers who are not a part of our organization. -Shyla On Thu, Oct 26, 2017 at 8:53 AM, Michael Segel wrote: > Do you really want the user to be

Re: How do I give ReadOnly access to anonymous user?

2017-10-26 Thread Michael Segel
Do you really want the user to be anonymous? What about using Shiro to set up a role? > On Oct 26, 2017, at 10:48 AM, shyla deshpande > wrote: > > I am running Zeppelin on EMR cluster. > I want to share a Dashboard just for viewing with the customers . > What is the best way to do that? > >

How do I give ReadOnly access to anonymous user?

2017-10-26 Thread shyla deshpande
I am running Zeppelin on EMR cluster. I want to share a Dashboard just for viewing with the customers . What is the best way to do that? Thanks -shyla

Re: Read Hbase table in pyspark gives java.lang.ClassNotFoundException: org.apache.phoenix.jdbc.PhoenixDriver

2017-10-26 Thread Jongyoul Lee
Hi, you can locate them under ${ZEPPELIN_HOME}/interpreter/spark/ The other option is to set dependencies in interpreter tab of spark interpreter. See here: http://zeppelin.apache.org/docs/0.7.3/manual/dependencymanagement.html I'm not sure if sc.something works or not. Regards, JL On Thu, Oct