By Mr. Rahul Kumar
Content
-Mesos Intro
-Software Projects Built on Mesos
-Create own Framework
-Why Mesos
-Protocol Buffer
-The Scheduler
-The Executor
-Mesos Endpoints
1 of 22
More Related Content
Building high scalable distributed framework on apache mesos
2. “A distributed system is a collection of independent
computers that appears to its
users as a single coherent system.”
3. A distributed system application works independently
and communication through messages.
q Resource Sharing
q Openness
q Concurrency
q Scalability
q Fault Tolerance
q Transparency
4. Mesos Intro
“Apache Mesos abstracts CPU, memory, storage,
and other compute resources away from machines
(physical or virtual), enabling fault-tolerant and
elastic distributed systems to easily be built and
run effectively.”