Github user rdhyee commented on the pull request:
https://github.com/apache/spark/pull/3074#issuecomment-71475481
I [wrote in November of my interest in this
PR](https://github.com/apache/spark/pull/3074#issuecomment-64227322). I concur
the
[suggestion](https://github.com/apache/spark/pull/3074#issuecomment-71414280)
by @mateiz to include a Dockerfile. It'd be great if that Dockerfile could be
one that would serve two purposes: 1) as a basic demonstration of how to run
Spark via docker on Mesos and 2) as the argument for the
[FROM](https://docs.docker.com/reference/builder/#from) for other people's
Dockerfiles.
I've been experimenting with a Dockerfile to combine Spark with
[ipython/scipyserver](https://github.com/ipython/docker-notebook/blob/master/scipyserver/Dockerfile)
functionality to enable me to run pyspark in the [IPython
Notebook](http://ipython.org/notebook.html) interface:
[rdhyee/ipython-spark](https://github.com/rdhyee/ipython-spark/blob/master/Dockerfile).
I started off with the [suggested
Dockerfile](https://issues.apache.org/jira/browse/SPARK-2691?focusedCommentId=14194679&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14194679)
by @hellertime.
I've not had a chance to test this PR myself, primarily because I'm still
learning how to get a stable, standard mesos cluster to work with a stable
release of Spark. But I'm definitely keen to try out the functionality of this
PR when it gets merged into master -- or even sooner if I figure stuff out.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]