Re: Running spark interpreter with zeppelin on k8s

2021-06-23 Thread Lior Chaga
Ok, I've tried it. Indeed it doesn't look for a spark pod. Other issues though, but if I wouldn't overcome I'll open a new thread. Thanks Jeff! On Wed, Jun 23, 2021 at 11:40 AM Jeff Zhang wrote: > set zeppelin.run.mode in zeppelin-site.xml to be local > > Lior Chaga 于2021年6月23日周三 下午4:35写道: > >>

Re: Running spark interpreter with zeppelin on k8s

2021-06-23 Thread Jeff Zhang
set zeppelin.run.mode in zeppelin-site.xml to be local Lior Chaga 于2021年6月23日周三 下午4:35写道: > I'm trying to deploy zeppelin 0.10 on k8s, using following manual build: > > mvn clean package -DskipTests -Pspark-scala-2.12 -Pinclude-hadoop -Pspark-3.0 > -Phadoop2 -Pbuild-distr -pl > zeppelin-inte

Running spark interpreter with zeppelin on k8s

2021-06-23 Thread Lior Chaga
I'm trying to deploy zeppelin 0.10 on k8s, using following manual build: mvn clean package -DskipTests -Pspark-scala-2.12 -Pinclude-hadoop -Pspark-3.0 -Phadoop2 -Pbuild-distr -pl zeppelin-interpreter,zeppelin-zengine,spark/interpreter,spark/spark-dependencies,zeppelin-web,zeppelin-server,zeppeli

Re: when i run zeppelin on k8s throw Fail to create TServerSocket

2021-04-29 Thread Jeff Zhang
Which version of zeppelin do you use ? zhang hao 于2021年4月29日周四 下午2:56写道: > > the key log as follow: > 38 WARN [2021-04-29 06:31:26,033] ({main} > VFSNotebookRepo.java[listFolder]:107) - Skip hidden folder: > /zeppelin/notebook/.git > 39 WARN [2021-04-29 06:31:26,039] ({main} > LocalConfigSto

when i run zeppelin on k8s throw Fail to create TServerSocket

2021-04-28 Thread zhang hao
the key log as follow: 38 WARN [2021-04-29 06:31:26,033] ({main} VFSNotebookRepo.java[listFolder]:107) - Skip hidden folder: /zeppelin/notebook/.git 39 WARN [2021-04-29 06:31:26,039] ({main} LocalConfigStorage.java[loadNotebookAuthorization]:77) - NotebookAuthorization file /zeppelin/conf/noteb

Re: zeppelin on k8s

2020-01-30 Thread moon
Hi, I think it is a problem related to 'kubectl' client version. Zeppelin Kubernetes Launcher internally call 'kubectl' command in the container and I guess you can find logs such as status: ERROR, exception: null, result: %text org.apache.zeppelin.interpreter.InterpreterException: java.io.IOExce

zeppelin on k8s

2020-01-29 Thread Filippo Balicchia
Hi, I'm trying to execute a tiny Spark application in k8s from Zeppelin. In according with documentation https://zeppelin.apache.org/docs/0.9.0-SNAPSHOT/quickstart/kubernetes.html, after build my zeppelin image manually from master `44a49fdf68ecc` deploy with zeppelin-server.yaml but when I try to