website/_includes/features.html (29 lines of code) (raw):

{% comment %} <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> {% endcomment %} <div class="mdl-grid"> <div class="mdl-cell--1-col"></div> <div class="mdl-cell mdl-cell--11-col"> <h3 class="mdl-typography--title">Overview</h3> <p class="mdl-typography--body-1"> Apache Myriad enables the co-existence of Apache Hadoop and Apache Mesos on the same physical infrastructure. By running Hadoop YARN as a Mesos framework, YARN applications and Mesos frameworks can run side-by-side, dynamically sharing cluster resources. </p> </div> </div> <div class="mdl-grid"> <div class="mdl-cell--1-col"></div> <div class="mdl-cell--11-col"> <h3 class="mdl-typography--title">Key Features</h3> <ul class="mdl-typography--body-1"> <li>YARN resource manager and node managers running inside Mesos containers.</li> <li>Static resource allocation</li> <li>Fine-grained resource allocation</li> <li>High-Availablity and graceful restart</li> <li>Support YARN FairScheduler and all other functionality</li> <li>Deploy YARN ResourceManager with Marathon</li> <li>Run MapReduce v2, Hive, Pig, Mahout, etc.</li> </ul> </div> </div>