RemoteInterpreterServer

2019-10-10 Thread Pastrana, Rodrigo (RIS-BCT)
We're running zeppelin on a container which requires us to explicitly open ports. It seems the RemoteInterpreterServer callback port is assigned random ports: RemoteInterpreterServer Registered: CallbackInfo(host:10.240.38.39, port:44274) Is there a configuration option we can use to constrain

Re: RemoteInterpreterServer

2019-10-10 Thread Jeff Zhang
What do you mean running zeppelin in container ? Do you run just zeppelin server in container or run interpreter in container as well ? Pastrana, Rodrigo (RIS-BCT) 于2019年10月10日周四 下午9:49写道: > We’re running zeppelin on a container which requires us to explicitly open > ports. It seems the RemoteI

RE: RemoteInterpreterServer

2019-10-10 Thread Pastrana, Rodrigo (RIS-BCT)
Yes, it’s a single node Zeppelin all interpreters run locally. It seems we just need to control the port range… From: Jeff Zhang Sent: Thursday, October 10, 2019 11:03 AM To: users Subject: Re: RemoteInterpreterServer *** External email: use caution *** What

Re: RemoteInterpreterServer

2019-10-10 Thread Jeff Zhang
You can use zeppelin.interpreter.rpc.portRange to control it. e.g. zeppelin.interpreter.rpc.portRange=1:10010 Pastrana, Rodrigo (RIS-BCT) 于2019年10月10日周四 下午11:06写道: > Yes, it’s a single node Zeppelin all interpreters run locally. It seems we > just need to control the port range… > > > > *Fr

Zeppelin 0.8.2 New Spark Interpreter

2019-10-10 Thread Mark Bidewell
I am running some initial tests of Zeppelin 0.8.2 and I am seeing some weird issues with dependencies. When I use the old interpreter, everything works as expected. When I use the new interpreter, classes in my interpreter dependencies cannot be resolved when connecting to a master that is not lo

Re: [Vote] Create feature branch for new angular web frontend

2019-10-10 Thread Jeff Zhang
Here's my +1 Jeff Zhang 于2019年10月10日周四 上午11:42写道: > > Hi Folks, > > Recently, Hsuan Lee and Yadong Xie made a proposal about upgrading > existing frontend from angular-js to angular 8 [1]. And they have made a > POC for this proposal [2]. I would like to start this vote thread to > discuss abou

Re: [Vote] Create feature branch for new angular web frontend

2019-10-10 Thread Joshua Ochsankehl
I agree! +1 On Thu, Oct 10, 2019 at 8:24 PM Jeff Zhang wrote: > Here's my +1 > > Jeff Zhang 于2019年10月10日周四 上午11:42写道: > >> >> Hi Folks, >> >> Recently, Hsuan Lee and Yadong Xie made a proposal about upgrading >> existing frontend from angular-js to angular 8 [1]. And they have made a >> POC fo

Re: [Vote] Create feature branch for new angular web frontend

2019-10-10 Thread Prabhjyot Singh
It looks good and promising, lets give it a try. +1 On Fri, 11 Oct 2019, 6:57 am Joshua Ochsankehl, wrote: > I agree! +1 > > On Thu, Oct 10, 2019 at 8:24 PM Jeff Zhang wrote: > >> Here's my +1 >> >> Jeff Zhang 于2019年10月10日周四 上午11:42写道: >> >>> >>> Hi Folks, >>> >>> Recently, Hsuan Lee and Yado

Re: Zeppelin 0.8.2 New Spark Interpreter

2019-10-10 Thread Jeff Zhang
How do you specify your spark interpreter dependencies ? You need to specify it via property spark.jars or spark.jars.packages for non-local model. Mark Bidewell 于2019年10月11日周五 上午3:45写道: > I am running some initial tests of Zeppelin 0.8.2 and I am seeing some > weird issues with dependencies. W

Re: Zeppelin 0.8.2 New Spark Interpreter

2019-10-10 Thread Mark Bidewell
I was specifying them in the interpreter settings in the UI. On Thu, Oct 10, 2019 at 9:30 PM Jeff Zhang wrote: > How do you specify your spark interpreter dependencies ? You need to > specify it via property spark.jars or spark.jars.packages for non-local > model. > > Mark Bidewell 于2019年10月11日

Re: Zeppelin 0.8.2 New Spark Interpreter

2019-10-10 Thread Jeff Zhang
Like I said above, try to set them via spark.jars and spark.jars.packages. Don't set them here [image: image.png] Mark Bidewell 于2019年10月11日周五 上午9:35写道: > I was specifying them in the interpreter settings in the UI. > > On Thu, Oct 10, 2019 at 9:30 PM Jeff Zhang wrote: > >> How do you specif

Re: Zeppelin 0.8.2 New Spark Interpreter

2019-10-10 Thread Jeff Zhang
It looks like many users still get used to specify spark dependencies in interpreter setting UI, spark.jars and spark.jars.packages seems too difficult to understand and not transparent, so I create ticket https://issues.apache.org/jira/browse/ZEPPELIN-4374 that user can still set dependencies in i