Re: Zeppelin and Docker Images

2016-09-07 Thread John Omernik
In a lot of ways I want to setup the interpreters with a base level of includes, but then be able to specify a per user "second" directory for interpreters, so users can add more as they please, without having to include every interpreter for every user... On Tue, Sep 6, 2016 at 2:14 PM, Mohit Jag

Re: Zeppelin and Docker Images

2016-09-06 Thread Mohit Jaggi
+1 to the idea of separating the "code" from the configuration, data, logs and notebooks at a high level directory. BTW, 1.2GB doesn't seem too large. But you could perhaps leave out the interpreters you don't want to use. On Tue, Sep 6, 2016 at 11:39 AM, John Omernik wrote: > Hey all, > > I kn

Zeppelin and Docker Images

2016-09-06 Thread John Omernik
Hey all, I know folks are using Docker with Zeppelin, and I am trying to find a nice balance between size of images and usefulness of the image. Basically, when I build Zeppelin, the resulting directory is quite large, 1.2GB. So the first question is, what is actually needed in the Docker Image