Amit
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.  When I run default Flink Job in Zeppelin, this is what I see-  or  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-   Is the yaml file correct?
@zjffdu How do I set zeppelin.run.mode as local in zeppelin-site.xml?