Zeppelin 0.7.1,config file not being read

2017-05-26 Thread kebarcla
Hello, I'm running Zep 0.7.1 on the new EMR 5.5 on AWS: I have all the usual big data tools deployed. I'd like to set up users to access the cluster. In following the steps documented in 'Apache Shiro authentication for Apache Zeppelin' I'm finding that my changes to conf/shiro.ini or zeppelin-s

Re: Zeppelin 0.7.1,config file not being read

2017-05-26 Thread Jaideep Singh
Hello, I am also new to this but you can try changing > /api/version = authc,roles[admin] Thanks, Jaideep Singh On Saturday, May 27, 2017, kebarcla wrote: > Hello, > > I'm running Zep 0.7.1 on the new EMR 5.5 on AWS: I have all the usual big > data tools deployed. I'd like to set up users to

Re: Zeppelin 0.7.1,config file not being read

2017-05-26 Thread Jonathan Kelly
I have not tried using Shiro with Zeppelin yet, but one thing I'll point out is that for Zeppelin on EMR, configuration should be done through zeppelin-env.sh rather than zeppelin-site.xml. All Zeppelin configuration properties can be set via either file, so we (I'm on the EMR team, btw) decided to

How to change the python installation location for Python interpreter?

2017-05-26 Thread BigData Consultant
Hi Team, Where is the python installation location specified for Python interpreter? How to change the python installation location for Python interpreter with new python installation directory? Help would be much appreciated. Thanks.

How to change the python installation location for Python interpreter in Zeppelin?

2017-05-26 Thread BigData Consultant
Where is the python installation location specified for Python interpreter in Zeppelin? How to change the python installation location for Python interpreter with new python installation directory in Zeppelin? Help would be much appreciated. Thanks.

Re: How to change the python installation location for Python interpreter in Zeppelin?

2017-05-26 Thread Jeff Zhang
Set zeppelin.python to python installation path in interpreter setting page BigData Consultant 于2017年5月27日周六 下午1:03写道: > Where is the python installation location specified for Python interpreter > in Zeppelin? > > How to change the python installation location for Python interpreter with > new

Re: Zeppelin 0.7.1,config file not being read

2017-05-26 Thread Ken Barclay
Seems logical – I gave it a shot, but it didn’t affect the outcome. I seem to have some fundamental disconnect between my configuration & my running instance. I’m even passing the config directory as an argument: /usr/lib/zeppelin/bin/zeppelin-daemon.sh --config /etc/zeppelin/conf start Thanks

Re: How to change the python installation location for Python interpreter in Zeppelin?

2017-05-26 Thread BigData Consultant
Hi Jeff Zhang, Thanks a lot. It worked. I have set "zeppelin.python" as /mnt/reference/softwares/anaconda27/bin/python On Sat, May 27, 2017 at 10:36 AM, Jeff Zhang wrote: > > Set zeppelin.python to python installation path in interpreter setting page > > > > BigData Consultant 于2017年5月27日周六 >

Permission denied: user=zeppelin while using %spark.pyspark interpreter in AWS EMR cluster

2017-05-26 Thread BigData Consultant
Hi Team, I have created pyspark structure streaming program and trying to execute in the Zeppelin notebook, I am getting the following error: Py4JJavaError: An error occurred while calling o191.start. : org.apache.hadoop.security.AccessControlException: Permission denied: user=zeppelin, access=WR

Re: Zeppelin 0.7.1,config file not being read

2017-05-26 Thread Ken Barclay
You seem like right person to talk to Jonathan! Something as close as possible to SSO for users of our EMR cluster who use Spark & Hive is what we’re seeking. EMR is so powerful & easy to configure that creating a cluster of any size and type is trivial. Now we need to be provide data scientis