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/05/07 19:11:05 UTC

git commit: Adds Singularity to Mesos Frameworks page.

Repository: mesos
Updated Branches:
  refs/heads/master 0e9eded9d -> 1de238fee


Adds Singularity to Mesos Frameworks page.


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

Branch: refs/heads/master
Commit: 1de238fee73745072d65d8301d7099f18a2c76f5
Parents: 0e9eded
Author: Dave Lester <dl...@twitter.com>
Authored: Wed May 7 10:11:01 2014 -0700
Committer: Dave Lester <dl...@twitter.com>
Committed: Wed May 7 10:11:01 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/1de238fe/docs/mesos-frameworks.md
----------------------------------------------------------------------
diff --git a/docs/mesos-frameworks.md b/docs/mesos-frameworks.md
index 56e540e..eb517f5 100644
--- a/docs/mesos-frameworks.md
+++ b/docs/mesos-frameworks.md
@@ -7,6 +7,7 @@ layout: documentation
 
 * [Aurora](http://aurora.incubator.apache.org) is a service scheduler that runs on top of Mesos, enabling you to run long-running services that take advantage of Mesos' scalability, fault-tolerance, and resource isolation.
 * [Marathon](https://github.com/mesosphere/marathon) is a private PaaS built on Mesos. It automatically handles hardware or software failures and ensures that an app is "always on".
+* [Singularity](https://github.com/HubSpot/Singularity) is a scheduler (HTTP API and web interface) for running Mesos tasks: long running processes, one-off tasks, and scheduled jobs.
 * [SSSP](https://github.com/mesosphere/sssp) is a simple web application that provides a white-label "Megaupload" for storing and sharing files in S3.
 
 ## Big Data Processing