Repository: hama Updated Branches: refs/heads/master 5635fff7a -> 6161c2596
Create README.md file Project: http://git-wip-us.apache.org/repos/asf/hama/repo Commit: http://git-wip-us.apache.org/repos/asf/hama/commit/437b09a9 Tree: http://git-wip-us.apache.org/repos/asf/hama/tree/437b09a9 Diff: http://git-wip-us.apache.org/repos/asf/hama/diff/437b09a9 Branch: refs/heads/master Commit: 437b09a92bc7cb3209bacc04a85ff6d6550991d1 Parents: 5635fff Author: Edward J. Yoon <[email protected]> Authored: Tue Sep 22 13:26:18 2015 +0900 Committer: Edward J. Yoon <[email protected]> Committed: Tue Sep 22 13:26:18 2015 +0900 ---------------------------------------------------------------------- README.md | 10 ++++++++++ README.txt | 8 -------- 2 files changed, 10 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hama/blob/437b09a9/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md new file mode 100644 index 0000000..704668d --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# Apache Hama + +Apache Hama 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. + +It provides not only pure BSP programming model but also SQL-like query interface (Apache MRQL) and vertex/neuron centric programming models, inspired by Google's Pregel and DistBelief (Apache Horn). For the latest information about Hama, please visit our website at: <http://hama.apache.org/> + +and our wiki, at: + + http://wiki.apache.org/hama/ + http://git-wip-us.apache.org/repos/asf/hama/blob/437b09a9/README.txt ---------------------------------------------------------------------- diff --git a/README.txt b/README.txt deleted file mode 100644 index 03f82bb..0000000 --- a/README.txt +++ /dev/null @@ -1,8 +0,0 @@ -For the latest information about Hama, please visit our website at: - - http://hama.apache.org/ - -and our wiki, at: - - http://wiki.apache.org/hama/ -
