Re: Cannot fetch dependencies for org.apache.flink:flink-json:1.12.2

2021-06-23 Thread Jeff Zhang
Why do you use the insecure maven repo http://insecure.repo1.maven.org/maven2/ ? The default repo should work Chenyu Zheng 于2021年6月22日周二 下午10:39写道: > Yes. I tried inside and outside docker container, both could connect to > the maven repo. > > > Get Outlook for Android

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: 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

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写道: > >>