Mesos Modifying User Group

2015-08-12 Thread Nastooh Avessta (navesta)
Having a bit of a strange problem with Mesos 0.22, running Spark 1.4.0, on Docker 1.6 slaves. Part of my Spark program calls on a script that accesses a GPU. I am able to run this script: 1. As Bash 2. Via Marathon 3. As part of a Spark program running as a standalone master

Re: Custom flags to docker run

2015-08-12 Thread Paul Bell
Hi Stephen, Via Marathon I am deploying Docker containers across a Mesos cluster. The containers have unique Weave IP@s allowing inter-container communication. All things considered, getting to this point has been relatively straight-forward, and Weave has been one of the "IJW" components. I'd be

Re: Ambari and Mesos

2015-08-12 Thread Klaus Ma
Ambari provides several features, such as monitor/alert and cluster management: - regarding monitor/alert, Mesos has provided metrics API; we can follow Ambari's Sink protocol to show them in Ambari - regarding cluster management, suggest to ask Ambari acquire resources from Mesos and st

Re: Custom flags to docker run

2015-08-12 Thread Stephen Knight
I understand, thanks for the help. I'll dig a little deeper on the right mailing list. On Wed, Aug 12, 2015 at 11:34 AM, Alexander Rojas wrote: > Hey Steven, > > If you check the marathon REST API documentation > https://mesosphere.github.io/marathon/docs/rest-api.html#post-v2-apps you > can see

Re: Custom flags to docker run

2015-08-12 Thread Alexander Rojas
Hey Steven, If you check the marathon REST API documentation https://mesosphere.github.io/marathon/docs/rest-api.html#post-v2-apps you can see you can add docker parameters. However, I still feel the need to mention this i

Re: Ambari and Mesos

2015-08-12 Thread haosdent
Agree, there are need more works to integrate them. On Wed, Aug 12, 2015 at 3:14 PM, Stephen Knight wrote: > Well essentially I want to bring Mesos and Hadoop together, particularly > MRV2. Instead of relying on 2 different schedulers, it would be great to > have a framework that allows the data

Custom flags to docker run

2015-08-12 Thread Stephen Knight
Hi, Is there a way to pass a custom flag to docker run through the Marathon API? I've not seen anything in the documentation, this could just be a basic reading fail on my part. What I want to do is use Calico (or similar) with Docker and provision containers via Marathon. Weave is messy for what

Re: Ambari and Mesos

2015-08-12 Thread Stephen Knight
Well essentially I want to bring Mesos and Hadoop together, particularly MRV2. Instead of relying on 2 different schedulers, it would be great to have a framework that allows the datanode to be a docker container provisioned in Mesos as an Ambari target. I see there is some work from Twitter/Ebay