Apache Mesos
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
3rdparty Added `fs::used` helper API to stout. Sep 5, 2018
bin Made configured shell script inputs executable. Jun 15, 2018
cmake Windows: Made `libwinio` the default option for Mesos. Aug 21, 2018
docs Added Robin Goegge to contributors list. Sep 11, 2018
include Sent an event to resource providers when they are removed. Sep 3, 2018
m4 Mesos: Used standard macros for appending compile flags. Aug 31, 2018
mpi Removed libprocess/3rdparty references from misc files. May 11, 2016
site Added 'MesosCon 2018 CFP is now closed!' blog post. Sep 5, 2018
src Revert "Set 'Connection: close' in the master's streaming API respons… Sep 10, 2018
support Added Python 3.6 and pip to Docker images. Sep 11, 2018
.gitattributes Made Git normalize all line endings automatically. Jul 11, 2018
CHANGELOG Added MESOS-8871 to the 1.5.2 CHANGELOG. Sep 11, 2018
CMakeLists.txt Updated Mesos version to 1.8.0. Aug 22, 2018
Doxyfile Remove markdown files from doxygen. Feb 20, 2016
LICENSE Added licenses for third party JS libraries used by Web UI. Mar 24, 2018
Makefile.am Added parallel test runner to distribution. Jun 1, 2017
NOTICE Updated the NOTICE to include the correct year, and to fix line Jun 7, 2013
README.md Updated link to the getting started documentation. Oct 24, 2017
bootstrap Introduced `.clang-tidy` configuration file. Nov 7, 2017
bootstrap.bat Moved `.gitignore-template` to `support/gitignore`. Jan 28, 2016
configure.ac Fixed `--enable-new-cli` quoting. Sep 11, 2018
mesos.pc.in Removed `PICOJSON_USE_INT64` from Mesos build system. Jun 26, 2018

README.md

Apache Mesos

Apache Mesos is a cluster manager that provides efficient resource isolation and sharing across distributed applications, or frameworks. It can run Hadoop, Jenkins, Spark, Aurora, and other frameworks on a dynamically shared pool of nodes.

Visit us at mesos.apache.org.

Mailing Lists

Documentation

Documentation is available in the docs/ directory. Additionally, a rendered HTML version can be found on the Mesos website's Documentation page.

Installation

Instructions are included on the Getting Started page.

License

Apache Mesos is licensed under the Apache License, Version 2.0.

For additional information, see the LICENSE and NOTICE files.