docker-zeppelin
docker-zeppelin copied to clipboard
docker-zepplin spark with kubernetes
Have you tried to use Kubernetes to your docker-zeppelin instead of docker-compose ? similar to below http://blog.kubernetes.io/2016/03/using-Spark-and-Zeppelin-to-process-Big-Data-on-Kubernetes.html
That's pretty cool. I don't use Kubernetes though. I use a variation on this project to run many Zeppelin notebooks in a Mesos cluster.
Does Mesos support Docker ?
@mkscala I'm currently trying to use Kubernetes in docker-zepplin instead of docker-compose. I was wondering if you've had any luck with the final build. Or if you have any specific recommendations you might offer when setting up a standalone Spark instance.
I've just begun dipping my toes into Kubernetes. Any tips or links to other projects are appreciated. I'll be sure to follow up here with what I have learned regarding Spark and Zeppelin on Kubernetes.