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

mesos git commit: Removed `C` language support from framework developer guide.

Repository: mesos
Updated Branches:
  refs/heads/master 9dfcd890b -> 07a12a054


Removed `C` language support from framework developer guide.

Mesos does not support writing frameworks in `C` with the
scheduler driver interface.

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


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

Branch: refs/heads/master
Commit: 07a12a05409ff7f8a87972dd2c9b3db594ae1836
Parents: 9dfcd89
Author: Guangya Liu <gy...@gmail.com>
Authored: Mon Jul 25 14:39:39 2016 -0700
Committer: Anand Mazumdar <an...@apache.org>
Committed: Mon Jul 25 14:39:39 2016 -0700

----------------------------------------------------------------------
 docs/app-framework-development-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/07a12a05/docs/app-framework-development-guide.md
----------------------------------------------------------------------
diff --git a/docs/app-framework-development-guide.md b/docs/app-framework-development-guide.md
index 6d283db..b419cb4 100644
--- a/docs/app-framework-development-guide.md
+++ b/docs/app-framework-development-guide.md
@@ -15,7 +15,7 @@ and Scala.
 
 ## Create your Framework Scheduler
 
-You can write a framework scheduler in C, C++, Java/Scala, or Python. Your
+You can write a framework scheduler in C++, Java/Scala, or Python. Your
 framework scheduler should inherit from the `Scheduler` class (see API below).
 Your scheduler should create a SchedulerDriver (which will mediate communication
 between your scheduler and the Mesos master) and then call