RE: Using PAM with Zeppelin

2020-06-30 Thread Somanath Jeeva
Hi Stéphane Thanks . Using the linux group name in roles worked for me. With Regards Somanath Thilak J From: stephane.d...@orange.com Sent: Tuesday, June 30, 2020 12:15 To: users@zeppelin.apache.org Subject: RE: Using PAM with Zeppelin Hello Jeeva, In the shiro.ini file, I

Question about 0.9.0 - Interpreters downloading dependencies

2020-06-30 Thread David Boyd
All:    Very much a newbie question but one which I have not encountered before. I am working with a build from source of 0.9.0  from the branch-0.9  branch on github. I am running this on AWS on an EC2 node. In the log file when I start up I get a bunch of messages about interpreters downloa

Error starting spark interpreter with 0.9.0

2020-06-30 Thread David Boyd
All:    Just trying to get 0.9.0 to work and running into all sorts of issues. Previously I had set SPARK_MASTER to be yarn-client   so it would use my existing yarn cluster. That threw an error about yarn-client being deprecated in 2.0. So I switched it to local. I now get the error about the in

Re: Error starting spark interpreter with 0.9.0

2020-06-30 Thread Jeff Zhang
Which spark version do you use ? And could you check the spark interpreter log file ? It is in ZEPPELIN_HOME/logs/zeppelin-interpreter-spark-*.log David Boyd 于2020年6月30日周二 下午11:11写道: > All: > > Just trying to get 0.9.0 to work and running into all sorts of issues. > Previously I had set SPAR

Installing python packages to support tutorial

2020-06-30 Thread David Boyd
All:    So I am setting up a python based virtual environment to support zeppelin. Has anyone sucessfully set up a virtual environment with all the packages for the python tutorial? If so how? An hour plus after I ran conda to set up the env, I got massive conflict errors. I created an en

Re: Installing python packages to support tutorial

2020-06-30 Thread Jeff Zhang
It might due to some conflicts between python packages, you can refer this script which we use for zeppelin CI https://github.com/apache/zeppelin/blob/master/testing/install_external_dependencies.sh David Boyd 于2020年7月1日周三 上午7:23写道: > All: > > So I am setting up a python based virtual envir

Re: Installing python packages to support tutorial

2020-06-30 Thread David Boyd
All:   I got around the problem by going onto my server.  Installing each package one at a time, then exporting the environment to a file.  I then used that to perform my installs via puppet. On 6/30/2020 7:23 PM, David Boyd wrote: All:    So I am setting up a python based virtual environme

ipython interpreter - ipython not installed

2020-06-30 Thread David Boyd
All:    I am trying to run the ipython example in the tutorials. I have ipython installed.  From the conda environment:   - ipython=7.16.1=py38h5ca1d4c_0   - ipython_genutils=0.2.0=py38_0 I am getting the following error: org.apache.zeppelin.interpreter.InterpreterException: org.apache.zeppelin

Re: ipython interpreter - ipython not installed

2020-06-30 Thread Jeff Zhang
Do you have multiple versions of python installed? You need to set zeppelin.python to the right python that has ipython installed. David Boyd 于2020年7月1日周三 下午12:16写道: > All: > I am trying to run the ipython example in the tutorials. > I have ipython installed. From the conda environment: >