Questions tagged [marathon]

Marathon is an Apache Mesos framework for long-running services.

Marathon is a Mesos framework for long-running services.

Marathon provides a REST API for starting, stopping, and scaling services. Marathon is written in Scala and can run in highly-available mode by running multiple Marathon instances.

Marathon is a meta framework: you can start other Mesos frameworks such as Chronos or Storm. It can launch anything that can be launched in a standard shell. In fact, you can even start other Marathon instances via Marathon.

Download, Project, Community.

523 questions
1
vote
2 answers

Bamboo Mesos Marathon

I'm trying to setup Bamboo (https://github.com/QubitProducts/bamboo) for my Mesos and Marathon cluster. Currently, my marathon instance is running with the following…
meoww-
  • 1,892
  • 2
  • 21
  • 29
1
vote
0 answers

Stratio Error: Install selected technologies

I have downloaded the last version of Stratio platform. Platform: Ubuntu, version 14.04. - 5 nodes. Installed configuration: Installation type: Local hosts. From the two options to install Stratio Manager I chose (Use machines that comply the…
1
vote
0 answers

Marathon With Private Docker Repo

I'm having issues pulling from a private docker repo when I add a marathon application. I've tarred my ~/.docker folder (including the docker.config file which contains my login information) and distributed that along to my mesos slaves as…
cscan
  • 3,684
  • 9
  • 45
  • 83
1
vote
0 answers

Can't run docker container on Marathon with network HOST?

I am trying to run some cassandra instances (docker containers) on marathon. This following description works well: { "id": "cassandra", "constraints": [["hostname", "CLUSTER", "docker-sl-vm"]], "container": { "type": "DOCKER", …
RafaelTSCS
  • 1,234
  • 2
  • 15
  • 36
1
vote
1 answer

Can't connect to cassandra container via haproxy

I am trying to connect an external app to Cassandra which is running dockerized on a mesos cluster. These are the the apps I have running on mesos: CONTAINER ID IMAGE COMMAND CREATED STATUS …
RafaelTSCS
  • 1,234
  • 2
  • 15
  • 36
1
vote
1 answer

Some questions on Apache Aurora

I have been comparing Marathon with Aurora. Marathon: Easy to use Light weight More active to add new features Aurora: More feature sets, and more flexible object configurations Heavy and difficult to use More conservative adding new…
user3772724
  • 125
  • 6
1
vote
1 answer

Can't login in Stratio admin page

I have installed mesos, ZK, marathon on master computer and now I was trying to install Stratio Manager, but first of all problem was FQDN, then I added domain name in /etc/hosts. After everything worked and I have got manager view in the web…
1
vote
1 answer

How can I set "disable_http" which is flag parameter with file strategy in marathon

I'am trying to add the file /etc/marathon/conf/disable_http with no value but I have this error: Error: Bad arguments for option 'disable_http': '' - too many arguments for flag option I try, empty file, "enabled" value, "disabled" value,…
1
vote
0 answers

Connectivity problems when setting up a ReplicaSet via the MongoDB Node.js client

I'm trying to build an scalable ReplicaSet via Apache Mesos and Marathon. Therefore, I created a Docker file which contains MongoDB 3.0.7 and a Node.js application which registers itself to the eventSubscriptions API of marathon, meaning that it…
Tobi
  • 31,405
  • 8
  • 58
  • 90
1
vote
1 answer

Marathon constraints for mutually exclusive docker containers

I'm trying to implement a lizardfs cluster using mesos/marathon. I created some docker images for that purpose. I need to get a docker container of a certain type (lizardfs-master) NOT run on the same node that is already running another type of…
1
vote
0 answers

marathon not run tasks

I am making mesos-cluster terraform provisioning. Using marathon reflected the following problem: tasks are queued only if the leader associated with marathon matches the same machine as the leader assigned to mesos-master. Otherwise the endless…
Roger Giuffre
  • 35
  • 1
  • 7
1
vote
1 answer

Is it possible to perform a zero-downtime upgrade or reconfiguration of Mesos?

Marathon has 1st-class support for performing rolling (zero-downtime) upgrades on your applications. What if you need to upgrade or reconfigure Mesos itself though? More specifically I'd like to know if it's possible to upgrade/reconfigure Mesos…
dmayo3
  • 73
  • 5
1
vote
0 answers

Getting "docker": executable file not found in $PATH using marathon

I'm trying to launch an app on marathon, here's it's json: { "id": "jackex", "container": { "docker": { "image": "ubuntu:14.04" }, "type": "DOCKER", "volumes": [] }, "cmd": "while sleep 10;…
luis.alves
  • 335
  • 1
  • 3
  • 13
1
vote
1 answer

Apache Mesos - Zookeeper failing on load, cannot access marathon/attach slaves.

I am setting up a Mesos cluster. Our setup is: 3 Primary boxes (8gb RAM, 4 cpu) 3 Worker boxes (1gb RAM, 1 cpu) The configuration files I have are all matching and proper from what I can see. In /etc/mesos/zk I…
yburyug
  • 1,070
  • 1
  • 8
  • 13
1
vote
1 answer

Run apps on unique mesos-slaves

I am running two different apps on a Mesos-cluster using Marathon. I want these apps to be launched on different slaves always (even while scaling up). Can someone help?
208rishabh
  • 96
  • 11