You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2014/04/09 18:45:32 UTC

git commit: Added JobServer to the list of job schedulers that are implemented as Mesos Framework.

Repository: mesos
Updated Branches:
  refs/heads/master fb3e77641 -> a9051f075


Added JobServer to the list of job schedulers that are implemented as Mesos
Framework.

This closes #13.

Review: https://github.com/apache/mesos/pull/13


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

Branch: refs/heads/master
Commit: a9051f07567c826cb37793de13c41a31cf64cd27
Parents: fb3e776
Author: grandlogic <ta...@gmail.com>
Authored: Wed Apr 9 09:38:45 2014 -0700
Committer: Vinod Kone <vi...@twitter.com>
Committed: Wed Apr 9 09:44:52 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/a9051f07/docs/mesos-frameworks.md
----------------------------------------------------------------------
diff --git a/docs/mesos-frameworks.md b/docs/mesos-frameworks.md
index 8f270ab..56e540e 100644
--- a/docs/mesos-frameworks.md
+++ b/docs/mesos-frameworks.md
@@ -23,8 +23,10 @@ layout: documentation
 
 * [Chronos](https://github.com/airbnb/chronos) is a distributed job scheduler that supports complex job topologies. It can be used as a more fault-tolerant replacement for Cron.
 * [Jenkins](https://github.com/jenkinsci/mesos-plugin) is a continuous integration server. The mesos-jenkins plugin allows it to dynamically launch workers on a Mesos cluster depending on the workload.
+* [JobServer](http://www.grandlogic.com/content/html_docs/jobserver.html) is a distributed job scheduler and processor  which allows developers to build custom batch processing Tasklets using point and click web UI.
 * [Torque](http://mesos.apache.org/documentation/latest/running-torque-or-mpi-on-mesos/) is a distributed resource manager providing control over batch jobs and distributed compute nodes.
 
+
 ## Data Storage
 
 * [Cassandra](https://github.com/mesosphere/cassandra-mesos) is a performant and highly available distributed database. Linear scalability and proven fault-tolerance on commodity hardware or cloud infrastructure make it the perfect platform for mission-critical data.