-
I have use for the following behaviour:
Assume a hostname webserver.mesos with three IP records.
I'd like to
a) be able to address them directly using index.webserver.mesos
b) index to overflow usin…
-
I've followed the examples, but `kafka-mesos` isn't launching any tasks on Mesos:
```
./kafka-mesos.sh broker list
brokers:
id: 0
active: true
state: starting
resources: cpus:1.00, mem:2048, …
deric updated
7 years ago
-
Full day workshop
Apache Mesos allow developers to build distributed systems with ease, run them and have fine-grain control over resource consumption in large scale commodity hardware clusters.
In …
-
Mesos container GPU metrics can be got if mesos containers starts before cadvisor starts, but can't get GPU metrics if mesos containers starts after cadvisor starts. If I need to get GPU metrics, I mu…
-
Even though the Vamp httpClient is configured to follow redirects, it's not following the Mesos-specific HTTP/307 that redirects to the current cluster leader.
Hm, or is it? https://github.com/magn…
harmw updated
6 years ago
-
Here is what I am doing. I am using mesos IP per task (thru Calico) where in each container is given a separate IP. I had a case where multiple instances of a task deployed on the same node, with eac…
Lax77 updated
7 years ago
-
_I originally pinged Mesosphere about this, since I believed it was an issue with their packages and I couldn't find where the bash script portion of the sharchive actually lives (it doesn't appear to…
ghost updated
8 years ago
-
According to Ilya Dmitrichenko of WeaveWorks:
```
For the record, before 0.23 you could simply set
DOCKER_HOST=unix:///var/run/weave/weave.sock
With 0.23 (and, if I remember correct, 0.24), you nee…
-
When using preinstalled (homebew) versions of glog, gflags will be installed as a mandatory dependency. Which is fine in itself.
However, once you do another round of `../configure && make` on mesos,…
tillt updated
10 years ago
-
## Problem statement:
In current design, hdfs-mesos will launch two tasks for namenode, aka namenode1 and namenode2. And mesos-DNS will generate "namenode1.hdfs.mesos" and "namenode2.hdfs.mesos" as D…