You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hama.apache.org by ed...@apache.org on 2012/12/22 04:33:38 UTC

svn commit: r1425239 - in /hama/site/trunk: team-list.html webbook/getting_started.html webbook/index.html

Author: edwardyoon
Date: Sat Dec 22 03:33:38 2012
New Revision: 1425239

URL: http://svn.apache.org/viewvc?rev=1425239&view=rev
Log:
Team list change

Added:
    hama/site/trunk/webbook/getting_started.html
Modified:
    hama/site/trunk/team-list.html
    hama/site/trunk/webbook/index.html

Modified: hama/site/trunk/team-list.html
URL: http://svn.apache.org/viewvc/hama/site/trunk/team-list.html?rev=1425239&r1=1425238&r2=1425239&view=diff
==============================================================================
--- hama/site/trunk/team-list.html (original)
+++ hama/site/trunk/team-list.html Sat Dec 22 03:33:38 2012
@@ -1,6 +1,6 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 <!--
- | Generated by Apache Maven Doxia at Nov 28, 2012
+ | Generated by Apache Maven Doxia at Dec 22, 2012
  | Rendered using Apache Maven Fluido Skin 1.2.2
 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
@@ -17,7 +17,7 @@
     <script type="text/javascript" src="./js/apache-maven-fluido.min.js"></script>
 
     
-    <meta name="Date-Revision-yyyymmdd" content="20121128" />
+    <meta name="Date-Revision-yyyymmdd" content="20121222" />
     <meta http-equiv="Content-Language" content="en" />
             </head>
         <body class="topBarDisabled">
@@ -52,7 +52,7 @@
         
                 
                     
-                  <li id="publishDate" class="pull-right">Last Published: 2012-11-28</li> <li class="divider pull-right">|</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2012-12-22</li> <li class="divider pull-right">|</li>
               <li id="projectVersion" class="pull-right">Version: 0.7.0-SNAPSHOT</li>
             
                                             <li class="divider pull-right">|</li>
@@ -264,10 +264,10 @@
           <td align="center">PMC member, committer</td>
         </tr>
        <tr class="a" valign="top">
-          <td align="center">tjungblut</td>
-          <td align="center">Thomas Jungblut</td>
-          <td align="center">Testberichte.de</td>
-          <td align="center">PMC member, committer</td>
+          <td align="center">apurv</td>
+          <td align="center">Apurv Verma</td>
+          <td align="center">.</td>
+          <td align="center">committer</td>
         </tr>
        <tr class="b" valign="top">
           <td align="center">chl501</td>

Added: hama/site/trunk/webbook/getting_started.html
URL: http://svn.apache.org/viewvc/hama/site/trunk/webbook/getting_started.html?rev=1425239&view=auto
==============================================================================
--- hama/site/trunk/webbook/getting_started.html (added)
+++ hama/site/trunk/webbook/getting_started.html Sat Dec 22 03:33:38 2012
@@ -0,0 +1,31 @@
+<!doctype html>
+<meta charset="utf-8">
+<title>Hama WebBook - a Bulk Synchronous Parallel computing framework on top of Hadoop</title>
+<link rel="stylesheet" href="./style.css" type="text/css" />
+</head>
+<body>
+<center>
+<div class="main">
+<div><a href="index.html">Home</a> > Getting Started > Introduction</div>
+<div align="center"><h1>1. Getting Started</h1></div>
+
+This chapter describes what's Hama and how to download and install the Hama. 
+
+<h2><a name="intro">1.1 Introduction</a></h2>
+
+<img src="images/alphabet/t.png" align="left">oday, many practical data processing applications require a more flexible programming abstraction model that is compatible to run on highly scalable and massive data systems (e.g., HDFS, HBase, etc). 
+A message passing paradigm beyond Map-Reduce framework would increase its flexibility in its communication capability. 
+Apache Hama's Bulk Synchronous Parallel model fills the bill appropriately. 
+Some of its significant advantages over MapReduce and MPI are as following:
+
+<ul>
+  <li>Supports message passing paradigm style of application development.</li>
+  <li>Provides a flexible, simple, and easy-to-use small APIs.</li>
+  <li>Enables to perform better than MPI for communication-intensive applications.</li>
+  <li>Guarantees impossibility of deadlocks or collisions in the communication mechanisms.</li>
+</ul>
+
+</div>
+</center>
+</body>
+</html>

Modified: hama/site/trunk/webbook/index.html
URL: http://svn.apache.org/viewvc/hama/site/trunk/webbook/index.html?rev=1425239&r1=1425238&r2=1425239&view=diff
==============================================================================
--- hama/site/trunk/webbook/index.html (original)
+++ hama/site/trunk/webbook/index.html Sat Dec 22 03:33:38 2012
@@ -22,8 +22,13 @@ This WebBook is written by <a href="http
 <div align="center"><h2>Table of Contents</h2></div>
 
 <ul>
-<li>Getting Started<ul><li>Introduction</li><li>Quick Start</li></ul></li>
-<li>Hama Cluster Configuration
+  <li><a href="getting_started.html">Getting Started</a>
+    <ul>
+    <li><a href="getting_started.html#intro">Introduction</a></li>
+    <li>Quick Start</li>
+    </ul>
+  </li>
+  <li>Hama Cluster Configuration
   <ul>
     <li>Local or Pseudo Distributed Mode</li>
     <li>Fully Distributed Mode</li>