Repository: mesos Updated Branches: refs/heads/master 8644457e0 -> efe626d1c
Removed stale Torque link in the documentation. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/efe626d1 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/efe626d1 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/efe626d1 Branch: refs/heads/master Commit: efe626d1cc6542169ac0d9bb6914b70432ab1988 Parents: 8644457 Author: Benjamin Mahler <[email protected]> Authored: Wed Jun 17 10:52:32 2015 -0700 Committer: Benjamin Mahler <[email protected]> Committed: Wed Jun 17 10:52:32 2015 -0700 ---------------------------------------------------------------------- docs/mesos-frameworks.md | 2 -- 1 file changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/efe626d1/docs/mesos-frameworks.md ---------------------------------------------------------------------- diff --git a/docs/mesos-frameworks.md b/docs/mesos-frameworks.md index 2068982..60405b1 100644 --- a/docs/mesos-frameworks.md +++ b/docs/mesos-frameworks.md @@ -26,8 +26,6 @@ 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
