Hello guys Has anyone attempted to run Zeppelin inside Docker that connect to a real Spark cluster running on the host machine ?
I've spend a day trying to make it work but unsuccessfully, the job never completed because the driver program (Zeppelin Spark shell) is listening on an Internal IP address (the internal IP address of the container). I've tried to run the Docker container with host network (--net=host) but in this case, I cannot access to Zeppelin through localhost:8080 or 127.0.0.1:8080 Anyone has an idea to unblock my use-case ?