Repository: hama Updated Branches: refs/heads/master de4fea5e6 -> 77597172f
HAMA-977: Migrate from SVN to GIT Project: http://git-wip-us.apache.org/repos/asf/hama/repo Commit: http://git-wip-us.apache.org/repos/asf/hama/commit/77597172 Tree: http://git-wip-us.apache.org/repos/asf/hama/tree/77597172 Diff: http://git-wip-us.apache.org/repos/asf/hama/diff/77597172 Branch: refs/heads/master Commit: 77597172fa4c04f852f7eb65159b0201066204bf Parents: de4fea5 Author: Edward J. Yoon <[email protected]> Authored: Mon Oct 19 09:07:40 2015 +0900 Committer: Edward J. Yoon <[email protected]> Committed: Mon Oct 19 09:07:40 2015 +0900 ---------------------------------------------------------------------- src/site/xdoc/developers.xml | 4 ++-- src/site/xdoc/index.xml | 26 +++++++++++++------------- 2 files changed, 15 insertions(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hama/blob/77597172/src/site/xdoc/developers.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/developers.xml b/src/site/xdoc/developers.xml index fad270a..b0887f4 100644 --- a/src/site/xdoc/developers.xml +++ b/src/site/xdoc/developers.xml @@ -31,8 +31,8 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd </p> <subsection name="Source Code"></subsection> <p> - The source files are now stored on Subversion : - <a href="https://svn.apache.org/repos/asf/hama/trunk">https://svn.apache.org/repos/asf/hama/trunk</a> + The source files are now stored on GIT : + <a href="https://git-wip-us.apache.org/repos/asf/hama.git">https://git-wip-us.apache.org/repos/asf/hama.git</a> <br/> And, git mirros : <a href="git://git.apache.org/hama.git">git://git.apache.org/hama.git</a> [ <a href="http://git.apache.org/hama.git">http</a>, <a href="http://github.com/apache/hama">github</a> ] http://git-wip-us.apache.org/repos/asf/hama/blob/77597172/src/site/xdoc/index.xml ---------------------------------------------------------------------- diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 883597e..a75a846 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -24,7 +24,7 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd <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> + <div style="float:left;margin-right:15px;"><img src="./images/hama_paint_logo.png" style="width:130px" alt="" /></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 @@ -32,21 +32,21 @@ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd <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 align="center"> +<pre style="width: 670px; text-align:center;"> ++--------------+----------------------+---------------------+-------------------+ +| Core BSP | Apache MRQL | Graph Package | Apache Horn | +| (pure BSP) | (Query Processing) | (Graph Computing) | (Deep Learning) | ++--------------+----------------------+---------------------+-------------------+ +| Apache Hama | ++-------------------------------------------------------------------------------+ +| 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>
