You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by ti...@apache.org on 2016/11/07 13:31:21 UTC

mesos git commit: Properly ordered framework list in documentation.

Repository: mesos
Updated Branches:
  refs/heads/master d7635434f -> 11b986985


Properly ordered framework list in documentation.

Review: https://reviews.apache.org/r/53531/


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

Branch: refs/heads/master
Commit: 11b9869850f2d26ea8bfb4e86e4730c75dc2a4f3
Parents: d763543
Author: Benjamin Bannier <be...@mesosphere.io>
Authored: Mon Nov 7 14:30:47 2016 +0100
Committer: Till Toenshoff <to...@me.com>
Committed: Mon Nov 7 14:30:47 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/11b98698/docs/frameworks.md
----------------------------------------------------------------------
diff --git a/docs/frameworks.md b/docs/frameworks.md
index e9f1a02..fc829ca 100644
--- a/docs/frameworks.md
+++ b/docs/frameworks.md
@@ -29,10 +29,10 @@ layout: documentation
 ## Batch Scheduling
 
 * [Chronos](https://github.com/mesos/chronos) is a distributed job scheduler that supports complex job topologies. It can be used as a more fault-tolerant replacement for Cron.
+* [Cook](https://github.com/twosigma/cook) is a job scheduler like Torque that not only supports individual tasks, but also Spark. Cook provides powerful automatic preemption and multitenancy features for shared clusters, in order to guarantee throughput to all users while allowing individuals to temporarily "burst" to additional resources as needed. Cook provides a simple REST API & Java client for interaction.
+* [GoDocker](https://bitbucket.org/osallou/go-docker) is a batch computing job scheduler like SGE, Torque, etc. It schedules batch computing tasks via webui, API or CLI for system or LDAP users, mounting their home directory or other shared resources in a Docker container. It targets scientists, not developers, and provides plugin mechanisms to extend or modify the default behavior.
 * [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.
-* [GoDocker](https://bitbucket.org/osallou/go-docker) is a batch computing job scheduler like SGE, Torque, etc. It schedules batch computing tasks via webui, API or CLI for system or LDAP users, mounting their home directory or other shared resources in a Docker container. It targets scientists, not developers, and provides plugin mechanisms to extend or modify the default behavior.
-* [Cook](https://github.com/twosigma/cook) is a job scheduler like Torque that not only supports individual tasks, but also Spark. Cook provides powerful automatic preemption and multitenancy features for shared clusters, in order to guarantee throughput to all users while allowing individuals to temporarily "burst" to additional resources as needed. Cook provides a simple REST API & Java client for interaction.
 
 ## Data Storage