CINXE.COM

Apache Mesos | Getting Started

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Apache Mesos | Getting Started</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta property="og:locale" content="en_US"/> <meta property="og:type" content="website"/> <meta property="og:title" content="Apache Mesos"/> <meta property="og:site_name" content="Apache Mesos"/> <meta property="og:url" content="https://mesos.apache.org/"/> <meta property="og:image" content="https://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/> <meta property="og:description" content="Apache Mesos abstracts resources away from machines, enabling fault-tolerant and elastic distributed systems to easily be built and run effectively."/> <meta name="twitter:card" content="summary"/> <meta name="twitter:site" content="@ApacheMesos"/> <meta name="twitter:title" content="Apache Mesos"/> <meta name="twitter:image" content="https://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/> <meta name="twitter:description" content="Apache Mesos abstracts resources away from machines, enabling fault-tolerant and elastic distributed systems to easily be built and run effectively."/> <link href="../assets/css/bootstrap.min.css" rel="stylesheet" /> <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml"> <link href="../assets/css/main.css" rel="stylesheet" /> </head> <body> <!-- magical breadcrumbs --> <div class="topnav"> <div class="container"> <ul class="breadcrumb"> <li> <div class="dropdown"> <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a> <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> <li><a href="https://www.apache.org">Apache Homepage</a></li> <li><a href="https://www.apache.org/licenses/">License</a></li> <li><a href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> <li><a href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> <li><a href="https://www.apache.org/security/">Security</a></li> </ul> </div> </li> <li><a href="https://mesos.apache.org">Apache Mesos</a></li> <li><a href="/getting-started/">Getting Started</a></li> </ul><!-- /.breadcrumb --> </div><!-- /.container --> </div><!-- /.topnav --> <!-- navbar excitement --> <div class="navbar navbar-default navbar-static-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a> </div><!-- /.navbar-header --> <div class="navbar-collapse collapse" id="mesos-menu"> <ul class="nav navbar-nav navbar-right"> <li><a href="/getting-started/">Getting Started</a></li> <li><a href="/blog/">Blog</a></li> <li><a href="/documentation/latest/">Documentation</a></li> <li><a href="/downloads/">Downloads</a></li> <li><a href="/community/">Community</a></li> </ul> </div><!-- /#mesos-menu --> </div><!-- /.container --> </div><!-- /.navbar --> <div class="content"> <div class="container"> <div class="row"> <div class="col-md-2"> <ul class="list-group"> <li class="list-group-item"><a href="/documentation/latest/building/">How To Build</a></li> <li class="list-group-item"><a href="/documentation/latest/beginner-contribution">Beginner Contribution</a></li> <li class="list-group-item"><a href="/documentation/latest/advanced-contribution">Advanced Contribution</a></li> <li class="list-group-item"><a href="https://issues.apache.org/jira/browse/MESOS">JIRA Issue Tracker</a></li> </li> </div> <div class="col-md-10"> <h1>Getting Started</h1> <p>For a great introduction to building and running a distributed system with Apache Mesos, watch Benjamin Hindman's <a href="https://www.youtube.com/watch?v=hTcZGODnyf0">talk on YouTube</a>. If anything could be considered <i>required reading</i>, it would be the official white paper: <a href="https://people.eecs.berkeley.edu/~alig/papers/mesos.pdf">Mesos: A Platform for Fine-Grained Resource Sharing in the Data Center</a>.</p> <div class="row-fluid"> <h2 name="binary-packages">How to use Binary Packages</h2> Find out how to download <a href="/documentation/latest/binary-packages">binary packages</a> and run Mesos on supported platforms. <h2 name="building">How To Build</h2> <p>See the <a href="/documentation/latest/building">building documentation</a> to learn how to build Mesos from source on various platforms.</p> <h2 name="contribute">Contribute</h2> <p>Read the <a href="/documentation/latest/beginner-contribution">beginner contribution guide</a> for a first-time introduction to the process of contributing to Mesos. For the standard day-to-day workflow for advanced Mesos contributors, read our <a href="/documentation/latest/advanced-contribution">advanced contribution guide</a>. The latter guide also includes information on our core libraries, <a href="https://github.com/apache/mesos/blob/master/3rdparty/stout/README.md">stout</a> and <a href="https://github.com/apache/mesos/blob/master/3rdparty/libprocess/README.md">libprocess</a>, with which new developers should get familiar.</p> <h2 name="community">Community</h2> <p>Refer to the <a href="/community">community page</a> for our mailing lists, Slack, IRC, and JIRA issue tracker.</p> </div> </div> </div> </div><!-- /.container --> </div><!-- /.content --> <hr> <!-- footer --> <div class="footer"> <div class="container"> <div class="col-md-12 trademark"> <p>&copy; 2012-2022 <a href="https://apache.org">The Apache Software Foundation</a>. Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation. <p> </div> </div><!-- /.container --> </div><!-- /.footer --> <!-- JS --> <script src="../assets/js/jquery-1.11.0.min.js"></script> <script src="../assets/js/bootstrap.min.js"></script> <script src="../assets/js/anchor-4.1.0.min.js"></script> <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. --> <script type="text/javascript"> anchors.options = { placement: 'right', ariaLabel: 'Permalink', }; // The default is to not add anchors to h1, but we have pages with multiple h1 headers, // and we do want to put anchors on those. anchors.add('h1, h2, h3, h4, h5, h6'); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10