You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 10:39:51 UTC

svn commit: r1132089 - /incubator/mesos/trunk/frameworks/mesos-submit/executor.py

Author: benh
Date: Sun Jun  5 08:39:50 2011
New Revision: 1132089

URL: http://svn.apache.org/viewvc?rev=1132089&view=rev
Log:
Fixed some comments

Modified:
    incubator/mesos/trunk/frameworks/mesos-submit/executor.py

Modified: incubator/mesos/trunk/frameworks/mesos-submit/executor.py
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/frameworks/mesos-submit/executor.py?rev=1132089&r1=1132088&r2=1132089&view=diff
==============================================================================
--- incubator/mesos/trunk/frameworks/mesos-submit/executor.py (original)
+++ incubator/mesos/trunk/frameworks/mesos-submit/executor.py Sun Jun  5 08:39:50 2011
@@ -73,8 +73,7 @@ def run_scheduler(command, master, fid):
   sched_driver.run()
 
 
-
-# Executor class for mesos-scheduler. Expects to be given a single task
+# Executor class for mesos-submit. Expects to be given a single task
 # to launch with a framework ID, master URL and command as parameters.
 # Once this task is received, the executor registers as a scheduler for the
 # framework by creating a SecondaryScheduler object, allowing the mesos-submit