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
0
votes
1 answer

How to persist jobs in Jenkins Mesos framework?

i have started Jenkins Scheduler (Framework) as Marathon app. Now if the Jenkins Scheduler dies somehow, the Marathon will restart it. But all the jobs and settings will be gone. How to persist jobs in Jenkins Mesos framework if it dies and started…
manish
  • 966
  • 2
  • 11
  • 35
0
votes
1 answer

Jenkins slave not working on mesos

I'm using the jenkins mesos plugin for CI. Initially, I followed the following tutorial: http://www.ebaytechblog.com/2014/05/12/delivering-ebays-ci-solution-with-apache-mesos-part-ii/ but the jenkins itself was not being setup via this. (I got error…
manish
  • 966
  • 2
  • 11
  • 35
0
votes
1 answer

Event-hook upon up/down-scaling or deletion of an App

I didn't find info whether it is possible to define something like an Event-hook upon up/down-scaling or deletion of an App in the Marathon Rest API docs at https://mesosphere.github.io/marathon/docs/rest-api.html What I'd like to achieve is that…
Tobi
  • 31,405
  • 8
  • 58
  • 90
0
votes
3 answers

Docker on Mesos: Volume is placed on which node?

I will be setting up a Mesos cluster to run single-use docker jobs, e.g. long rapidminer computations. Of course I want to get the result of the computation, so I think I should use Docker volumes for that. Now, when I send a docker job to a…
SGer
  • 544
  • 4
  • 18
0
votes
1 answer

Mesos Attributes: Source from EC2 Tags

I'm interested in having my mesos-slave instances inherit attributes from the EC2 tags that the slave is running on. After some searching, I don't think such a setup exists. I would like to write one and contribute it back to the community. Our…
advait
  • 6,355
  • 4
  • 29
  • 39
0
votes
1 answer

Run multiple instances on a Mesos slave node

I'm building an Apache mesos cluster with 3 masters and 3 slaves. I installed docker on the slave nodes and it's able to create instances which are vissible in Marathon. Now i tried to install the HAproxy server on top of it but that didn't worked…
Gijs
  • 885
  • 2
  • 13
  • 22
0
votes
1 answer

Updating a subset of apps in a marathon group

When using the v2/groups API to update a subset of applications in a group, how does one specify the configuration for those apps that are unchanged? Does the update request have to include the full original configuration for the unchanged app, or…
Srikanth
  • 973
  • 2
  • 9
  • 19
0
votes
1 answer

Mesos/Marathon checkpointing and HA

Mesos and Marathon mention checkpointing from time to time, but I couldn't find a good explanation of how it works anywhere. Also, what does it mean in practice? 1) Is the Task current state continuously being stored, or is only the Task ID stored?…
user1340582
  • 19,151
  • 35
  • 115
  • 171
0
votes
2 answers

Does Mesosphere Marathon run native Linux applications?

Marathon is keen on advertising that Marathon runs Docker, but there is nowhere implicitly defined what exactly Marathon can run. Does Marathon run native Linux applications? Can I run JBoss on Marathon and it will automatically offer HA and…
user1340582
  • 19,151
  • 35
  • 115
  • 171
0
votes
2 answers

Unable to run rabbitmq using marathon mesos

I am unable to run rabbitmq using marathon/mesos framework. I have tried it with rabbitmq images available in docker hub as well as custom build rabbitmmq docker image. In the mesos slave log I see the following error: E0222 12:38:37.225500 15984…
ashishjain
  • 1,243
  • 1
  • 11
  • 12
0
votes
1 answer

Marathon ITE , Java swing Applet , is it a must to have a local copy of the applet?

I'm new to marathon , just started with a simple swing based applet automation . In the configuration,we specify the local path of the html page containing the applet . Is it possible to automate in marathon without specifying the local path of the…
jeevan s
  • 223
  • 4
  • 14
0
votes
2 answers

Docker container running Mesos cluster and running other docker containers on cluster (using Marathon)

I'm just starting off with Mesos, Docker and Marathon but I can't find anywhere where this specific question is answered. I want to set up a Mesos cluster running on Docker - there are a couple of internet resources to do this, but then I want to…
radder5
  • 236
  • 3
  • 14
0
votes
1 answer

docker mesosphere marathon - unable to see running process inside a docker container

I am a newbie in mesos and marathon space. I have mesos slaves running my docker containers. I am using marathon to instantiate a mesos task. Here is my simple json file: { "container": { "type": "DOCKER", "docker": { "image":…
ashishjain
  • 1,243
  • 1
  • 11
  • 12
0
votes
1 answer

Linking containers with Mesos JSON file

I am trying to link my application container to my DB container when sending the JSON task description to the Marathon framework. I've read up on this question from last year: Linked Docker Containers with Mesos/Marathon The question is: I know Fig…
Hans
  • 451
  • 1
  • 6
  • 20
0
votes
1 answer

Creating a new app Marathon App from web browser

After setting up all the Mesos Master, Slave, ZooKeeper, Marathon. I have click the Green Button "Create App" Once it is running on Mesos-Master and the completed task state Fnished. Where can I get the json file? From which folder ??
user4136080
  • 165
  • 1
  • 6
  • 21
1 2 3
34
35