You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by tn...@apache.org on 2014/10/31 23:27:04 UTC

git commit: Fixed typos in user facing documentation.

Repository: mesos
Updated Branches:
  refs/heads/master bd7561e8e -> 67652f436


Fixed typos in user facing documentation.

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


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

Branch: refs/heads/master
Commit: 67652f4369623a0c5a8e57cea876f99cb4e36374
Parents: bd7561e
Author: Joe Gordon <jo...@gmail.com>
Authored: Fri Oct 31 15:17:54 2014 -0700
Committer: Timothy Chen <tn...@apache.org>
Committed: Fri Oct 31 15:17:54 2014 -0700

----------------------------------------------------------------------
 CHANGELOG                               | 6 +++---
 docs/app-framework-development-guide.md | 4 ++--
 docs/configuration.md                   | 4 ++--
 src/master/flags.hpp                    | 2 +-
 src/master/http.cpp                     | 2 +-
 support/timed_tests.sh                  | 2 +-
 6 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/67652f43/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index ca3c6ad..55d8ff4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -527,7 +527,7 @@ Release Notes - Mesos - Version 0.17.0
     * [MESOS-902] - add post to libprocess
 
 ** Bug
-    * [MESOS-280] - ExecutorDriver methods' javadocs should not be refering to SchedulerDriver methods
+    * [MESOS-280] - ExecutorDriver methods' javadocs should not be referring to SchedulerDriver methods
     * [MESOS-533] - SlaveRecoveryTest/0.CleanupExecutor is flaky on Jenkins.
     * [MESOS-789] - Make link to times in the webui clickable
     * [MESOS-799] - Mesos python egg is faulty on OS X Mavericks
@@ -553,7 +553,7 @@ Release Notes - Mesos - Version 0.17.0
     * [MESOS-827] - Create LOOP_FOR(duration) macro to guard testing loop from running indefinitely
     * [MESOS-860] - Get mesos' libprocess dependency glog to compile with clang and libc++
     * [MESOS-863] - Get mesos' libprocess dependency protobuf to compile with clang and libc++
-    * [MESOS-864] - Eliminate the use of internal stdlibc++ templates for achieving libc++ compatiblity
+    * [MESOS-864] - Eliminate the use of internal stdlibc++ templates for achieving libc++ compatibility
     * [MESOS-896] - Enable newer versions of http_parser.
 
 ** New Feature
@@ -1053,7 +1053,7 @@ Release Notes - Mesos - Version 0.10.0
 ** Improvement
     * [MESOS-8] - Maintain a history of executed frameworks/tasks and show it on the web UI
     * [MESOS-57] - Submit mesos.jar to Maven Central
-    * [MESOS-142] - Explictly set and clean test work directories
+    * [MESOS-142] - Explicitly set and clean test work directories
     * [MESOS-149] - Garbage collection on slaves
     * [MESOS-171] - Make CommandInfo 'uri' field be repeated, possibly making a URI embedded message to describe whether or not we should 'chmod +x' the resulting resource.
     * [MESOS-180] - Update the Hadoop patch to list protobuf-2.4.1 as a dependency so Maven pulls it down.

http://git-wip-us.apache.org/repos/asf/mesos/blob/67652f43/docs/app-framework-development-guide.md
----------------------------------------------------------------------
diff --git a/docs/app-framework-development-guide.md b/docs/app-framework-development-guide.md
index 6b6b023..e6247b2 100644
--- a/docs/app-framework-development-guide.md
+++ b/docs/app-framework-development-guide.md
@@ -194,7 +194,7 @@ Declared in `MESOS_HOME/include/mesos/executor.hpp`
   virtual void shutdown(ExecutorDriver* driver) = 0;
 
   /**
-   * Invoked when a fatal error has occured with the executor and/or
+   * Invoked when a fatal error has occurred with the executor and/or
    * executor driver. The driver will be aborted BEFORE invoking this
    * callback.
    */
@@ -205,4 +205,4 @@ Declared in `MESOS_HOME/include/mesos/executor.hpp`
 
 You need to put your framework somewhere that all slaves on the cluster can get it from. If you are running HDFS, you can put your executor into HDFS. Then, you tell Mesos where it is via the `ExecutorInfo` parameter of `MesosSchedulerDriver`'s constructor (e.g. see src/examples/java/TestFramework.java for an example of this). ExecutorInfo is a a Protocol Buffer Message class (defined in `include/mesos/mesos.proto`), and you set its URI field to something like "HDFS://path/to/executor/". Also, you can pass the `frameworks_home` configuration option (defaults to: `MESOS_HOME/frameworks`) to your `mesos-slave` daemons when you launch them to specify where all of your framework executors are stored (e.g. on an NFS mount that is available to all slaves), then set `ExecutorInfo` to be a relative path, and the slave will prepend the value of frameworks_home to the relative path provided.
 
-Once you are sure that your executors are available to the mesos-slaves, you should be able to run your scheduler, which will register with the Mesos master, and start receiving resource offers!
\ No newline at end of file
+Once you are sure that your executors are available to the mesos-slaves, you should be able to run your scheduler, which will register with the Mesos master, and start receiving resource offers!

http://git-wip-us.apache.org/repos/asf/mesos/blob/67652f43/docs/configuration.md
----------------------------------------------------------------------
diff --git a/docs/configuration.md b/docs/configuration.md
index ffe95ae..5845ae3 100644
--- a/docs/configuration.md
+++ b/docs/configuration.md
@@ -113,7 +113,7 @@ If you have special compilation requirements, please refer to `./configure --hel
                                            NOTE: This flag is *experimental* and should not be used in
                                            production yet. (default: false)
 
-  --roles=VALUE                            A comma seperated list of the allocation
+  --roles=VALUE                            A comma separated list of the allocation
                                            roles that frameworks in this cluster may
                                            belong to.
 
@@ -131,7 +131,7 @@ If you have special compilation requirements, please refer to `./configure --hel
 
   --webui_dir=VALUE                        Location of the webui files/assets (default: /usr/local/share/mesos/webui)
 
-  --weights=VALUE                          A comma seperated list of role/weight pairs
+  --weights=VALUE                          A comma separated list of role/weight pairs
                                            of the form 'role=weight,role=weight'. Weights
                                            are used to indicate forms of priority.
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/67652f43/src/master/flags.hpp
----------------------------------------------------------------------
diff --git a/src/master/flags.hpp b/src/master/flags.hpp
index c931fd9..b60306f 100644
--- a/src/master/flags.hpp
+++ b/src/master/flags.hpp
@@ -193,7 +193,7 @@ public:
 
     add(&Flags::weights,
         "weights",
-        "A comma seperated list of role/weight pairs\n"
+        "A comma separated list of role/weight pairs\n"
         "of the form 'role=weight,role=weight'. Weights\n"
         "are used to indicate forms of priority.");
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/67652f43/src/master/http.cpp
----------------------------------------------------------------------
diff --git a/src/master/http.cpp b/src/master/http.cpp
index a5e34cc..3189933 100644
--- a/src/master/http.cpp
+++ b/src/master/http.cpp
@@ -245,7 +245,7 @@ const string Master::Http::OBSERVE_HELP = HELP(
         "",
         "The following fields should be supplied in a POST:",
         "1. " + MONITOR_KEY + " - name of the monitor that is being reported",
-        "2. " + HOSTS_KEY + " - comma seperated list of hosts",
+        "2. " + HOSTS_KEY + " - comma separated list of hosts",
         "3. " + LEVEL_KEY + " - OK for healthy, anything else for unhealthy"));
 
 

http://git-wip-us.apache.org/repos/asf/mesos/blob/67652f43/support/timed_tests.sh
----------------------------------------------------------------------
diff --git a/support/timed_tests.sh b/support/timed_tests.sh
index 798b38f..5e01af9 100755
--- a/support/timed_tests.sh
+++ b/support/timed_tests.sh
@@ -6,7 +6,7 @@ cat <<EOF
 
 Run Mesos tests within a duration and attach gdb if the tests time out. This
 script will run the test command under the current work directory. To put the
-time limit only on tests, compile the project before runing the script. This
+time limit only on tests, compile the project before running the script. This
 script works only on Linux.
 
 Usage: $0 [-h] <test_cmd> <duration>