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
0 answers

How to fix below marathon authentication error

I have set 3 node mesos cluster using : How To Configure a Production-Ready Mesosphere Cluster on Ubuntu 14.04 (edited) Next step is to Authenticate Marathon. For that I am using : Framework Authentication Just wanted to know am I using the correct…
pavankumar
  • 31
  • 1
  • 5
0
votes
0 answers

Problem in Flink UI on Mesos cluster with two slave nodes

I have four physical nodes with docker installed on each of them. I configured Mesos,Flink,Zookeeper,Hadoop and Marathon on docker of each one. I had already had three nodes,one slave and two masters, that I had run Flink on Marathon and its UI had…
M_Gh
  • 1,046
  • 4
  • 17
  • 43
0
votes
1 answer

Unable to follow "Sandbox" links from Mesos UI

I have three physical nodes with docker installed on each of them. I configured Mesos,Marathon,Hadoop,Flink and Zookeeper on them. I can see all UI in my browser and run a Flink application in Marathon. The problem is that Mesos UI shows me that…
M_Gh
  • 1,046
  • 4
  • 17
  • 43
0
votes
1 answer

Could not create FileSystem for highly available storage

I have three physical node with docker installed on each of them. I configured Mesos, Marathon, Zookeeper, Hadoop and Flink on each docker. I can run Mesos,Marathon,Zookeeper and hadoop without any problems; also I made a folder flink in hdfs. By…
M_Gh
  • 1,046
  • 4
  • 17
  • 43
0
votes
1 answer

Flink cannot be run in Marathon

I have three physical nodes with docker installed on them. I have one docker container with Mesos, Marathon, Hadoop and Flink. I configured Master node and Slave nodes for Mesos,Zookeeper and Marathon. I do these works step by step. First, In Master…
M_Gh
  • 1,046
  • 4
  • 17
  • 43
0
votes
1 answer

Alerts for apps failing Marathon healthchecks

I've been configuring http healthchecks for all my apps in marathon which are working nicely, the trouble is marathon will keep stepping in and restarting a container failing it's healthcheck and I won't know unless I happen to be looking in the…
Omiron
  • 341
  • 3
  • 15
0
votes
1 answer

Marathon Ruby SDK to get the number of nodes

I am using Marathon Ruby SDK to get the number of nodes registered with the DC/OS cluster. But I am not getting any method which can return me the number of nodes registered with the cluster. Marathon SDK:…
Akshay Agrawal
  • 217
  • 3
  • 12
0
votes
1 answer

Using Weave net in docker-compose file

I had a docker image that has Hadoop,Mesos,Marathon and Zookeeper.I distributed this image among three physical nodes. To run that image, I wrote a docker compose with three services of Zookeeper,Mesos,Marathon. I used WEAVE_CIDR for weave IP in the…
M_Gh
  • 1,046
  • 4
  • 17
  • 43
0
votes
1 answer

Marathon/Mesos - deploy application using the same host port for both UDP and TCP

I tried to deploy an application using Marathon/Mesos. It has 2 server ports, 1 UDP and 1 TCP. I want to use the same port numbers for UDP and TCP. But it will not deploy it unless I use different ports. Any ideas? "portMappings": [ { …
some user
  • 876
  • 1
  • 12
  • 26
0
votes
1 answer

How to achieve JobManager High Availability in a Mesos Flink Cluster?

The Flink official documentation provides a jobmanager high availability solution for Standalone And Yarn Flink clusters. But what should be done for high availability using a Mesos Flink Cluster? I have learned that Flink relies on Marathon to…
Jack He
  • 1
  • 1
0
votes
1 answer

Installing Marathon on apache mesos

I want to set Flink cluster via apache mesos. I have three physical nodes with docker installed on them. Each docker has an installed ubuntu 16.04 desktop. I installed apache mesos on the docker using this link without any problem: Apache…
M_Gh
  • 1,046
  • 4
  • 17
  • 43
0
votes
2 answers

Deploying/Updating Marathon Docker image using API

I am writing code to update deployed image on marathon automatically. I use the REST patch method as listed in marathon API reference http://mesosphere.github.io/marathon/api-console/index.html url = 'https://:/v2/apps' …
some user
  • 876
  • 1
  • 12
  • 26
0
votes
1 answer

Different ways of running a service on DC/OS

Kinda newbie on DC/OS so bear with me on this rather trivial question. I have set up a HA DC/OS cluster. I want to deploy some container services. What is the difference between running services a) By selecting the Services option on the left pane…
pkaramol
  • 16,451
  • 43
  • 149
  • 324
0
votes
1 answer

Unable to start marathon status=1/FAILURE

Centos 7.1, Mesos 1.7.0, Not able to tell the marathon version [node1]$ sudo rpm -Uvh http://repos.mesosphere.com/el/7/noarch/RPMS/mesosphere-el-repo-7-1.noarch.rpm [node1]$ sudo yum -y install mesos marathon sudo service marathon start …
c.kid
  • 35
  • 5
0
votes
2 answers

unable to locate package mesosphere

i want to make multi node cluster for mesos for that i have to install mesosphere on master node.so that I am tring to install mesosphere on ubantu 16.4. aftre generating keys and updating repositories when i tried to install mesosphere it gave me…