blob: e89ef2f84bf148203d4bcb2389f02320ad660c30 [file] [log] [blame]
<?xml version="1.0" encoding="iso-8859-1"?>
<!--
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.
-->
<document xmlns="http://maven.apache.org/XDOC/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
<properties></properties>
<title>Big Data and High-Performance Computing</title>
<body>
<section name=""></section>
<p>
<div style="float:left;margin-right:15px;margin-top:25px;"><img src="./images/hama_art_arthur_300x220.png" style="width:260px" /></div>
Apache Hama<sup>TM</sup> is a framework for Big Data analytics which uses the Bulk Synchronous Parallel (BSP) computing model,
which was established in 2012 as a Top-Level Project of The Apache Software Foundation.
<br/><br/>It provides not only pure BSP programming model
but also vertex and neuron centric programming models, inspired by Google's Pregel and DistBelief.
<br/>
</p>
<div align="right">
<pre style="width: 625px; text-align:center;">
+---------------------+-------------------------+----------------------------+
| BSP | Graph | Deep learning |
| (pure BSP) | (Google's Pregel) | (Google's DistBelief) |
+---------------------+-------------------------+----------------------------+
| Apache Hama |
| +--------------------------------------+
| | YARN |
+-------------------------------------+--------------------------------------+
| Hadoop HDFS |
+----------------------------------------------------------------------------+</pre>
</div>
<div class="green">
<h3 align="center">Recent News</h3>
<ul>
<li>Jun 14, 2015: release 0.7.0 available [<a href="downloads.html">downloads</a>]</li>
<li>Jun 11, 2015: Minho Kim was added as a committer.</li>
</ul>
</div>
<subsection name="Getting Started"></subsection>
<p>
Start by installing Hama on a Hadoop cluster.
<br/>
</p>
<ul>
<li><a href="downloads.html">Download</a> Hama from the release page.</li>
<li><a href="getting_started_with_hama.html">Getting Started</a> with Hama.</li>
<li>Programming Tutorials<ul>
<li><a href="hama_bsp_tutorial.html">BSP Programming.</a></li>
<li><a href="hama_graph_tutorial.html">Vertex-centric Programming.</a></li>
<li><a href="#">Neuron-centric Programming.</a></li>
</ul></li>
<li><a href="http://wiki.apache.org/hama">Learn about</a> Hama and BSP by reading the documentation.</li>
</ul>
<subsection name="Getting Involved"></subsection>
<p>
Hama is an open source volunteer project under the Apache Software Foundation. We encourage you to learn about the project and contribute your expertise.
Here are some starter links: <br/>
</p>
<ul>
<li>See our <a href="http://wiki.apache.org/hama/HowToContribute">How to Contribute to Hama</a> page</li>
<li><a href="http://wiki.apache.org/hama/Jira">Jira usage guidelines</a></li>
</ul>
</body>
</document>