Re: Zeppelin Notebooks does not stored on S3

2017-08-31 Thread Saksham Srivastava
Although I haven't tried the setup but as you have mentioned, you seem to have wrong property names, zeppelin.notebook.s3.eavaria eavaria user name for s3 folder structure zeppelin.notebook.s3.eavaria zeppelinenv bucket name for notebook storage The expected properties should

Re: python is not responding on ver.0.7.2

2017-08-31 Thread 小野圭二
Hi Park, Thank you for response to this. I thought that was caused in your pointing at the first, but the py4j had already been installed in it. I guessed the issue of depending on PATH or CLASSPATH environment parameters as well. They were not. Indeed, it worked fine on other our Linux machine.

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. > 在 2017年9月1日,上午11:26,

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 2:18

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 I create a python interpret

Re: Zeppelin turn off HTTP endpoint

2017-08-31 Thread Park Hoon
Hi, If you are using nginx or webserver like things for SSL setup, you can redirect easily by configuring - https://www.bjornjohansen.no/redirect-to-https-with-nginx Regard, On Tue, Aug 29, 2017 at 10:34 PM, Tw UxTLi51Nus wrote: > Hi Zeppelin-Users, > > I am trying to secure my Zeppelin ins

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 mailto:cinyoung@gmail.com>> Reply-To: "users@zeppelin.apache.org" mailto:users@zeppelin.apache.org>> Date: Friday, September 1, 2017 at 10:43 AM To: "users@zeppelin.apache.org

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

2017-08-31 Thread Cinyoung Hur
Hi, I tried to combine two tables, one from Tajo, and the other from MariaDB. My spark interpreter has dependency on "org.apache.tajo:tajo-jdbc:0.11.0". But, Tajo table doesn't show anything. The followings are Spark code and the result. val componentDF = sqlc.load("jdbc", Map( "url"-> "jdbc

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 ZEPPELIN_NOTE

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 9:35 PM Tao Wang

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 > http://zeppelin.apache.org/docs/snapshot/install

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 an

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 redesigned,

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 an

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 are

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 r

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 A