mesos icon indicating copy to clipboard operation
mesos copied to clipboard

Apache Mesos

Results 17 mesos issues
Sort by recently updated
recently updated
newest added

Some new Frameworks and Executors for the website.

This PR will fix two failures. 1. During the building of the docker base image, it could not find the rpm file of mesos. 2. The mesos-agent didn't start. I...

Apparently this is an implicit limitation on the maximum length of network labels, enforced by the [k8s apimachinery library](https://github.com/kubernetes/kubernetes/blob/132d2af/staging/src/k8s.io/apimachinery/pkg/util/validation/validation.go#L154) that various CNI plugins use for their API abstraction. The maximum...

Change-Id: I9b8bdf7c6e8cb314cdf5e45b3d4a122653ce79c2

Change-Id: I9e78b0a9a58e6d84885eae768a5d76e13288c7af

Zookeeper URL now optionally can have syntax: zk://zk_auth_scheme!zk_auth_data@host:port/path If there is no "!" in URL it works as before with digest auth scheme. For example, I use it with our...

The metric "mem_kmem_usage_bytes" is the total kernel memory usage by processes in the cgroup in bytes. The metric "mem_kmem_tcp_usage_bytes" is the total memory usage for TCP buffers in bytes.

When reading this document, many people will want to test out the requests against their own environment. Providing curl examples will help assist with this task.

When running on a clean Ubuntu install curl may not be present. The following error was seen while experimenting with the ubuntu:14.04 Docker container: ``` Received status update TASK_FAILED for...

Fixes [MESOS-7386](https://issues.apache.org/jira/browse/MESOS-7386)