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

What is recommended Java GC configuration for Marathon?

We're running a Marathon on top of another Marathon (MoM) in DC/OS. The cluster is relatively small, about 40 nodes and 400 running tasks. I was surprised that Marathon is not shipped with any GC configuration. After Marathon instance becomes…
Tombart
  • 30,520
  • 16
  • 123
  • 136
0
votes
1 answer

How to run nohup command in mesos without spanning multiple jobs

I'm trying to run a one script file in mesos in background by using nohup command trying, but unfortunately the problem is the script executing successfully but the same scripts spanning as multiple jobs and running all jobs in background. How can I…
Charan Adabala
  • 181
  • 2
  • 10
0
votes
1 answer

Do repositories for mesos available on xenial?

I am not able to install mesos and marathon on ubuntu 16.04. I have added the official repository provided by mesosphere. Do repositories available for mesos on xenial? Following my distributions details. root@sandipd-ThinkPad-E450:~# lsb_release…
sandy_ws
  • 155
  • 2
  • 14
0
votes
1 answer

Global load balancing - mesosphere

We are having a Mesosphere DCOS environment where we have different pools/clusters based on regions. How can I setup global load balancing so that I have traffic balanced between pools/clusters. Basically, I am looking to make my deployment highly…
Prakash
  • 461
  • 1
  • 5
  • 21
0
votes
0 answers

how to tell mesos frameworks which launched by different commands/parameters

I am building metrics collector to collect the running status about all the Spark Jobs running on it. The mesos API http://masterip/frameworks return a lot of details about all the frameworks and then I run http://slaveip/slave(1)/monitor/statistics…
Martin Peng
  • 87
  • 1
  • 9
0
votes
2 answers

Multi path routing with traefik marathon on the same host

I have two apps running on marathon. I want web.myblog.com to route to App 1, and web.myblog.com/app to route to app2. With the below config, all traffic is going to app 1. App 1 traefik.frontend.rule=HostRegexp:{subdomain:[a-z]+}.myblog.com App…
Willem D'Haeseleer
  • 19,661
  • 9
  • 66
  • 99
0
votes
1 answer

Get task from tasks list in Marathon using rest API

I have a URL which returns a list of tasks for my applicaiton. Request: /marathon/v2/apps/myapplication/tasks/ Response: …
yu.pitomets
  • 1,660
  • 2
  • 17
  • 44
0
votes
1 answer

can marathon use a range of ports exclusive for one app

I want a set of apps to use a specific range of ports and the rest of the apps to use another range On mesos-agent I've set: --resources="ports(*):[8000-9000, 31000-32000]" I want to spawn 100 × APP1 and use BRIDGE network with hostPorts in…
ady8531
  • 689
  • 5
  • 13
  • 24
0
votes
1 answer

Mesophere cluster with nodes of different operating systems

I want to setup a Mesophere cluster (mesos, dc/os, marathon) for running different jobs. The nodes which these jobs run on depend on the nature of the job. For e.g a job with C# code will run on a windows node. A job with pure C++ will run on Ubuntu…
InsatiableTraveller
  • 1,545
  • 2
  • 10
  • 9
0
votes
1 answer

Creating DCOS service with artifacts from hdfs

I'm trying to create DCOS services that download artifacts(custom config files etc.) from hdfs. I was using simple ftp server before for it but I wanted to use hdfs. It is allowed to use "hdfs://" in artifact uri but it doesn't work…
Tomasz
  • 658
  • 1
  • 7
  • 22
0
votes
1 answer

How to force marathon to redo the deployment of an already running container with the existing version `:latest`?

I am trying to deploy to marathon an image already deployed and running. The version used for this image is :latest. The deployment is happening every two week, but marathon fail to reinstall the application because it does not see any configuration…
Dimitri Kopriwa
  • 13,139
  • 27
  • 98
  • 204
0
votes
1 answer

WebPageTest WPT Private Instance - Agents not deregistering with server

I have setup WPT (Web Page Test) private instance, using docker, mesos and marathon. However when I'm scaling up and down of agents, sometimes the server thinks that there are more agents connected (when looking at server-host/install/). It looks…
claritee
  • 61
  • 5
0
votes
1 answer

Deploy a "remote" docker based service in dcos-vagrant

I deployed dcos-vagrant on a physical server with 16GB RAM. I would like to deploy a Kafka container, but I would like the container to be running on another machine (a CoreOS server) This way, I am not constrained by the local RAM which is mostly…
0
votes
1 answer

Set a file path from Jenkins' choice parameter

I struggled few days, But still, I could not find a solution for this. I am trying to deploy Marathon apps with Jenkins and follow this tutorial. https://docs.mesosphere.com/1.10/tutorials/deploy-on-marathon/ I want to configure a parameterized…
UtpMahesh
  • 410
  • 10
  • 25
0
votes
1 answer

Marathon Scaling is not adhering to Constraint Parameter

I am facing some issue with marathon application scaling. I am deploying application with Marathon Constraint and it is running fine on the specific box. But when i try to scale the application it is not following the constraint and it is scaling on…
Kumar Dev
  • 75
  • 7