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 <[email protected]> Authored: Fri Jul 27 09:00:10 2018 -0700 Committer: James Peach <[email protected]> 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
