Hello Devs, This is regarding an an update for mesos/marathon cluster environment setup. I have created an cluster environment with 1 mesos master and 3 mesos slaves. Mesos master can see all available slave resources offered by slaves. Marathon is running as a framework to deploy jobs in to the cluster. I am looking for examples/specifications of jobs in the gateway queue to test the scheduling of this setup. For each jobs we can specify required memory and CPU requirement so that based on this resource requirement mesos can allocate jobs to different slaves..
I am using linux mint with mesossphere packages. I have followed this documentation <https://www.digitalocean.com/community/tutorials/how-to-configure-a-production-ready-mesosphere-cluster-on-ubuntu-14-04> . If this scheduling work properly then we can test for the docker jobs as docker runs from marathon without any issues (at least our Airavata docker containers) Thanks Pankaj
