Amit

Results 10 comments of Amit

Which version of Zeppelin do I run on Kubernetes to work with Flink 1.11.3? Is there a working Zeppelin Kubernetes YAML that works with Flink?

@zjffdu Can I use the Docker Image apache/zeppelin:0.9.0 (https://hub.docker.com/r/apache/zeppelin/tags?page=1&ordering=last_updated)? Also, I have flink running on another POD on the same K8 cluster. Where do I configure Zeppelin to connect to...

@zjffdu Okay. Which Zeppelin version I should from Docker? I have flink running on another POD on the K8s cluster. Where do I configure Zeppelin to connect to my existing...

@zjffdu Thanks. I'm accessing Kubernetes on the Windows system. As per the above documentation, Do I need to set FLINK_HOME to my local Flink directory (not on Kubernetes)? Can I...

@zjffdu I'm not sure if I got that. Let's say on Kubernetes, Flink's Job Manager is installed on POD1 and Task Manager is installed on POD2. When we install Zeppelin...

@zjffdu I made the changes as suggested. ![image](https://user-images.githubusercontent.com/16950114/104391793-afaa2a80-550e-11eb-8417-f676b5a7e02c.png) When I run default Flink Job in Zeppelin, this is what I see- ![image](https://user-images.githubusercontent.com/16950114/104391884-e4b67d00-550e-11eb-8f79-5b087c664c87.png) or ![image](https://user-images.githubusercontent.com/16950114/104392539-46c3b200-5510-11eb-95be-104117ff8fe9.png) This also causes the Flink Pod...

@zjffdu Thanks. I'm using this k8 YAML https://github.com/apache/zeppelin/blob/master/k8s/zeppelin-server.yaml Is there a different image for interpreter **apache/zeppelin-interpreter:0.9.0-SNAPSHOT** (as mentioned in above YAML) or can I use **apache/zeppelin:0.9.0** from https://hub.docker.com/r/apache/zeppelin/tags as an...

@zjffdu Ok, I will create a thread on the mailing list.

@zjffdu When I try to execute this YAML https://github.com/apache/zeppelin/blob/master/k8s/zeppelin-server.yaml thru kubectl apply -f zeppelin-server.yaml, I see this error- ![image](https://user-images.githubusercontent.com/16950114/104478659-921da500-5590-11eb-91cd-bf5c05e0bc63.png) ![image](https://user-images.githubusercontent.com/16950114/104479272-3acc0480-5591-11eb-85e8-4141ca59401e.png) Is the yaml file correct?

@zjffdu How do I set zeppelin.run.mode as local in zeppelin-site.xml?