You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by dl...@apache.org on 2015/05/12 21:21:49 UTC

svn commit: r1679034 [3/3] - in /mesos/site: publish/ publish/documentation/latest/mesos-c++-style-guide/ publish/documentation/latest/modules/ publish/documentation/latest/powered-by-mesos/ publish/documentation/mesos-c++-style-guide/ publish/document...

Modified: mesos/site/source/documentation/latest/mesos-c++-style-guide.md
URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/mesos-c%2B%2B-style-guide.md?rev=1679034&r1=1679033&r2=1679034&view=diff
==============================================================================
--- mesos/site/source/documentation/latest/mesos-c++-style-guide.md (original)
+++ mesos/site/source/documentation/latest/mesos-c++-style-guide.md Tue May 12 19:21:48 2015
@@ -203,7 +203,7 @@ Try<Owned<LocalAuthorizer>> authorizer =
     Feel free to inline lambdas within function arguments:
 
     ```
-    socket.send([]() {
+    instance.method([]() {
       ...;
     });
     ```

Modified: mesos/site/source/documentation/latest/modules.md
URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/modules.md?rev=1679034&r1=1679033&r2=1679034&view=diff
==============================================================================
--- mesos/site/source/documentation/latest/modules.md (original)
+++ mesos/site/source/documentation/latest/modules.md Tue May 12 19:21:48 2015
@@ -145,6 +145,19 @@ Similar to Apache Webserver Modules, hoo
 internal components which may not be suitable to be abstracted entirely behind
 modules but rather let's them define actions on so-called hooks.
 
+To load a hook into Mesos, you need to
+
+- introduce it to Mesos by listing it in the `--modules` configuration,
+
+- select it as a hook module via the `--hooks` flag.
+
+For example, the following command will run the Mesos slave with the
+`TestTaskHook` hook:
+
+```
+./bin/mesos-slave.sh --master=<IP>:<PORT> --modules="file://<path-to-modules-config>.json" --hooks=TestTaskHook
+```
+
 ### Isolator
 
 Isolator modules enable experimenting with specialized isolation and monitoring

Modified: mesos/site/source/documentation/latest/powered-by-mesos.md
URL: http://svn.apache.org/viewvc/mesos/site/source/documentation/latest/powered-by-mesos.md?rev=1679034&r1=1679033&r2=1679034&view=diff
==============================================================================
--- mesos/site/source/documentation/latest/powered-by-mesos.md (original)
+++ mesos/site/source/documentation/latest/powered-by-mesos.md Tue May 12 19:21:48 2015
@@ -15,7 +15,9 @@ layout: documentation
 * [Auchan Ecommerce France](http://www.auchan.fr)
 * [Bol.com](http://www.bol.com)
 * [Branding Brand](http://www.brandingbrand.com)
+* [Brigade](http://www.brigade.com)
 * [Categorize](http://categorize.co)
+* [Cisco](http://www.cisco.com)
 * [CloudPhysics](http://cloudphysics.com)
 * [Conviva](http://www.conviva.com)
 * [CorvisaCloud](http://www.corvisacloud.com/)