Re: Spark on Mesos with Jobs in Cluster Mode Documentation

2015-09-11 Thread Tom Waterhouse (tomwater)
n to launch the Spark dispatcher. Then all clients instead of specifying the Mesos master URL (e.g: mesos://mesos.master:2181), then just talks to the dispatcher only (mesos://spark-dispatcher.mesos:7077), and the dispatcher will then start and watch the driver for you. Tim On Thu, Sep 10,

Spark on Mesos with Jobs in Cluster Mode Documentation

2015-09-10 Thread Tom Waterhouse (tomwater)
After spending most of yesterday scouring the Internet for sources of documentation for submitting Spark jobs in cluster mode to a Spark cluster managed by Mesos I was able to do just that, but I am not convinced that how I have things setup is correct. I used the Mesos