On 18/04/16 11:54, Joao Azevedo wrote:
I'm trying to submit Spark applications to Mesos using the 'cluster'
deploy mode. I'm using Marathon as the container orchestration platform
and launching the Mesos Cluster Dispatcher through it. I'm using Spark
1.6.1 with Scala 2.11.
Using the current mas
On 18/04/16 13:30, Jacek Laskowski wrote:
Not that I might help much with deployment to Mesos, but can you
describe your Mesos/Marathon setup?
The setup is a single master with multiple slaves cluster. The master is
also running Zookeeper besides 'mesos-master'. There's a DNS record
pointing
Hi,
Not that I might help much with deployment to Mesos, but can you describe
your Mesos/Marathon setup? What's Mesos cluster dispatcher?
Jacek
18.04.2016 12:54 PM "Joao Azevedo" napisaĆ(a):
> Hi!
>
> I'm trying to submit Spark applications to Mesos using the 'cluster'
> deploy mode. I'm using