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.

make -j 8 g++: internal compiler error: Killed (program cc1plus)

When I deploy Apache Mesos on Ubuntu12.04, I follow the official document, in step "make -j 8" I'm getting this error …

linux ubuntu gcc g++ mesos
Can apache spark run without hadoop?

Are there any dependencies between Spark and Hadoop? If not, are there any features I'll miss when I run Spark …

hadoop amazon-s3 apache-spark mapreduce mesos
Which cluster type should I choose for Spark?

I am new to Apache Spark, and I just learned that Spark supports three types of cluster: Standalone - meaning …

apache-spark yarn mesos apache-spark-standalone
Recovering from Consul "No Cluster leader" state

I have: one mesos-master in which I configured a consul server; one mesos-slave in which I configure consul client, and; …

mesos consul
Restore deleted container docker

I have a docker container that was running postgresql db but it was accidentally deleted by my Apache Mesos Marathon. …

linux docker mesos marathon
Setting up a docker / fig Mesos environment

I'm trying to set up a docker / fig Mesos cluster. I'm new to fig and Docker. Docker has plenty of …

docker apache-storm mesos fig
Marathon vs Aurora and their purposes

Both Marathon and Aurora are built on Mesos and supposedly are engineered for running long running services. My questions are: …

mesos mesosphere marathon aurora
Kill a framework in Mesos

I have a Mesos cluster and was running a Spark shell connected to it. I shut down the client, but …

mesos
Accessing HDFS HA from spark job (UnknownHostException error)

I have Apache Mesos 0.22.1 cluster (3 masters & 5 slaves), running Cloudera HDFS (2.5.0-cdh5.3.1) in HA configuration and Spark 1.5.1 framework. When I …

scala apache-spark hdfs mesos mesosphere
What does Apache Mesos actually do?

I am trying to wrap my head around Apache Mesos and need clarification on a few items. My understanding of …

java cluster-computing virtualization mesos iaas