marathon icon indicating copy to clipboard operation
marathon copied to clipboard

Deploy and manage containers (including Docker) on top of Apache Mesos at scale.

Results 30 marathon issues
Sort by recently updated
recently updated
newest added

I have a new install of marathon/mesos/zookeeper on centos 7. I am using the RPMs (1.9.109). Everything fires up OK, but when I go to the marathon interface, it spins...

[2020-07-18 17:25:32,457] WARN Specifying a Mesos Master connection without a protocol is deprecated and will likely be prohibited in the future. Please specify a protocol (http://, zk://, https://) (mesosphere.marathon.MarathonConf$:main) When...

I thought I maybe had some dependency problem so I tried your docker hub image. When I start the latest dockerhub container with: docker run -v /dev/log:/dev/log -u root -it...

Hi, I am new to Mesos and Marathon env. Installed Marthon 1.9.136-1.el7, with MESOS, Zookeeper. First time I was able to bring up everything. But after trying to deploy application...

we use mesos and marathon to development app. it works cool as usual. but when my java app start with an agent and i develop it in the same host,...

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...

Hello! Posting here as somehow Jira link does not seem to be working for me. I'm trying to build marathon from source, at it is failing on missing dependencies that...

Rollback works 'weird' When you scale a task from 1 instance to 2 instances, and the 2nd one fails to deploy, and you do a rollback. Somehow your first instance...

Hi When starting latest Docker container mesosphere/marathon:v1.11.26 with `--logging_level warn` , it emits a lot of warning in the stdout ( we observed 7.5 million hits in 3 hours). The...

Once an app is created on Marathon with `container` configuration, it is not possible to remove `container` configuration without recreating the app. * GUI JSON mode: removing `container` key or...