-
Since version 0.22 Mesos is support task labels. (https://mesosphere.com/blog/2015/03/27/mesos-0-22-0-released/)
``` json
...
{
"executor_id": "default",
"framework_id": "20150312-120017-1677734…
-
Utilities for testing job management scheduling systems: https://github.com/jepsen-io/jepsen/tree/master/chronos
e.g. tests for http://mesos.apache.org/
https://github.com/jepsen-io/jepsen/blob/…
-
I'd prefer the mesos kind of logos like here http://aurora.apache.org/ and here http://mesos.apache.org/.
Same triangular tiling but with a capital **D** clorized like dask's logo https://github.co…
-
An aurora-generated task usually creates a name that looks something like "asiri/prod/service". mesos-dns appears to mash the bits together to create a name that looks like "asiriprodservice.twitters…
-
Let me know if I'm crazy and I'm just using this wrong. I'm using version 0.8.1 of marathon.
I tried testing this package with this code:
```
var mesos = require('mesos');
var marathon = mesos.Mara…
-
Is HDFS a hard requirement to setup/run exelixi?
Hadoop is not currently part of playa-mesos box image, so install.sh fails the hadoop fs commands.
playa-mesos team is thinking to add support for a …
-
xref https://github.com/mesos/mesos-go/pull/312/files#diff-38800baeef18ca9b9893830591d41c1eR3
-
At the moment `sysdig -l` shows a couple filters that can be used to filter on labels from kubernetes, mesos and marathon:
```
----------------------
Field Class: k8s
k8s.pod.labels Kubernete…
-
Just got this exception. I have restarted all the slave with a rolling reboot some hours ago. That could be the reason.
```
$ mesos ps -i
Traceback (most recent call last):
File "/Users/sts/Arbeit/…
sttts updated
10 years ago
-
I have three server A,B,C on each machine I'm running chronos, zookeeper, mesos-master, mesos-slave.
Chronos cantact mesos-master using zookeeper url hence it automatically picks leading master even …