Re: config two different python interpreter

2017-08-31 Thread Reminia Scarlet
No. Installed from redhat software collections, which can be enabled by scl. And what scl enable does is adding python binary and other related python libs to environment variables. So I think only specify a python bin path is not enough to locate a python interpreter. > 在

Re: python is not responding on ver.0.7.2

2017-08-31 Thread Park Hoon
Hi, I haven't used net installation version. But it seems that u need to install `py4j` python library as the error says > No module named py4j.java_gateway You can do easily `pip install py4j` with your python bin which related to the python interpreter in Zeppelin. On Tue, Aug 22, 2017 at

Re: config two different python interpreter

2017-08-31 Thread Park Hoon
Hi, I would like to ask how you installed two python instances. - Was it installed via conda or pyenv? - Or.. Thanks. On Tue, Aug 29, 2017 at 7:40 PM, Reminia Scarlet wrote: > I installed two python , python27 and python34; > > My system python is python27. > > And

Re: download Failed - Network error

2017-08-31 Thread Park Hoon
Hi, Could you post the error logs + screenshots for the page? On Wed, Aug 30, 2017 at 9:09 AM, shyla deshpande wrote: > When I try to download data as csv file, I get download Failed - Network > error. > > I am using Zeppelin 0.7.1 > > I appreciate your input >

Re: Error in combining data from Tajo and MariaDB with Spark and Zeppelin

2017-08-31 Thread Jianfeng (Jeff) Zhang
Have tried that in spark-shell ? Best Regard, Jeff Zhang From: Cinyoung Hur > Reply-To: "users@zeppelin.apache.org" > Date: Friday, September 1,

Zeppelin Notebooks does not stored on S3

2017-08-31 Thread cza...@gmail.com
I have followed the apache zeppelin instructions but it does not work this zeppelin-env.sh file are in 3 different locations: 1- /etc/zeppelin/conf 2- /etc/zeppelin/conf.dist 3-/usr/lib/zeppelin/conf and I put the following lines export ZEPPELIN_NOTEBOOK_S3_BUCKET=zeppelinenv export

Re: How to build zeppelin-*-bin-netinst.tgz package?

2017-08-31 Thread Tao Wang
Great, thanks for the info, I will have a look. moon soo Lee 于2017年9月1日 周五03:24写道: > Hi, > > dev/create_release.sh builds release artifacts [1]. Please take a look. > > [1] > https://github.com/apache/zeppelin/blob/master/dev/create_release.sh#L110 > > > On Sun, Aug 27, 2017 at

Re: How to build zeppelin-*-bin-netinst.tgz package?

2017-08-31 Thread moon soo Lee
Hi, dev/create_release.sh builds release artifacts [1]. Please take a look. [1] https://github.com/apache/zeppelin/blob/master/dev/create_release.sh#L110 On Sun, Aug 27, 2017 at 9:35 PM Tao Wang wrote: > Hi, > > I followed the instructions at >

Re: Notebook permissions lost after restart

2017-08-31 Thread Luis Angel Vicente Sanchez
Yes, that's what I just found... I will have to use a persistent volume to store the config file. This should be redesigned, by making changes to that and other files... it's really hard to dockerize and deploy Zeppelin to kubernetes, mesos, ... without having to resort to bootstrapping scripts

Re: Metadata browser for JDBC

2017-08-31 Thread Luis Angel Vicente Sanchez
Sorry... I replied to the wrong thread. -- Luis Angel Vicente Sanchez zeppelin-us...@bigcente.ch On Thu, 31 Aug 2017, at 18:14, Luis Angel Vicente Sanchez wrote: > Yes, that's what I just found... I will have to use a persistent > volume to store the config file. This should be

Re: Metadata browser for JDBC

2017-08-31 Thread Luis Angel Vicente Sanchez
Yes, that's what I just found... I will have to use a persistent volume to store the config file. This should be redesigned, by making changes to that and other files... it's really hard to dockerize and deploy Zeppelin to kubernetes, mesos, ... without having to resort to bootstrapping scripts

Re: Notebook permissions lost after restart

2017-08-31 Thread moon soo Lee
Notebook permissions are stored in conf/notebook-authorization.json. You'll need to save/restore this file, too. Thanks, moon On Thu, Aug 31, 2017 at 9:53 AM Luis Angel Vicente Sanchez < zeppelin-us...@bigcente.ch> wrote: > Hi, > > I'm running a Zeppelin instance on Kubernetes. The notebooks

Re: Metadata browser for JDBC

2017-08-31 Thread moon soo Lee
Thanks for sharing the idea. Sounds very interesting and useful. I wish this feature be general enough so we can use it with not only JDBC but also with SparkSQL, Pandas dataframe, etc. Then i guess internal data representation will be important topic. Zeppelin community had several attempt and

Notebook permissions lost after restart

2017-08-31 Thread Luis Angel Vicente Sanchez
Hi, I'm running a Zeppelin instance on Kubernetes. The notebooks are stored on S3 and I have set the environment variable ZEPPELIN_NOTEBOOK_PUBLIC to false. When I redeploy Zeppelin, the notebook permissions (Owner, Readers, Writers) are lost? Is this not being kept on S3? Kind regards, Luis