Re: Running a notebook in a standalone cluster mode issues

2017-05-03 Thread Jeff Zhang
Or you can try livy interpreter which support yarn cluster mode https://zeppelin.apache.org/docs/0.8.0-SNAPSHOT/interpreter/livy.html Sofiane Cherchalli 于2017年5月4日周四 上午3:49写道: > Hi Moon, > > Great, I am keen to see Zeppelin-2040 resolved soon. But meanwhile is > there any

Re: Running a notebook in a standalone cluster mode issues

2017-05-03 Thread moon soo Lee
Any workaround except for using client mode, it's difficult to think ... Thanks, moon On Wed, 3 May 2017 at 3:49 PM Sofiane Cherchalli wrote: > Hi Moon, > > Great, I am keen to see Zeppelin-2040 resolved soon. But meanwhile is > there any workaround? > > Thanks. > >

Re: Running a notebook in a standalone cluster mode issues

2017-05-03 Thread Sofiane Cherchalli
Hi Moon, Great, I am keen to see Zeppelin-2040 resolved soon. But meanwhile is there any workaround? Thanks. Sofiane El El mié, 3 may 2017 a las 20:40, moon soo Lee escribió: > Zeppelin don't need to be installed in every workers. > You can think the way SparkInterpreter in

Re: Running a notebook in a standalone cluster mode issues

2017-05-03 Thread moon soo Lee
Zeppelin don't need to be installed in every workers. You can think the way SparkInterpreter in Zeppelin work is very similar to spark-shell (which works in client mode), until ZEPPELIN-2040 is resolved. Therefore, if spark-shell works in a machine with your standalone cluster, Zeppelin will work

Re: Running a notebook in a standalone cluster mode issues

2017-05-03 Thread Sofiane Cherchalli
Hi Moon, So in my case, if II have standalone or yarn cluster, the workaround would be to install zeppelin along every worker, proxy them, and run each zeppelin in client mode ? Thanks, Sofiane El El mié, 3 may 2017 a las 19:12, moon soo Lee escribió: > Hi, > > Zeppelin does

Re: Running a notebook in a standalone cluster mode issues

2017-05-03 Thread moon soo Lee
Hi, Zeppelin does not support cluster mode deploy at the moment. Fortunately, there will be a support for cluster mode, soon! Please keep an eye on https://issues.apache.org/jira/browse/ZEPPELIN-2040. Thanks, moon On Wed, May 3, 2017 at 11:00 AM Sofiane Cherchalli wrote:

Re: Running a notebook in a standalone cluster mode issues

2017-05-03 Thread Sofiane Cherchalli
What port does the remote interpreter use? On Wed, May 3, 2017 at 2:14 PM, Sofiane Cherchalli wrote: > Hi Moon and al, > > I have a standalone cluster with one master, one worker. I submit jobs > through zeppelin. master, worker, and zeppelin run in a separate container. >

Running a notebook in a standalone cluster mode issues

2017-05-03 Thread Sofiane Cherchalli
Hi Moon and al, I have a standalone cluster with one master, one worker. I submit jobs through zeppelin. master, worker, and zeppelin run in a separate container. My zeppelin-env.sh: # spark home export SPARK_HOME=/usr/local/spark # set hadoop conf dir export