Top "Mesos" questions

Apache Mesos is a cluster manager that provides an efficient, scalable, and robust way to share resources (CPUs, memory, disk, ports, et.

Standalone Manager Vs. Yarn Vs. Mesos

On 3 node Spark/Hadoop cluster which scheduler(Manager) will work efficiently? Currently I am using Standalone Manager, but for each …

hadoop apache-spark yarn mesos
Transport Endpoint Not Connected - Mesos Slave / Master

I'm trying to connect a Mesos slave to its master. Whenver the slave tries to connect to the master, I …

linux debian virtualbox mesos marathon
Kafka consumer "Failed to add leader for partitions" error running on Mesos

I am running a Kafka cluster of 6 brokers using the mesos/kafka library. I am able to add and start …

apache-kafka apache-zookeeper mesos
What's difference between Apache Mesos, Mesosphere and DCOS?

Looks to me that Apache Mesos is a distributed systems kernel, and Mesosphere is something Linux distribution based on Apache …

linux mesos mesosphere dcos
WARN Session 0x0 for server null, unexpected error, closing socket connection and attempting reconnect

I have two nodes that each one has docker with Mesos,marathon,and zookeeper have been installed on it. This …

java docker apache-zookeeper mesos marathon
Persistent storage for Apache Mesos

Recently I've discovered such a thing as a Apache Mesos. It all looks amazingly in all that demos and examples. …

postgresql distributed-computing mesos mesosphere
Running Spark driver program in Docker container - no connection back from executor to the driver?

UPDATE: The problem is resolved. The Docker image is here: docker-spark-submit I run spark-submit with a fat jar inside a …

docker apache-spark mesos apache-spark-standalone
How to configure a high-availability cluster of MariaDB and Redis in Mesos or CoreOS

In most tutorials, presentations and demos, only stateless services are presented that are load balanced either via DNS (SkyDNS, skydock, …

docker mariadb coreos mesos marathon
What does Apache Mesos do that Kubernetes can't do and vice-versa?

What does Apache Mesos do that Kubernetes can't do or vice-versa? Mesos is a Two level scheduler. Sure it grabs …

kubernetes mesos mesosphere
How to understand CPU allocation in Mesos?

I am reading Building Applications on Mesos, and come across the following statements: cpus This resource expresses how many CPU …

mesos