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