Re: Store CSV file with Notebook?

2018-11-27 Thread Spico Florin
Hi! I have created a volume for the the docker container and put the data in that volume. I'm using docker compose and the docker compose for zeppelin looks like this interactive-analytics: build: interactive-analytics container_name: "zeppelin-analytics" environment: - KAFKA

Manage Flink job third party libraries with Zeppelin on a Flink cluster

2018-11-27 Thread Spico Florin
Hello! I'm using Zeppelin 0.7.3 with Flink 1.4.2 in cluster mode. My Flink job has dependencies on third party libraries (Flink CEP, jackson json etc) and when I run the notebook, I got ClassNotFoundException on the Flink Task side, even though I have configured the Flink Interpreter dependencies