You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by dl...@apache.org on 2014/06/10 19:48:41 UTC

git commit: Add Apache Hama to list of Mesos frameworks.

Repository: mesos
Updated Branches:
  refs/heads/master efb4763a3 -> a0698ec5f


Add Apache Hama to list of Mesos frameworks.


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/a0698ec5
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/a0698ec5
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/a0698ec5

Branch: refs/heads/master
Commit: a0698ec5fcbe0ed2a2d1f7841cd70d628de26d2f
Parents: efb4763
Author: Dave Lester <dl...@twitter.com>
Authored: Tue Jun 10 10:48:32 2014 -0700
Committer: Dave Lester <dl...@twitter.com>
Committed: Tue Jun 10 10:48:32 2014 -0700

----------------------------------------------------------------------
 docs/mesos-frameworks.md | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/a0698ec5/docs/mesos-frameworks.md
----------------------------------------------------------------------
diff --git a/docs/mesos-frameworks.md b/docs/mesos-frameworks.md
index eb517f5..2068982 100644
--- a/docs/mesos-frameworks.md
+++ b/docs/mesos-frameworks.md
@@ -16,6 +16,7 @@ layout: documentation
 * [Dpark](https://github.com/douban/dpark) is a Python clone of Spark, a MapReduce-like framework written in Python, running on Mesos.
 * [Exelixi](https://github.com/mesosphere/exelixi) is a distributed framework for running genetic algorithms at scale.
 * [Hadoop](https://github.com/mesos/hadoop) Running Hadoop on Mesos distributes MapReduce jobs efficiently across an entire cluster.
+* [Hama](http://wiki.apache.org/hama/GettingStartedMesos) is a distributed computing framework based on Bulk Synchronous Parallel computing techniques for massive scientific computations e.g., matrix, graph and network algorithms.
 * [MPI](https://github.com/mesosphere/mesos-hydra) is a message-passing system designed to function on a wide variety of parallel computers.
 * [Spark](http://spark.incubator.apache.org/) is a fast and general-purpose cluster computing system which makes parallel jobs easy to write.
 * [Storm](https://github.com/mesosphere/storm-mesos) is a distributed realtime computation system. Storm makes it easy to reliably process unbounded streams of data, doing for realtime processing what Hadoop did for batch processing.