You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jp...@apache.org on 2018/07/27 16:02:05 UTC

mesos git commit: Remove redundant sentence from development guide.

Repository: mesos
Updated Branches:
  refs/heads/master 6d61d591b -> 04d8d1d3a


Remove redundant sentence from development guide.

This closes #305


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

Branch: refs/heads/master
Commit: 04d8d1d3aa8f1f9bf1ed70ea1028488749a60e9a
Parents: 6d61d59
Author: Gary Yao <GJ...@users.noreply.github.com>
Authored: Fri Jul 27 09:00:10 2018 -0700
Committer: James Peach <jp...@apache.org>
Committed: Fri Jul 27 09:00:10 2018 -0700

----------------------------------------------------------------------
 docs/app-framework-development-guide.md | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/04d8d1d3/docs/app-framework-development-guide.md
----------------------------------------------------------------------
diff --git a/docs/app-framework-development-guide.md b/docs/app-framework-development-guide.md
index 2d00f0b..b79cd76 100644
--- a/docs/app-framework-development-guide.md
+++ b/docs/app-framework-development-guide.md
@@ -30,10 +30,6 @@ communication between your scheduler and the Mesos master) and then call `Schedu
 [Java](http://mesos.apache.org/api/latest/java/org/apache/mesos/SchedulerDriver.html),
 [Python](https://github.com/apache/mesos/blob/1.6.0/src/python/interface/src/mesos/interface/__init__.py#L140-L278)).
 
-Your scheduler should create a SchedulerDriver
-(which will mediate communication between your scheduler and the Mesos master) and then call
-`SchedulerDriver.run()`:
-
 ### High Availability
 
 How to build Mesos frameworks that are highly available in the face of failures is