Repository: mesos-site Updated Branches: refs/heads/asf-site 58c1e601d -> 475a735d2
Updated the website built from mesos SHA: 04d8d1d. Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/475a735d Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/475a735d Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/475a735d Branch: refs/heads/asf-site Commit: 475a735d2d7e3c7c54d811315ae166d9579c0020 Parents: 58c1e60 Author: jenkins <[email protected]> Authored: Fri Jul 27 16:25:28 2018 +0000 Committer: jenkins <[email protected]> Committed: Fri Jul 27 16:25:28 2018 +0000 ---------------------------------------------------------------------- content/documentation/app-framework-development-guide/index.html | 4 ---- .../latest/app-framework-development-guide/index.html | 4 ---- 2 files changed, 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos-site/blob/475a735d/content/documentation/app-framework-development-guide/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/app-framework-development-guide/index.html b/content/documentation/app-framework-development-guide/index.html index d82d590..73559d3 100644 --- a/content/documentation/app-framework-development-guide/index.html +++ b/content/documentation/app-framework-development-guide/index.html @@ -133,10 +133,6 @@ communication between your scheduler and the Mesos master) and then call <code>S <a href="http://mesos.apache.org/api/latest/java/org/apache/mesos/SchedulerDriver.html">Java</a>, <a href="https://github.com/apache/mesos/blob/1.6.0/src/python/interface/src/mesos/interface/__init__.py#L140-L278">Python</a>).</p> -<p>Your scheduler should create a SchedulerDriver -(which will mediate communication between your scheduler and the Mesos master) and then call -<code>SchedulerDriver.run()</code>:</p> - <h3>High Availability</h3> <p>How to build Mesos frameworks that are highly available in the face of failures is http://git-wip-us.apache.org/repos/asf/mesos-site/blob/475a735d/content/documentation/latest/app-framework-development-guide/index.html ---------------------------------------------------------------------- diff --git a/content/documentation/latest/app-framework-development-guide/index.html b/content/documentation/latest/app-framework-development-guide/index.html index c26cc09..b066e9e 100644 --- a/content/documentation/latest/app-framework-development-guide/index.html +++ b/content/documentation/latest/app-framework-development-guide/index.html @@ -133,10 +133,6 @@ communication between your scheduler and the Mesos master) and then call <code>S <a href="http://mesos.apache.org/api/latest/java/org/apache/mesos/SchedulerDriver.html">Java</a>, <a href="https://github.com/apache/mesos/blob/1.6.0/src/python/interface/src/mesos/interface/__init__.py#L140-L278">Python</a>).</p> -<p>Your scheduler should create a SchedulerDriver -(which will mediate communication between your scheduler and the Mesos master) and then call -<code>SchedulerDriver.run()</code>:</p> - <h3>High Availability</h3> <p>How to build Mesos frameworks that are highly available in the face of failures is
