Re: py4j doesn't work with python interpreter

2017-01-02 Thread Felix Cheung
You said you ran sudo pip install pyplot I think you need to pip install py4j instead? _ From: Jianfeng (Jeff) Zhang mailto:jzh...@hortonworks.com>> Sent: Monday, January 2, 2017 4:24 PM Subject: Re: py4j doesn't work with python interpreter To: mailto:users@zeppelin

Re: py4j doesn't work with python interpreter

2017-01-02 Thread Jianfeng (Jeff) Zhang
Could you attache the interpreter log ? Best Regard, Jeff Zhang From: Dominique Fabre mailto:dominique.fa...@gmail.com>> Reply-To: "users@zeppelin.apache.org" mailto:users@zeppelin.apache.org>> Date: Monday, January 2, 2017 at 9:09 PM To: "users@zeppelin.apac

[Codebase job workflow] I need your idea and opinion.

2017-01-02 Thread CloverHearts
Hello, Zeppelin our users and our developers. I am created zeppelin workflow on codebase feature. But, actually I wish find a good method than my implement workflow method better. (before pr https://github.com/apache/zeppelin/pull/1799) for example,  I made workflow is this here. ---   val

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