unsubscribe

2020-09-10 Thread Dominique Fabre

Re: py4j doesn't work with python interpreter

2017-01-03 Thread Dominique Fabre
I changed the properties zeppelin.python from python interpreter from value python to value /usr/bin/python. The issue is resolved now. Thanks all! 2017-01-03 13:49 GMT+01:00 Dominique Fabre : > I installed py4j too. > > py4j is in the directory /usr/lib/python2.7/site-packages/py4j

Re: py4j doesn't work with python interpreter

2017-01-03 Thread Dominique Fabre
; > > > Could you attache the interpreter log ? > > > Best Regard, > Jeff Zhang > > > From: Dominique Fabre > Reply-To: "users@zeppelin.apache.org" > Date: Monday, January 2, 2017 at 9:09 PM > To: "users@zeppelin.apache.org" > Subject:

py4j doesn't work with python interpreter

2017-01-02 Thread Dominique Fabre
Hi all, I installed py4j with "pipe install" command: sudo pip install pyplot. When i try to use dynamic form with python intrepeter in a paragraph: %python print (z.input("f1","defaultValue")) i have this result: You must install py4j Python module (pip install py4j) to use Zeppelin dynamic fo

Zeppelin - Google Chart

2016-10-17 Thread Dominique Fabre
Hello, I have installed google charts by this way: *1. install google-chart* *cd $ZEPPELIN_HOME/zeppelin-web* *bower install google-chart --save* New bower components were installed in the directory bower_component *2. build zeppelin-web* *grunt build* Then when i used zeppelin (0.6.1) http://

Re: Elasticsearch Bucket Aggregators

2016-10-13 Thread Dominique Fabre
gt; Now, you should get something like that: > key,doc_count,sum_byte.value > userX, 12345,4321 > > HTH, > > Bruno > > 2016-10-12 18:36 GMT+02:00 Dominique Fabre : > >> Hi, >>> >> >> >> I use bucket aggregators to calculate a sum by value of a

Elasticsearch Bucket Aggregators

2016-10-12 Thread Dominique Fabre
> > Hi, > I use bucket aggregators to calculate a sum by value of a field (zeppelin-0.6.1 and zeppelin-0.7.0) But in output data i have only the doc_count information by key. I have not the value of my aggregat. Do you have an idea about this ? The elasticsearch interpreter doesn't work correctl