Re: Setup FLINK_HOME programmatically

2020-04-05 Thread Juan Rodríguez Hortalá
Hi Jeff, I'll wait for the fix then, thanks for letting me know. In the meantime, setting up FLINK_HOME in the UI is no big deal, just a couple of clicks, I'm enjoying a lot the Flink integration and your blog posts about it, thanks for working on that! Greetings, Juan On Sun, Apr 5, 2020 at

Re: Setup FLINK_HOME programmatically

2020-04-05 Thread Jeff Zhang
Hi Juan, I am afraid there's no workaround for now. But I think a better way is to allow set env FLINK_HOME, such as following: docker run -p 8080:8080 --rm -v /Users/jzhang/Java/lib/flink-1.10.0:/flink -e FLINK_HOME=/flink --name zeppelin apache/zeppelin:0.9.0 Unfortunately, it doesn't work due

Setup FLINK_HOME programmatically

2020-04-04 Thread Juan Rodríguez Hortalá
Hi, I'm setting up a Dockerfile to run Zeppelin using the Flink interpreter. I'm starting from the Docker image apache/zeppelin:0.9.0 and following the instructions on https://medium.com/@zjffdu/flink-on-zeppelin-part-1-get-started-2591aaa6aa47 to download flink-1.10.0-bin-scala_2.11.tgz and flink