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
2
votes
2 answers

Running Hadoop/Storm tasks on Apache Marathon

I recently came across Apache Mesos and successfully deployed my Storm topology over Mesos. I want to try running Storm topology/Hadoop jobs over Apache Marathon (had issues running Storm directly on Apache Mesos using mesos-storm framework). I…
obaid
  • 285
  • 1
  • 4
  • 12
2
votes
1 answer

Apache Mesos Workflows - Event Driven Scheduler

We are currently using Apache Mesos with Marathon and Chronos to schedule long running and batch processes. It would be great if we could create more complex workflows like with Oozie. Say for example kicking of a job when a file appears in a…
NightWolf
  • 7,694
  • 9
  • 74
  • 121
2
votes
2 answers

Ephemeral tasks on Marathon

Before hand let me say that I'm new to Mesosphere stack. I am trying to migrate an existing Rails application deployment to Mesos and I'm successful so far, but currently I'm on the middle of running migrations and seeds (through Rake tasks) and I…
Carlos Castellanos
  • 2,358
  • 4
  • 25
  • 43
2
votes
1 answer

Start container in existing cgroup

I'm looking to write a custom Mesos executor that will allow for doing things like requesting 1CPU(1024 shares) for my rails application, and then "plugging in" nginx in front. In this process, I'd actually like to start my rails and nginx…
William Thurston
  • 405
  • 4
  • 11
1
vote
1 answer

How to use Marathon JavaDriver on alreday open application

I have Swing application running on my machine and want's to do automation of it using JavaDriver. If I use JavaDriver to launch the application then I'm not seeing any problem, but I have a requirement to run automation on an already…
NikSU
  • 21
  • 6
1
vote
2 answers

Gracefully exiting akka cluster node during rolling deployment

We are running a akka cluster in docker and running in Mesos. The structure is such that 3 different applications (each having 4 instances) talk to each other within the cluster When we want to do a deployment, we are using Marathon upgrade strategy…
slowhandblues
  • 87
  • 1
  • 1
  • 12
1
vote
0 answers

dcos package install - resource request declined due to no port need?

I am following https://docs.konghq.com/install/dcos to install kong on my newly setup DCOS cluster. However I am blocked at the step Deploy Marathon-LB. The service cannot be deployed because there is no resource offer. But when I look at Debug I…
wxh
  • 619
  • 7
  • 20
1
vote
1 answer

Quarkus on Hashicorp Nomad

Quarkus is described as a Kubernetes Native Java stack, which I think is unfair marketting hype given that there is no code specific in it for Kubernetes, to my knowledge (ignoring deployment scripts and Maven plugins, etc). Anyone tried launching…
OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
1
vote
0 answers

Unable to spin dockerized cassandra cluster on Mesosphere DC/OS

Can anyone have some idea to create a Cassandra cluster on Mesosphere DC/OS using Docker? The issue is that Cassandra containers keep getting started after every few seconds. It seems that Marathon is failing to get the health status of the newly…
govind
  • 121
  • 1
  • 11
1
vote
1 answer

Service temporarily unavailable due to an ongoing leader election. Please refresh

I have three physical nodes with docker installed on each of them. I configured Mesos,Flink,Zookeeper,Marathon and Hadoop on docker of each node. When ever I changed a docker, unfortunately, Flink UI ended up with this error: Service temporarily…
M_Gh
  • 1,046
  • 4
  • 17
  • 43
1
vote
1 answer

Marathon cannot run an Application which is in docker container

I have three node with docker installed on them. In master node, I run Mesos and Marathon without any problems. The details are in following: First I enter to the docker with this command: docker run -v /home/user/.ssh:/root/.ssh --privileged -p …
M_Gh
  • 1,046
  • 4
  • 17
  • 43
1
vote
1 answer

Running Hadoop beside Marathon and Mesos

I have three nodes with docker installed on them, one master and two slaves and want to run Mesos,marathon and hadoop on docker. I have these docker compose files: This docker compose is for master node to run Mesos and Marathon: version: '3.7' …
M_Gh
  • 1,046
  • 4
  • 17
  • 43
1
vote
0 answers

Can you tell me the solution to the change of service ip in mesos + marathon combination?

I am currently posting a docker service with the MESOS + Marathon combination. This means that the IP address of the docker is constantly changing. For example, if you put mongodb on marathon, you would use the following code. port can specify the…
league3236
  • 15
  • 4
1
vote
1 answer

kubectl proxy can't talk to API server

I'm having a problem with kubectl proxy on a fresh install. When I browse to http://localhost:8001/api/v1/namespaces/kube-system/services/https:kubernetes-dashboard:/proxy/ I get a 503 response. It seems that the proxy isn't able to reach the…
1
vote
1 answer

Deploying Mesos docker container in bridge mode but fixed port and outside of pre-defined range

I have a server that I want to bring up with Marathon/Mesos. The server listens to port 443 but I want it to listen on a specific port, e.g. 7443. Naturally, bridge mode would work. However, this port is outside of the port range configured in the…
some user
  • 876
  • 1
  • 12
  • 26