You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2017/10/11 19:48:36 UTC

[3/6] mesos-site git commit: Updated the website built from mesos SHA: 8c0b351.

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a5fb0e1c/content/documentation/latest/configuration/agent/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/agent/index.html b/content/documentation/latest/configuration/agent/index.html
new file mode 100644
index 0000000..4b2a26a
--- /dev/null
+++ b/content/documentation/latest/configuration/agent/index.html
@@ -0,0 +1,1479 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Mesos - Agent Options</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <meta property="og:locale" content="en_US"/>
+    <meta property="og:type" content="website"/>
+    <meta property="og:title" content="Apache Mesos"/>
+    <meta property="og:site_name" content="Apache Mesos"/>
+    <meta property="og:url" content="http://mesos.apache.org/"/>
+    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta property="og:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <meta name="twitter:card" content="summary"/>
+    <meta name="twitter:site" content="@ApacheMesos"/>
+    <meta name="twitter:title" content="Apache Mesos"/>
+    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta name="twitter:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
+    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
+    <link href="../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
+
+    
+
+    <!-- Google Analytics Magic -->
+    <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-20226872-1']);
+    _gaq.push(['_setDomainName', 'apache.org']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+    </script>
+    
+  </head>
+  <body>
+    <!-- magical breadcrumbs -->
+    <div class="topnav">
+      <div class="container">
+        <ul class="breadcrumb">
+          <li>
+            <div class="dropdown">
+              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
+                <li><a href="http://www.apache.org">Apache Homepage</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="http://www.apache.org/security/">Security</a></li>
+              </ul>
+            </div>
+          </li>
+
+          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
+          
+          
+          <li><a href="/documentation
+/">Documentation
+</a></li>
+          
+          
+        </ul><!-- /.breadcrumb -->
+      </div><!-- /.container -->
+    </div><!-- /.topnav -->
+
+    <!-- navbar excitement -->
+<div class="navbar navbar-default navbar-static-top" role="navigation">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
+    </div><!-- /.navbar-header -->
+
+    <div class="navbar-collapse collapse" id="mesos-menu">
+      <ul class="nav navbar-nav navbar-right">
+        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/blog/">Blog</a></li>
+        <li><a href="/documentation/latest/">Documentation</a></li>
+        <li><a href="/downloads/">Downloads</a></li>
+        <li><a href="/community/">Community</a></li>
+      </ul>
+    </div><!-- /#mesos-menu -->
+  </div><!-- /.container -->
+</div><!-- /.navbar -->
+
+<div class="content">
+  <div class="container">
+    <div class="row-fluid">
+  <div class="col-md-4">
+    <h4>If you're new to Mesos</h4>
+    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+       information about downloading, building, and deploying Mesos.</p>
+
+    <h4>If you'd like to get involved or you're looking for support</h4>
+    <p>See our <a href="/community/">community</a> page for more details.</p>
+  </div>
+  <div class="col-md-8">
+    <h1>Agent Options</h1>
+
+<h2>Required Flags</h2>
+
+<table class="table table-striped">
+  <thead>
+    <tr>
+      <th width="30%">
+        Flag
+      </th>
+      <th>
+        Explanation
+      </th>
+    </tr>
+  </thead>
+<tr>
+  <td>
+    --master=VALUE
+  </td>
+  <td>
+May be one of:
+  <code>host:port</code>
+  <code>zk://host1:port1,host2:port2,.../path</code>
+  <code>zk://username:password@host1:port1,host2:port2,.../path</code>
+  <code>file:///path/to/file</code> (where file contains one of the above)
+  </td>
+</tr>
+<tr>
+  <td>
+    --work_dir=VALUE
+  </td>
+  <td>
+Path of the agent work directory. This is where executor sandboxes
+will be placed, as well as the agent's checkpointed state in case of
+failover. Note that locations like <code>/tmp</code> which are cleaned
+automatically are not suitable for the work directory when running in
+production, since long-running agents could lose data when cleanup
+occurs. (Example: <code>/var/lib/mesos/agent</code>)
+  </td>
+</tr>
+</table>
+
+
+<h2>Optional Flags</h2>
+
+<table class="table table-striped">
+  <thead>
+    <tr>
+      <th width="30%">
+        Flag
+      </th>
+      <th>
+        Explanation
+      </th>
+    </tr>
+  </thead>
+<tr>
+  <td>
+    --acls=VALUE
+  </td>
+  <td>
+The value could be a JSON-formatted string of ACLs
+or a file path containing the JSON-formatted ACLs used
+for authorization. Path could be of the form <code>file:///path/to/file</code>
+or <code>/path/to/file</code>.
+<p/>
+Note that if the <code>--authorizer</code> flag is provided with a value
+other than <code>local</code>, the ACLs contents will be
+ignored.
+<p/>
+See the ACLs protobuf in acls.proto for the expected format.
+<p/>
+Example:
+<pre><code>{
+  "get_endpoints": [
+    {
+      "principals": { "values": ["a"] },
+      "paths": { "values": ["/flags", "/monitor/statistics"] }
+    }
+  ]
+}</code></pre>
+  </td>
+</tr>
+<tr>
+  <td>
+    --agent_subsystems=VALUE,
+    <p/>
+    --slave_subsystems=VALUE
+  </td>
+  <td>
+List of comma-separated cgroup subsystems to run the agent binary
+in, e.g., <code>memory,cpuacct</code>. The default is none.
+Present functionality is intended for resource monitoring and
+no cgroup limits are set, they are inherited from the root mesos
+cgroup.
+  </td>
+
+</tr>
+<tr>
+  <td>
+    --effective_capabilities=VALUE
+  </td>
+  <td>
+JSON representation of the Linux capabilities that the agent will
+grant to a task that will be run in containers launched by the
+containerizer (currently only supported by the Mesos Containerizer).
+This set overrides the default capabilities for the user but not
+the capabilities requested by the framework.
+<p/>
+To set capabilities the agent should have the <code>SETPCAP</code> capability.
+<p/>
+This flag is effective iff <code>linux/capabilities</code> isolation is enabled.
+When <code>linux/capabilities</code> isolation is enabled, the absence of this flag
+implies that the operator intends to allow ALL capabilities.
+<p/>
+Example:
+<pre><code>
+{
+  "capabilities": [
+    "NET_RAW",
+    "SYS_ADMIN"
+  ]
+}
+</code></pre>
+  </td>
+</tr>
+
+</tr>
+<tr>
+  <td>
+    --bounding_capabilities=VALUE
+  </td>
+  <td>
+JSON representation of the Linux capabilities that the operator
+will allow as the maximum level of privilege that a task launched
+by the containerizer may acquire (currently only supported by the
+Mesos Containerizer).
+<p/>
+This flag is effective iff <code>linux/capabilities</code> isolation is enabled.
+When <code>linux/capabilities</code> isolation is enabled, the absence of this flag
+implies that the operator intends to allow ALL capabilities.
+<p/>
+This flag has the same syntax as <code>--effective_capabilities</code>.
+  </td>
+</tr>
+
+<tr>
+  <td>
+    --appc_simple_discovery_uri_prefix=VALUE
+  </td>
+  <td>
+URI prefix to be used for simple discovery of appc images,
+e.g., <code>http://</code>, <code>https://</code>,
+<code>hdfs://<hostname>:9000/user/abc/cde</code>.
+(default: http://)
+  </td>
+</tr>
+<tr>
+  <td>
+    --appc_store_dir=VALUE
+  </td>
+  <td>
+Directory the appc provisioner will store images in.
+(default: /tmp/mesos/store/appc)
+  </td>
+</tr>
+<tr>
+  <td>
+    --attributes=VALUE
+  </td>
+  <td>
+Attributes of the agent machine, in the form:
+<code>rack:2</code> or <code>rack:2;u:1</code>
+  </td>
+</tr>
+<tr>
+  <td>
+    --[no-]authenticate_http_executors
+  </td>
+  <td>
+If <code>true</code>, only authenticated requests for the HTTP executor API are
+allowed. If <code>false</code>, unauthenticated requests are also allowed. This
+flag is only available when Mesos is built with SSL support.
+(default: false)
+  </td>
+</tr>
+<tr>
+  <td>
+    --authenticatee=VALUE
+  </td>
+  <td>
+Authenticatee implementation to use when authenticating against the
+master. Use the default <code>crammd5</code>, or
+load an alternate authenticatee module using <code>--modules</code>. (default: crammd5)
+  </td>
+</tr>
+<tr>
+  <td>
+    --authentication_backoff_factor=VALUE
+  </td>
+  <td>
+After a failed authentication the agent picks a random amount of time between
+<code>[0, b]</code>, where <code>b = authentication_backoff_factor</code>, to
+authenticate with a new master. Subsequent retries are exponentially backed
+off based on this interval (e.g., 1st retry uses a random value between
+<code>[0, b * 2^1]</code>, 2nd retry between <code>[0, b * 2^2]</code>, 3rd
+retry between <code>[0, b * 2^3]</code>, etc up to a maximum of 1mins
+(default: 1secs)
+  </td>
+</tr>
+<tr>
+  <td>
+    --authorizer=VALUE
+  </td>
+  <td>
+Authorizer implementation to use when authorizing actions that
+require it.
+Use the default <code>local</code>, or
+load an alternate authorizer module using <code>--modules</code>.
+<p/>
+Note that if the <code>--authorizer</code> flag is provided with a value
+other than the default <code>local</code>, the ACLs
+passed through the <code>--acls</code> flag will be ignored.
+  </td>
+</tr>
+<tr>
+  <td>
+    --[no]-cgroups_cpu_enable_pids_and_tids_count
+  </td>
+  <td>
+Cgroups feature flag to enable counting of processes and threads
+inside a container. (default: false)
+  </td>
+</tr>
+<tr>
+  <td>
+    --[no]-cgroups_enable_cfs
+  </td>
+  <td>
+Cgroups feature flag to enable hard limits on CPU resources
+via the CFS bandwidth limiting subfeature. (default: false)
+  </td>
+</tr>
+<tr>
+  <td>
+    --cgroups_hierarchy=VALUE
+  </td>
+  <td>
+The path to the cgroups hierarchy root. (default: /sys/fs/cgroup)
+  </td>
+</tr>
+<tr>
+  <td>
+    --[no]-cgroups_limit_swap
+  </td>
+  <td>
+Cgroups feature flag to enable memory limits on both memory and
+swap instead of just memory. (default: false)
+  </td>
+</tr>
+<tr>
+  <td>
+    --cgroups_net_cls_primary_handle
+  </td>
+  <td>
+A non-zero, 16-bit handle of the form `0xAAAA`. This will be used as
+the primary handle for the net_cls cgroup.
+  </td>
+</tr>
+<tr>
+  <td>
+    --cgroups_net_cls_secondary_handles
+  </td>
+  <td>
+A range of the form 0xAAAA,0xBBBB, specifying the valid secondary
+handles that can be used with the primary handle. This will take
+effect only when the <code>--cgroups_net_cls_primary_handle</code> is set.
+  </td>
+</tr>
+<tr>
+  <td>
+    --allowed_devices
+  </td>
+  <td>
+JSON object representing the devices that will be additionally
+whitelisted by cgroups devices subsystem. Noted that the following
+devices always be whitelisted by default:
+<pre><code>  * /dev/console
+  * /dev/tty0
+  * /dev/tty1
+  * /dev/pts/*
+  * /dev/ptmx
+  * /dev/net/tun
+  * /dev/null
+  * /dev/zero
+  * /dev/full
+  * /dev/tty
+  * /dev/urandom
+  * /dev/random
+</code></pre>
+This flag will take effect only when <code>cgroups/devices</code> is set in
+<code>--isolation</code> flag.
+<p/>
+Example:
+<pre><code>{
+  "allowed_devices": [
+    {
+      "device": {
+        "path": "/path/to/device"
+      },
+      "access": {
+        "read": true,
+        "write": false,
+        "mknod": false
+      }
+    }
+  ]
+}
+</code></pre>
+  </td>
+</tr>
+<tr>
+  <td>
+    --cgroups_root=VALUE
+  </td>
+  <td>
+Name of the root cgroup. (default: mesos)
+  </td>
+</tr>
+<tr>
+  <td>
+    --container_disk_watch_interval=VALUE
+  </td>
+  <td>
+The interval between disk quota checks for containers. This flag is
+used for the <code>disk/du</code> isolator. (default: 15secs)
+  </td>
+</tr>
+<tr>
+  <td>
+    --container_logger=VALUE
+  </td>
+  <td>
+The name of the container logger to use for logging container
+(i.e., executor and task) stdout and stderr. The default
+container logger writes to <code>stdout</code> and <code>stderr</code> files
+in the sandbox directory.
+  </td>
+</tr>
+<tr>
+  <td>
+    --containerizers=VALUE
+  </td>
+  <td>
+Comma-separated list of containerizer implementations
+to compose in order to provide containerization.
+Available options are <code>mesos</code> and
+<code>docker</code> (on Linux). The order the containerizers
+are specified is the order they are tried.
+(default: mesos)
+  </td>
+</tr>
+<tr>
+  <td>
+    --credential=VALUE
+  </td>
+  <td>
+Path to a JSON-formatted file containing the credential
+to use to authenticate with the master.
+Path could be of the form <code>file:///path/to/file</code> or <code>/path/to/file</code>.
+Example:
+<pre><code>{
+  "principal": "username",
+  "secret": "secret"
+}</code></pre>
+  </td>
+</tr>
+<tr>
+  <td>
+    --default_container_dns=VALUE
+  </td>
+  <td>
+JSON-formatted DNS information for CNI networks (Mesos containerizer)
+and CNM networks (Docker containerizer). For CNI networks, this flag
+can be used to configure `nameservers`, `domain`, `search` and
+`options`, and its priority is lower than the DNS information returned
+by a CNI plugin, but higher than the DNS information in agent host's
+/etc/resolv.conf. For CNM networks, this flag can be used to configure
+`nameservers`, `search` and `options`, it will only be used if there
+is no DNS information provided in the ContainerInfo.docker.parameters
+message.
+<p/>
+See the ContainerDNS message in `flags.proto` for the expected format.
+<p/>
+Example:
+<pre><code>{
+  "mesos": [
+    {
+      "network_mode": "CNI",
+      "network_name": "net1",
+      "dns": {
+        "nameservers": [ "8.8.8.8", "8.8.4.4" ]
+      }
+    }
+  ],
+  "docker": [
+    {
+      "network_mode": "BRIDGE",
+      "dns": {
+        "nameservers": [ "8.8.8.8", "8.8.4.4" ]
+      }
+    },
+    {
+      "network_mode": "USER",
+      "network_name": "net2",
+      "dns": {
+        "nameservers": [ "8.8.8.8", "8.8.4.4" ]
+      }
+    }
+  ]
+}</code></pre>
+  </td>
+</tr>
+<tr>
+  <td>
+    --default_container_info=VALUE
+  </td>
+  <td>
+JSON-formatted ContainerInfo that will be included into
+any ExecutorInfo that does not specify a ContainerInfo.
+<p/>
+See the ContainerInfo protobuf in mesos.proto for
+the expected format.
+<p/>
+Example:
+<pre><code>{
+  "type": "MESOS",
+  "volumes": [
+    {
+      "host_path": ".private/tmp",
+      "container_path": "/tmp",
+      "mode": "RW"
+    }
+  ]
+}</code></pre>
+  </td>
+</tr>
+<tr>
+  <td>
+    --default_role=VALUE
+  </td>
+  <td>
+Any resources in the <code>--resources</code> flag that
+omit a role, as well as any resources that
+are not present in <code>--resources</code> but that are
+automatically detected, will be assigned to
+this role. (default: *)
+  </td>
+</tr>
+<tr>
+  <td>
+    --disk_watch_interval=VALUE
+  </td>
+  <td>
+Periodic time interval (e.g., 10secs, 2mins, etc)
+to check the overall disk usage managed by the agent.
+This drives the garbage collection of archived
+information and sandboxes. (default: 1mins)
+  </td>
+</tr>
+<tr>
+  <td>
+    --docker=VALUE
+  </td>
+  <td>
+The absolute path to the docker executable for docker
+containerizer.
+(default: docker)
+  </td>
+</tr>
+<tr>
+  <td>
+    --docker_config=VALUE
+  </td>
+  <td>
+The default docker config file for agent. Can be provided either as an
+absolute path pointing to the agent local docker config file, or as a
+JSON-formatted string. The format of the docker config file should be
+identical to docker's default one (e.g., either
+<code>$HOME/.docker/config.json</code> or <code>$HOME/.dockercfg</code>).
+Example JSON (<code>$HOME/.docker/config.json</code>):
+<pre><code>{
+  "auths": {
+    "https://index.docker.io/v1/": {
+      "auth": "xXxXxXxXxXx=",
+      "email": "username@example.com"
+    }
+  }
+}
+</code></pre>
+  </td>
+</tr>
+<tr>
+  <td>
+    --[no-]docker_kill_orphans
+  </td>
+  <td>
+Enable docker containerizer to kill orphaned containers.
+You should consider setting this to false when you launch multiple
+agents in the same OS, to avoid one of the DockerContainerizer
+removing docker tasks launched by other agents.
+(default: true)
+  </td>
+</tr>
+<tr>
+  <td>
+    --docker_mesos_image=VALUE
+  </td>
+  <td>
+The Docker image used to launch this Mesos agent instance.
+If an image is specified, the docker containerizer assumes the agent
+is running in a docker container, and launches executors with
+docker containers in order to recover them when the agent restarts and
+recovers.
+  </td>
+</tr>
+<tr>
+  <td>
+    --docker_registry=VALUE
+  </td>
+  <td>
+The default url for Mesos containerizer to pull Docker images. It could
+either be a Docker registry server url (i.e: <code>https://registry.docker.io</code>),
+or a local path (i.e: <code>/tmp/docker/images</code>) in which Docker
+image archives (result of <code>docker save</code>) are stored. Note
+that this option won't change the default registry server for Docker
+containerizer. (default: https://registry-1.docker.io)
+  </td>
+</tr>
+<tr>
+  <td>
+    --docker_remove_delay=VALUE
+  </td>
+  <td>
+The amount of time to wait before removing docker containers
+(e.g., <code>3days</code>, <code>2weeks</code>, etc).
+(default: 6hrs)
+  </td>
+</tr>
+<tr>
+  <td>
+    --docker_socket=VALUE
+  </td>
+  <td>
+Resource used by the agent and the executor to provide CLI access to the
+Docker daemon. On Unix, this is typically a path to a socket, such as
+<code>/var/run/docker.sock</code>. On Windows this must be a named pipe,
+such as <code>//./pipe/docker_engine</code>. <b>NOTE</b>: This must be the path
+used by the Docker image used to run the agent. (default:
+//./pipe/docker_engine on Windows; /var/run/docker.sock on other
+platforms).
+  </td>
+</tr>
+<tr>
+  <td>
+    --docker_stop_timeout=VALUE
+  </td>
+  <td>
+The time docker daemon waits after stopping a container before killing
+that container. This flag is deprecated; use task's kill policy instead.
+(default: 0ns)
+  </td>
+</tr>
+<tr>
+  <td>
+    --docker_store_dir=VALUE
+  </td>
+  <td>
+Directory the Docker provisioner will store images in (default: /tmp/mesos/store/docker)
+  </td>
+</tr>
+<tr>
+  <td>
+    --docker_volume_checkpoint_dir=VALUE
+  </td>
+  <td>
+The root directory where we checkpoint the information about docker
+volumes that each container uses.
+(default: /var/run/mesos/isolators/docker/volume)
+  </td>
+</tr>
+<tr>
+  <td>
+    --[no-]enforce_container_disk_quota
+  </td>
+  <td>
+Whether to enable disk quota enforcement for containers. This flag
+is used by the <code>disk/du</code> and <code>disk/xfs</code> isolators. (default: false)
+  </td>
+</tr>
+<tr>
+  <td>
+    --executor_environment_variables=VALUE
+  </td>
+  <td>
+JSON object representing the environment variables that should be
+passed to the executor, and thus subsequently task(s). By default this
+flag is none. Users have to define executor environment explicitly.
+Example:
+<pre><code>{
+  "PATH": "/bin:/usr/bin",
+  "LD_LIBRARY_PATH": "/usr/local/lib"
+}</code></pre>
+  </td>
+</tr>
+<tr>
+  <td>
+    --executor_registration_timeout=VALUE
+  </td>
+  <td>
+Amount of time to wait for an executor
+to register with the agent before considering it hung and
+shutting it down (e.g., 60secs, 3mins, etc) (default: 1mins)
+  </td>
+</tr>
+<tr>
+  <td>
+    --executor_reregistration_timeout=VALUE
+  </td>
+  <td>
+The timeout within which an executor is expected to re-register after
+the agent has restarted, before the agent considers it gone and shuts
+it down. Note that currently, the agent will not re-register with the
+master until this timeout has elapsed (see MESOS-7539). (default: 2secs)
+  </td>
+</tr>
+<tr>
+  <td>
+    --executor_reregistration_retry_interval=VALUE
+  </td>
+  <td>
+For PID-based executors, how long the agent waits before retrying
+the reconnect message sent to the executor during recovery.
+NOTE: Do not use this unless you understand the following
+(see MESOS-5332): PID-based executors using Mesos libraries &gt;= 1.1.2
+always re-link with the agent upon receiving the reconnect message.
+This avoids the executor replying on a half-open TCP connection to
+the old agent (possible if netfilter is dropping packets,
+see: MESOS-7057). However, PID-based executors using Mesos
+libraries &lt; 1.1.2 do not re-link and are therefore prone to
+replying on a half-open connection after the agent restarts. If we
+only send a single reconnect message, these "old" executors will
+reply on their half-open connection and receive a RST; without any
+retries, they will fail to reconnect and be killed by the agent once
+the executor re-registration timeout elapses. To ensure these "old"
+executors can reconnect in the presence of netfilter dropping
+packets, we introduced optional retries of the reconnect message.
+This results in "old" executors correctly establishing a link
+when processing the second reconnect message. (default: no retries)
+  </td>
+</tr>
+<tr>
+  <td>
+    --max_completed_executors_per_framework=VALUE
+  </td>
+  <td>
+Maximum number of completed executors per framework to store
+in memory. (default: 150)
+  </td>
+</tr>
+<tr>
+  <td>
+    --executor_secret_key=VALUE
+  </td>
+  <td>
+Path to a file containing the key used when generating executor
+secrets. This flag is only available when Mesos is built with SSL
+support.
+  </td>
+</tr>
+<tr>
+  <td>
+    --executor_shutdown_grace_period=VALUE
+  </td>
+  <td>
+Default amount of time to wait for an executor to shut down
+(e.g. 60secs, 3mins, etc). ExecutorInfo.shutdown_grace_period
+overrides this default. Note that the executor must not assume
+that it will always be allotted the full grace period, as the
+agent may decide to allot a shorter period, and failures / forcible
+terminations may occur.
+(default: 5secs)
+  </td>
+</tr>
+<tr>
+  <td>
+    --fetcher_cache_dir=VALUE
+  </td>
+  <td>
+Parent directory for fetcher cache directories
+(one subdirectory per agent). (default: /tmp/mesos/fetch)
+
+Directory for the fetcher cache. The agent will clear this directory
+on startup. It is recommended to set this value to a separate volume
+for several reasons:
+<ul>
+<li> The cache directories are transient and not meant to be
+     backed up. Upon restarting the agent, the cache is always empty. </li>
+<li> The cache and container sandboxes can potentially interfere with
+     each other when occupying a shared space (i.e. disk contention). </li>
+</ul>
+  </td>
+</tr>
+<tr>
+  <td>
+    --fetcher_cache_size=VALUE
+  </td>
+  <td>
+Size of the fetcher cache in Bytes. (default: 2GB)
+  </td>
+</tr>
+<tr>
+  <td>
+    --frameworks_home=VALUE
+  </td>
+  <td>
+Directory path prepended to relative executor URIs (default: )
+  </td>
+</tr>
+<tr>
+  <td>
+    --gc_delay=VALUE
+  </td>
+  <td>
+Maximum amount of time to wait before cleaning up
+executor directories (e.g., 3days, 2weeks, etc).
+Note that this delay may be shorter depending on
+the available disk usage. (default: 1weeks)
+  </td>
+</tr>
+<tr>
+  <td>
+    <a name="gc_disk_headroom"></a>
+    --gc_disk_headroom=VALUE
+  </td>
+  <td>
+Adjust disk headroom used to calculate maximum executor
+directory age. Age is calculated by:
+<code>gc_delay * max(0.0, (1.0 - gc_disk_headroom - disk usage))</code>
+every <code>--disk_watch_interval</code> duration. <code>gc_disk_headroom</code> must
+be a value between 0.0 and 1.0 (default: 0.1)
+  </td>
+</tr>
+<tr>
+  <td>
+    --hadoop_home=VALUE
+  </td>
+  <td>
+Path to find Hadoop installed (for
+fetching framework executors from HDFS)
+(no default, look for <code>HADOOP_HOME</code> in
+environment or find hadoop on <code>PATH</code>) (default: )
+  </td>
+</tr>
+<tr>
+  <td>
+    --http_credentials=VALUE
+  </td>
+  <td>
+Path to a JSON-formatted file containing credentials. These
+credentials are used to authenticate HTTP endpoints on the agent.
+Path can be of the form <code>file:///path/to/file</code> or <code>/path/to/file</code>.
+<p/>
+Example:
+<pre><code>{
+  "credentials": [
+    {
+      "principal": "yoda",
+      "secret": "usetheforce"
+    }
+  ]
+}
+</code></pre>
+  </td>
+</tr>
+<tr>
+  <td>
+    --[no-]http_command_executor
+  </td>
+  <td>
+The underlying executor library to be used for the command executor.
+If set to <code>true</code>, the command executor would use the HTTP based
+executor library to interact with the Mesos agent. If set to <code>false</code>,
+the driver based implementation would be used.
+<b>NOTE</b>: This flag is *experimental* and should not be used in
+production yet. (default: false)
+  </td>
+</tr>
+<tr>
+  <td>
+    --http_heartbeat_interval=VALUE
+  </td>
+  <td>
+This flag sets a heartbeat interval (e.g. '5secs', '10mins') for
+messages to be sent over persistent connections made against
+the agent HTTP API. Currently, this only applies to the
+<code>LAUNCH_NESTED_CONTAINER_SESSION</code> and <code>ATTACH_CONTAINER_OUTPUT</code> calls.
+(default: 30secs)
+  </td>
+</tr>
+<tr>
+  <td>
+    --image_providers=VALUE
+  </td>
+  <td>
+Comma-separated list of supported image providers,
+e.g., <code>APPC,DOCKER</code>.
+  </td>
+</tr>
+<tr>
+  <td>
+    --image_provisioner_backend=VALUE
+  </td>
+  <td>
+Strategy for provisioning container rootfs from images, e.g., <code>aufs</code>,
+<code>bind</code>, <code>copy</code>, <code>overlay</code>.
+  </td>
+</tr>
+<tr>
+  <td>
+    --isolation=VALUE
+  </td>
+  <td>
+Isolation mechanisms to use, e.g., <code>posix/cpu,posix/mem</code>, or
+<code>cgroups/cpu,cgroups/mem</code>, or <code>network/port_mapping</code>
+(configure with flag: <code>--with-network-isolator</code> to enable),
+or <code>gpu/nvidia</code> for nvidia specific gpu isolation, or load an alternate
+isolator module using the <code>--modules</code> flag. Note that this
+flag is only relevant for the Mesos Containerizer.
+(default: posix/cpu,posix/mem)
+  </td>
+</tr>
+<tr>
+  <td>
+    --launcher=VALUE
+  </td>
+  <td>
+The launcher to be used for Mesos containerizer. It could either be
+<code>linux</code> or <code>posix</code>. The Linux launcher is required for cgroups
+isolation and for any isolators that require Linux namespaces such as
+network, pid, etc. If unspecified, the agent will choose the Linux
+launcher if it's running as root on Linux.
+  </td>
+</tr>
+<tr>
+  <td>
+    --launcher_dir=VALUE
+  </td>
+  <td>
+Directory path of Mesos binaries. Mesos looks for the health-check,
+fetcher, containerizer, and executor binary files under this
+directory. (default: /usr/local/libexec/mesos)
+  </td>
+</tr>
+<tr>
+  <td>
+  --master_detector=VALUE
+  </td>
+  <td>
+The symbol name of the master detector to use. This symbol should exist in a
+module specified through the <code>--modules</code> flag. Cannot be used in
+conjunction with <code>--master</code>.
+  </td>
+</tr>
+<tr>
+  <td>
+    --nvidia_gpu_devices=VALUE
+  </td>
+  <td>
+A comma-separated list of Nvidia GPU devices. When <code>gpus</code> is specified
+in the <code>--resources</code> flag, this flag determines which GPU devices will
+be made available. The devices should be listed as numbers that
+correspond to Nvidia's NVML device enumeration (as seen by running the
+command <code>nvidia-smi</code> on an Nvidia GPU equipped system). The GPUs
+listed will only be isolated if the <code>--isolation</code> flag contains the
+string <code>gpu/nvidia</code>.
+  </td>
+</tr>
+<tr>
+  <td>
+    --network_cni_plugins_dir=VALUE
+  </td>
+  <td>
+Directory path of the CNI plugin binaries. The <code>network/cni</code>
+isolator will find CNI plugins under this directory so that it can execute
+the plugins to add/delete container from the CNI networks. It is the operator's
+responsibility to install the CNI plugin binaries in the specified directory.
+  </td>
+</tr>
+<tr>
+  <td>
+    --network_cni_config_dir=VALUE
+  </td>
+  <td>
+Directory path of the CNI network configuration files. For each network that
+containers launched in Mesos agent can connect to, the operator should install
+a network configuration file in JSON format in the specified directory.
+  </td>
+</tr>
+<tr>
+  <td>
+    --oversubscribed_resources_interval=VALUE
+  </td>
+  <td>
+The agent periodically updates the master with the current estimation
+about the total amount of oversubscribed resources that are allocated
+and available. The interval between updates is controlled by this flag.
+(default: 15secs)
+  </td>
+</tr>
+<tr>
+  <td>
+    --perf_duration=VALUE
+  </td>
+  <td>
+Duration of a perf stat sample. The duration must be less
+than the <code>perf_interval</code>. (default: 10secs)
+  </td>
+</tr>
+<tr>
+  <td>
+    --perf_events=VALUE
+  </td>
+  <td>
+List of command-separated perf events to sample for each container
+when using the perf_event isolator. Default is none.
+Run command <code>perf list</code> to see all events. Event names are
+sanitized by downcasing and replacing hyphens with underscores
+when reported in the PerfStatistics protobuf, e.g., <code>cpu-cycles</code>
+becomes <code>cpu_cycles</code>; see the PerfStatistics protobuf for all names.
+  </td>
+</tr>
+<tr>
+  <td>
+    --perf_interval=VALUE
+  </td>
+  <td>
+Interval between the start of perf stat samples. Perf samples are
+obtained periodically according to <code>perf_interval</code> and the most
+recently obtained sample is returned rather than sampling on
+demand. For this reason, <code>perf_interval</code> is independent of the
+resource monitoring interval. (default: 60secs)
+  </td>
+</tr>
+<tr>
+  <td>
+    --qos_controller=VALUE
+  </td>
+  <td>
+The name of the QoS Controller to use for oversubscription.
+  </td>
+</tr>
+<tr>
+  <td>
+    --qos_correction_interval_min=VALUE
+  </td>
+  <td>
+The agent polls and carries out QoS corrections from the QoS
+Controller based on its observed performance of running tasks.
+The smallest interval between these corrections is controlled by
+this flag. (default: 0secs)
+  </td>
+</tr>
+<tr>
+  <td>
+    --recover=VALUE
+  </td>
+  <td>
+Whether to recover status updates and reconnect with old executors.
+Valid values for <code>recover</code> are
+reconnect: Reconnect with any old live executors.
+cleanup  : Kill any old live executors and exit.
+           Use this option when doing an incompatible agent
+           or executor upgrade!). (default: reconnect)
+  </td>
+</tr>
+<tr>
+  <td>
+    --recovery_timeout=VALUE
+  </td>
+  <td>
+Amount of time allotted for the agent to recover. If the agent takes
+longer than recovery_timeout to recover, any executors that are
+waiting to reconnect to the agent will self-terminate.
+(default: 15mins)
+  </td>
+</tr>
+<tr>
+  <td>
+    --registration_backoff_factor=VALUE
+  </td>
+  <td>
+Agent initially picks a random amount of time between <code>[0, b]</code>, where
+<code>b = registration_backoff_factor</code>, to (re-)register with a new master.
+Subsequent retries are exponentially backed off based on this
+interval (e.g., 1st retry uses a random value between <code>[0, b * 2^1]</code>,
+2nd retry between <code>[0, b * 2^2]</code>, 3rd retry between <code>[0, b * 2^3]</code>,
+etc) up to a maximum of 1mins (default: 1secs)
+  </td>
+</tr>
+<tr>
+  <td>
+    --resource_estimator=VALUE
+  </td>
+  <td>
+The name of the resource estimator to use for oversubscription.
+  </td>
+</tr>
+<tr>
+  <td>
+    --resources=VALUE
+  </td>
+  <td>
+Total consumable resources per agent. Can be provided in JSON format
+or as a semicolon-delimited list of key:value pairs, with the role
+optionally specified.
+<p/>
+As a key:value list:
+<code>name(role):value;name:value...</code>
+<p/>
+To use JSON, pass a JSON-formatted string or use
+<code>--resources=filepath</code> to specify the resources via a file containing
+a JSON-formatted string. 'filepath' can be of the form
+<code>file:///path/to/file</code> or <code>/path/to/file</code>.
+<p/>
+Example JSON:
+<pre><code>[
+  {
+    "name": "cpus",
+    "type": "SCALAR",
+    "scalar": {
+      "value": 24
+    }
+  },
+  {
+    "name": "mem",
+    "type": "SCALAR",
+    "scalar": {
+      "value": 24576
+    }
+  }
+]</code></pre>
+  </td>
+</tr>
+<tr>
+  <td>
+    --resource_provider_config_dir=VALUE
+  </td>
+  <td>
+Path to a directory that contains local resource provider configs.
+Each file in the config dir should contain a JSON object representing
+a <code>ResourceProviderInfo</code> object. Each local resource
+provider provides resources that are local to the agent. It is also
+responsible for handling operations on the resources it provides.
+Please note that <code>resources</code> field might not need to be
+specified if the resource provider determines the resources
+automatically.
+<p/>
+Example config file in this directory:
+<pre><code>{
+  "type": "org.mesos.apache.rp.local.storage",
+  "name": "lvm"
+}</code></pre>
+  </td>
+</tr>
+<tr>
+  <td>
+    --[no-]revocable_cpu_low_priority
+  </td>
+  <td>
+Run containers with revocable CPU at a lower priority than
+normal containers (non-revocable cpu). Currently only
+supported by the cgroups/cpu isolator. (default: true)
+  </td>
+</tr>
+<tr>
+  <td>
+    --runtime_dir
+  </td>
+  <td>
+Path of the agent runtime directory. This is where runtime data
+is stored by an agent that it needs to persist across crashes (but
+not across reboots). This directory will be cleared on reboot.
+(Example: <code>/var/run/mesos</code>)
+  </td>
+</tr>
+<tr>
+  <td>
+    --sandbox_directory=VALUE
+  </td>
+  <td>
+The absolute path for the directory in the container where the
+sandbox is mapped to.
+(default: /mnt/mesos/sandbox)
+  </td>
+</tr>
+<tr>
+  <td>
+    --[no-]disallow_sharing_agent_pid_namespace
+  </td>
+  <td>
+If set to <code>true</code>, each top-level container will have its own pid
+namespace, and if the framework requests to share the agent pid namespace for
+the top level container, the container launch will be rejected. If set to
+<code>false</code>, the top-level containers will share the pid namespace with
+agent if the framework requests it. This flag will be ignored if the
+`namespaces/pid` isolator is not enabled.
+(default: false)
+  </td>
+</tr>
+<tr>
+  <td>
+    --[no-]strict
+  </td>
+  <td>
+If <code>strict=true</code>, any and all recovery errors are considered fatal.
+If <code>strict=false</code>, any expected errors (e.g., agent cannot recover
+information about an executor, because the agent died right before
+the executor registered.) during recovery are ignored and as much
+state as possible is recovered.
+(default: true)
+  </td>
+</tr>
+<tr>
+  <td>
+    --secret_resolver=VALUE
+  </td>
+  <td>
+The name of the secret resolver module to use for resolving
+environment and file-based secrets. If this flag is not specified,
+the default behavior is to resolve value-based secrets and error on
+reference-based secrets.
+  </td>
+</tr>
+
+<tr>
+  <td>
+    --[no-]switch_user
+  </td>
+  <td>
+If set to <code>true</code>, the agent will attempt to run tasks as
+the <code>user</code> who submitted them (as defined in <code>FrameworkInfo</code>)
+(this requires <code>setuid</code> permission and that the given <code>user</code>
+exists on the agent).
+If the user does not exist, an error occurs and the task will fail.
+If set to <code>false</code>, tasks will be run as the same user as the Mesos
+agent process.
+<b>NOTE</b>: This feature is not yet supported on Windows agent, and
+therefore the flag currently does not exist on that platform. (default: true)
+  </td>
+</tr>
+<tr>
+  <td>
+    --[no-]systemd_enable_support
+  </td>
+  <td>
+Top level control of systemd support. When enabled, features such as
+executor life-time extension are enabled unless there is an explicit
+flag to disable these (see other flags). This should be enabled when
+the agent is launched as a systemd unit.
+(default: true)
+  </td>
+</tr>
+<tr>
+  <td>
+    --systemd_runtime_directory=VALUE
+  </td>
+  <td>
+The path to the systemd system run time directory.
+(default: /run/systemd/system)
+  </td>
+</tr>
+</table>
+
+
+<h2>Network Isolator Flags</h2>
+
+<p><em>Available when configured with <code>--with-network-isolator</code>.</em></p>
+
+<table class="table table-striped">
+  <thead>
+    <tr>
+      <th width="30%">
+        Flag
+      </th>
+      <th>
+        Explanation
+      </th>
+    </tr>
+  </thead>
+<tr>
+  <td>
+    --ephemeral_ports_per_container=VALUE
+  </td>
+  <td>
+Number of ephemeral ports allocated to a container by the network
+isolator. This number has to be a power of 2. This flag is used
+for the <code>network/port_mapping</code> isolator. (default: 1024)
+  </td>
+</tr>
+<tr>
+  <td>
+    --eth0_name=VALUE
+  </td>
+  <td>
+The name of the public network interface (e.g., <code>eth0</code>). If it is
+not specified, the network isolator will try to guess it based
+on the host default gateway. This flag is used for the
+<code>network/port_mapping</code> isolator.
+  </td>
+</tr>
+<tr>
+  <td>
+    --lo_name=VALUE
+  </td>
+  <td>
+The name of the loopback network interface (e.g., lo). If it is
+not specified, the network isolator will try to guess it. This
+flag is used for the <code>network/port_mapping</code> isolator.
+  </td>
+</tr>
+<tr>
+  <td>
+    --egress_rate_limit_per_container=VALUE
+  </td>
+  <td>
+The limit of the egress traffic for each container, in Bytes/s.
+If not specified or specified as zero, the network isolator will
+impose no limits to containers' egress traffic throughput.
+This flag uses the Bytes type (defined in stout) and is used for
+the <code>network/port_mapping</code> isolator.
+  </td>
+</tr>
+<tr>
+  <td>
+    --[no-]egress_unique_flow_per_container
+  </td>
+  <td>
+Whether to assign an individual flow for each container for the
+egress traffic. This flag is used for the <code>network/port_mapping</code>
+isolator. (default: false)
+  </td>
+</tr>
+<tr>
+  <td>
+    --egress_flow_classifier_parent=VALUE
+  </td>
+  <td>
+When <code>egress_unique_flow_per_container</code> is enabled, we need to install
+a flow classifier (fq_codel) qdisc on egress side. This flag specifies
+where to install it in the hierarchy. By default, we install it at root.
+  </td>
+</tr>
+<tr>
+  <td>
+    --[no-]network_enable_socket_statistics_summary
+  </td>
+  <td>
+Whether to collect socket statistics summary for each container.
+This flag is used for the <code>network/port_mapping</code> isolator.
+(default: false)
+  </td>
+</tr>
+<tr>
+  <td>
+    --[no-]network_enable_socket_statistics_details
+  </td>
+  <td>
+Whether to collect socket statistics details (e.g., TCP RTT) for
+each container. This flag is used for the <code>network/port_mapping</code>
+isolator. (default: false)
+  </td>
+</tr>
+<tr>
+  <td>
+    --[no-]network_enable_snmp_statistics
+  </td>
+  <td>
+Whether to collect SNMP statistics details (e.g., TCPRetransSegs) for
+each container. This flag is used for the 'network/port_mapping'
+isolator. (default: false)
+  </td>
+</tr>
+</table>
+
+
+<h2>XFS Disk Isolator flags</h2>
+
+<p><em>Available when configured with <code>--enable-xfs-disk-isolator</code>.</em></p>
+
+<table class="table table-striped">
+  <thead>
+    <tr>
+      <th width="30%">
+        Flag
+      </th>
+      <th>
+        Explanation
+      </th>
+    </tr>
+  </thead>
+<tr>
+  <td>
+    --xfs_project_range=VALUE
+  </td>
+<td>
+The ranges of XFS project IDs that the isolator can use to track disk
+quotas for container sandbox directories. Valid project IDs range from
+1 to max(uint32). (default `[5000-10000]`)
+</td>
+</tr>
+</table>
+
+
+  </div>
+</div>
+
+  </div><!-- /.container -->
+</div><!-- /.content -->
+
+<hr>
+
+
+
+    <!-- footer -->
+    <div class="footer">
+      <div class="container">
+        <div class="col-md-4 social-blk">
+          <span class="social">
+            <a href="https://twitter.com/ApacheMesos"
+              class="twitter-follow-button"
+              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
+              class="twitter-hashtag-button"
+              data-size="large"
+              data-related="ApacheMesos">Tweet #mesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+          </span>
+        </div>
+
+        <div class="col-md-8 trademark">
+          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
+            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
+          <p>
+        </div>
+      </div><!-- /.container -->
+    </div><!-- /.footer -->
+
+    <!-- JS -->
+    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
+    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a5fb0e1c/content/documentation/latest/configuration/autotools/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/autotools/index.html b/content/documentation/latest/configuration/autotools/index.html
new file mode 100644
index 0000000..98ad129
--- /dev/null
+++ b/content/documentation/latest/configuration/autotools/index.html
@@ -0,0 +1,729 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Mesos - Autotools Options</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <meta property="og:locale" content="en_US"/>
+    <meta property="og:type" content="website"/>
+    <meta property="og:title" content="Apache Mesos"/>
+    <meta property="og:site_name" content="Apache Mesos"/>
+    <meta property="og:url" content="http://mesos.apache.org/"/>
+    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta property="og:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <meta name="twitter:card" content="summary"/>
+    <meta name="twitter:site" content="@ApacheMesos"/>
+    <meta name="twitter:title" content="Apache Mesos"/>
+    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta name="twitter:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
+    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
+    <link href="../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
+
+    
+
+    <!-- Google Analytics Magic -->
+    <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-20226872-1']);
+    _gaq.push(['_setDomainName', 'apache.org']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+    </script>
+    
+  </head>
+  <body>
+    <!-- magical breadcrumbs -->
+    <div class="topnav">
+      <div class="container">
+        <ul class="breadcrumb">
+          <li>
+            <div class="dropdown">
+              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
+                <li><a href="http://www.apache.org">Apache Homepage</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="http://www.apache.org/security/">Security</a></li>
+              </ul>
+            </div>
+          </li>
+
+          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
+          
+          
+          <li><a href="/documentation
+/">Documentation
+</a></li>
+          
+          
+        </ul><!-- /.breadcrumb -->
+      </div><!-- /.container -->
+    </div><!-- /.topnav -->
+
+    <!-- navbar excitement -->
+<div class="navbar navbar-default navbar-static-top" role="navigation">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
+    </div><!-- /.navbar-header -->
+
+    <div class="navbar-collapse collapse" id="mesos-menu">
+      <ul class="nav navbar-nav navbar-right">
+        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/blog/">Blog</a></li>
+        <li><a href="/documentation/latest/">Documentation</a></li>
+        <li><a href="/downloads/">Downloads</a></li>
+        <li><a href="/community/">Community</a></li>
+      </ul>
+    </div><!-- /#mesos-menu -->
+  </div><!-- /.container -->
+</div><!-- /.navbar -->
+
+<div class="content">
+  <div class="container">
+    <div class="row-fluid">
+  <div class="col-md-4">
+    <h4>If you're new to Mesos</h4>
+    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+       information about downloading, building, and deploying Mesos.</p>
+
+    <h4>If you'd like to get involved or you're looking for support</h4>
+    <p>See our <a href="/community/">community</a> page for more details.</p>
+  </div>
+  <div class="col-md-8">
+    <h1>Autotools Options</h1>
+
+<p><em>The most up-to-date options can be found with <code>./configure --help</code>.</em></p>
+
+<h2>Autotools <code>configure</code> script options</h2>
+
+<table class="table table-striped">
+  <thead>
+    <tr>
+      <th width="30%">
+        Flag
+      </th>
+      <th>
+        Explanation
+      </th>
+    </tr>
+  </thead>
+  <tr>
+    <td>
+      --enable-static[=PKGS]
+    </td>
+    <td>
+      Build static libraries. [default=yes]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --enable-dependency-tracking
+    </td>
+    <td>
+      Do not reject slow dependency extractors.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --disable-dependency-tracking
+    </td>
+    <td>
+      Speeds up one-time build.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --enable-silent-rules
+    </td>
+    <td>
+      Less verbose build output (undo: "make V=1").
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --disable-silent-rules
+    </td>
+    <td>
+      Verbose build output (undo: "make V=0").
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --disable-maintainer-mode
+    </td>
+    <td>
+      Disable make rules and dependencies not useful (and sometimes confusing)
+      to the casual installer.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --enable-shared[=PKGS]
+    </td>
+    <td>
+      Build shared libraries. [default=yes]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --enable-fast-install[=PKGS]
+    </td>
+    <td>
+      Optimize for fast installation. [default=yes]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --disable-libtool-lock
+    </td>
+    <td>
+      Avoid locking. Note that this might break parallel builds.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --disable-bundled
+    </td>
+    <td>
+      Configures Mesos to build against preinstalled dependencies
+      instead of bundled libraries.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --disable-bundled-pip
+    </td>
+    <td>
+      Excludes building and using the bundled pip package in lieu of an
+      installed version in <code>PYTHONPATH</code>.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --disable-bundled-setuptools
+    </td>
+    <td>
+      Excludes building and using the bundled setuptools package in lieu of an
+      installed version in <code>PYTHONPATH</code>.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --disable-bundled-wheel
+    </td>
+    <td>
+      Excludes building and using the bundled wheel package in lieu of an
+      installed version in <code>PYTHONPATH</code>.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --enable-debug
+    </td>
+    <td>
+      Whether debugging is enabled. If CFLAGS/CXXFLAGS are set, this
+      option won't change them. [default=no]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --disable-java
+    </td>
+    <td>
+      Don't build Java bindings.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --enable-libevent
+    </td>
+    <td>
+      Use <a href="https://github.com/libevent/libevent">libevent</a>
+      instead of libev for the libprocess event loop. Note that the libevent
+      version 2+ development package is required. [default=no]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --enable-install-module-dependencies
+    </td>
+    <td>
+      Install third-party bundled dependencies required for module development.
+      [default=no]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --enable-optimize
+    </td>
+    <td>
+      Whether optimizations are enabled. If CFLAGS/CXXFLAGS are set,
+      this option won't change them. [default=no]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --enable-perftools
+    </td>
+    <td>
+      Whether profiling with Google perftools is enabled. [default=no]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --enable-parallel-test-execution
+    </td>
+    <td>
+      Whether to attempt to run tests in parallel.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --disable-python
+    </td>
+    <td>
+      Don't build Python bindings.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --disable-python-dependency-install
+    </td>
+    <td>
+      When the python packages are installed during make install, no external
+      dependencies will be downloaded or installed.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --enable-ssl
+    </td>
+    <td>
+      Enable <a href="/documentation/latest/ssl">SSL</a> for libprocess
+      communication. Note that <code>--enable-libevent</code> is currently
+      required for SSL functionality. [default=no]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --enable-static-unimplemented
+    </td>
+    <td>
+      Generate static assertion errors for unimplemented functions. [default=no]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --enable-tests-install
+    </td>
+    <td>
+      Build and install tests and their helper tools. [default=no]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --enable-xfs-disk-isolator
+    </td>
+    <td>
+      Builds the XFS disk isolator. [default=no]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --disable-zlib
+    </td>
+    <td>
+      Disables zlib compression, which means the webui will be far less
+      responsive; not recommended.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --enable-lock-free-event-queue
+    </td>
+    <td>
+      Enables the lock-free event queue to be used in libprocess which
+      greatly improves message passing performance!
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --disable-werror
+    </td>
+    <td>
+      Disables treating compiler warnings as fatal errors.
+    </td>
+  </tr>
+</table>
+
+
+<h3>Autotools <code>configure</code> script optional package flags</h3>
+
+<table class="table table-striped">
+  <thead>
+    <tr>
+      <th width="30%">
+        Flag
+      </th>
+      <th>
+        Explanation
+      </th>
+    </tr>
+  </thead>
+  <tr>
+    <td>
+      --with-gnu-ld
+    </td>
+    <td>
+      Assume the C compiler uses GNU <code>ld</code>. [default=no]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-sysroot[=DIR]
+    </td>
+    <td>
+      Search for dependent libraries within <code>DIR</code>
+      (or the compiler's sysroot if not specified).
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-apr[=DIR]
+    </td>
+    <td>
+      Specify where to locate the apr-1 library.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-boost[=DIR]
+    </td>
+    <td>
+      Excludes building and using the bundled Boost package in lieu of an
+      installed version at a location prefixed by the given path.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-concurrentqueue[=DIR]
+    </td>
+    <td>
+      Excludes building and using the bundled concurrentqueue package in lieu
+      of an installed version at a location prefixed by the given path.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-curl[=DIR]
+    </td>
+    <td>
+      Specify where to locate the curl library.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-elfio[=DIR]
+    </td>
+    <td>
+      Excludes building and using the bundled ELFIO package in lieu of an
+      installed version at a location prefixed by the given path.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-glog[=DIR]
+    </td>
+    <td>
+      excludes building and using the bundled glog package in lieu of an
+      installed version at a location prefixed by the given path.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-gmock[=DIR]
+    </td>
+    <td>
+      Excludes building and using the bundled gmock package in lieu of an
+      installed version at a location prefixed by the given path.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-http-parser[=DIR]
+    </td>
+    <td>
+      Excludes building and using the bundled http-parser package in lieu of an
+      installed version at a location prefixed by the given path.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-leveldb[=DIR]
+    </td>
+    <td>
+      Excludes building and using the bundled LevelDB package in lieu of an
+      installed version at a location prefixed by the given path.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-libev[=DIR]
+    </td>
+    <td>
+      Excludes building and using the bundled libev package in lieu of an
+      installed version at a location prefixed by the given path.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-libevent[=DIR]
+    </td>
+    <td>
+      Specify where to locate the libevent library.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-libprocess[=DIR]
+    </td>
+    <td>
+      Specify where to locate the libprocess library.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-network-isolator
+    </td>
+    <td>
+      Builds the network isolator.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-nl[=DIR]
+    </td>
+    <td>
+      Specify where to locate the
+      <a href="https://www.infradead.org/~tgr/libnl/">libnl3</a> library,
+      which is required for the network isolator.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-nvml[=DIR]
+    </td>
+    <td>
+      Excludes building and using the bundled NVML headers in lieu of an
+      installed version at a location prefixed by the given path.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-picojson[=DIR]
+    </td>
+    <td>
+      Excludes building and using the bundled picojson package in lieu of an
+      installed version at a location prefixed by the given path.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-protobuf[=DIR]
+    </td>
+    <td>
+      Excludes building and using the bundled protobuf package in lieu of an
+      installed version at a location prefixed by the given path.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-sasl[=DIR]
+    </td>
+    <td>
+      Specify where to locate the sasl2 library.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-ssl[=DIR]
+    </td>
+    <td>
+      Specify where to locate the ssl library.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-stout[=DIR]
+    </td>
+    <td>
+      Specify where to locate stout library.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-svn[=DIR]
+    </td>
+    <td>
+      Specify where to locate the svn-1 library.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-zlib[=DIR]
+    </td>
+    <td>
+      Specify where to locate the zlib library.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      --with-zookeeper[=DIR]
+    </td>
+    <td>
+      Excludes building and using the bundled ZooKeeper package in lieu of an
+      installed version at a location prefixed by the given path.
+    </td>
+  </tr>
+</table>
+
+
+<h3>Environment variables which affect the Autotools <code>configure</code> script</h3>
+
+<p>Use these variables to override the choices made by <code>configure</code> or to help
+it to find libraries and programs with nonstandard names/locations.</p>
+
+<table class="table table-striped">
+  <thead>
+    <tr>
+      <th width="30%">
+        Variable
+      </th>
+      <th>
+        Explanation
+      </th>
+    </tr>
+  </thead>
+  <tr>
+    <td>
+      JAVA_HOME
+    </td>
+    <td>
+      Location of Java Development Kit (JDK).
+    </td>
+  </tr>
+  <tr>
+    <td>
+      JAVA_CPPFLAGS
+    </td>
+    <td>
+      Preprocessor flags for JNI.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      JAVA_JVM_LIBRARY
+    </td>
+    <td>
+      Full path to <code>libjvm.so</code>.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      MAVEN_HOME
+    </td>
+    <td>
+      Looks for <code>mvn</code> at <code>MAVEN_HOME/bin/mvn</code>.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      PROTOBUF_JAR
+    </td>
+    <td>
+      Full path to protobuf jar on prefixed builds.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      PYTHON
+    </td>
+    <td>
+      Which Python interpreter to use.
+    </td>
+  </tr>
+  <tr>
+    <td>
+      PYTHON_VERSION
+    </td>
+    <td>
+      The installed Python version to use, for example '2.3'. This string will
+      be appended to the Python interpreter canonical name.
+    </td>
+  </tr>
+</table>
+
+
+  </div>
+</div>
+
+  </div><!-- /.container -->
+</div><!-- /.content -->
+
+<hr>
+
+
+
+    <!-- footer -->
+    <div class="footer">
+      <div class="container">
+        <div class="col-md-4 social-blk">
+          <span class="social">
+            <a href="https://twitter.com/ApacheMesos"
+              class="twitter-follow-button"
+              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
+              class="twitter-hashtag-button"
+              data-size="large"
+              data-related="ApacheMesos">Tweet #mesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+          </span>
+        </div>
+
+        <div class="col-md-8 trademark">
+          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
+            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
+          <p>
+        </div>
+      </div><!-- /.container -->
+    </div><!-- /.footer -->
+
+    <!-- JS -->
+    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
+    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/a5fb0e1c/content/documentation/latest/configuration/cmake/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/cmake/index.html b/content/documentation/latest/configuration/cmake/index.html
new file mode 100644
index 0000000..a44e25e
--- /dev/null
+++ b/content/documentation/latest/configuration/cmake/index.html
@@ -0,0 +1,312 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Mesos - CMake Options</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <meta property="og:locale" content="en_US"/>
+    <meta property="og:type" content="website"/>
+    <meta property="og:title" content="Apache Mesos"/>
+    <meta property="og:site_name" content="Apache Mesos"/>
+    <meta property="og:url" content="http://mesos.apache.org/"/>
+    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta property="og:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <meta name="twitter:card" content="summary"/>
+    <meta name="twitter:site" content="@ApacheMesos"/>
+    <meta name="twitter:title" content="Apache Mesos"/>
+    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta name="twitter:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
+    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
+    <link href="../../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
+
+    
+
+    <!-- Google Analytics Magic -->
+    <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-20226872-1']);
+    _gaq.push(['_setDomainName', 'apache.org']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+    </script>
+    
+  </head>
+  <body>
+    <!-- magical breadcrumbs -->
+    <div class="topnav">
+      <div class="container">
+        <ul class="breadcrumb">
+          <li>
+            <div class="dropdown">
+              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
+                <li><a href="http://www.apache.org">Apache Homepage</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="http://www.apache.org/security/">Security</a></li>
+              </ul>
+            </div>
+          </li>
+
+          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
+          
+          
+          <li><a href="/documentation
+/">Documentation
+</a></li>
+          
+          
+        </ul><!-- /.breadcrumb -->
+      </div><!-- /.container -->
+    </div><!-- /.topnav -->
+
+    <!-- navbar excitement -->
+<div class="navbar navbar-default navbar-static-top" role="navigation">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
+    </div><!-- /.navbar-header -->
+
+    <div class="navbar-collapse collapse" id="mesos-menu">
+      <ul class="nav navbar-nav navbar-right">
+        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/blog/">Blog</a></li>
+        <li><a href="/documentation/latest/">Documentation</a></li>
+        <li><a href="/downloads/">Downloads</a></li>
+        <li><a href="/community/">Community</a></li>
+      </ul>
+    </div><!-- /#mesos-menu -->
+  </div><!-- /.container -->
+</div><!-- /.navbar -->
+
+<div class="content">
+  <div class="container">
+    <div class="row-fluid">
+  <div class="col-md-4">
+    <h4>If you're new to Mesos</h4>
+    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+       information about downloading, building, and deploying Mesos.</p>
+
+    <h4>If you'd like to get involved or you're looking for support</h4>
+    <p>See our <a href="/community/">community</a> page for more details.</p>
+  </div>
+  <div class="col-md-8">
+    <h1>CMake Options</h1>
+
+<p><em>The most up-to-date options can be found with <code>cmake .. -LAH</code>.</em></p>
+
+<p>See more information in the <a href="/documentation/latest/configuration/../cmake/">CMake documentation</a>.</p>
+
+<table class="table table-striped">
+  <thead>
+    <tr>
+      <th width="30%">
+        Flag
+      </th>
+      <th>
+        Explanation
+      </th>
+    </tr>
+  </thead>
+  <tr>
+    <td>
+      -DVERBOSE=(TRUE|FALSE)
+    </td>
+    <td>
+      Generate a build solution that produces verbose output
+      (for example, verbose Makefiles). [default=TRUE]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      -DBUILD_SHARED_LIBS=(TRUE|FALSE)
+    </td>
+    <td>
+      Build shared libraries (where possible).
+      [default=FALSE for Windows, TRUE otherwise]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      -DENABLE_PRECOMPILED_HEADERS=(TRUE|FALSE)
+    </td>
+    <td>
+      Enable auto-generated precompiled headers using cotire.
+      [default=TRUE for Windows, FALSE otherwise]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      -DCPACK_BINARY_[TYPE]=(TRUE|FALSE)
+    </td>
+    <td>
+      Where [TYPE] is one of BUNDLE, DEB, DRAGNDROP, IFW, NSIS, OSXX11,
+      PACKAGEMAKER, RPM, STGZ, TBZ2, TGZ, TXZ. This modifies the 'package'
+      target to generate binary package of the specified format. A binary
+      package contains everything that would be installed via CMake's 'install'
+      target. [default=FALSE]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      -DCPACK_SOURCE_[TYPE]=(TRUE|FALSE)
+    </td>
+    <td>
+      Where [TYPE] is one of TBZ2, TXZ, TZ, ZIP. This modifies the
+      'package_source' target to generate a package of the sources required to
+      build and test Mesos, in the specified format. [default=FALSE]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      -DREBUNDLED=(TRUE|FALSE)
+    </td>
+    <td>
+      Attempt to build against the third-party dependencies included as tarballs
+      in the Mesos repository. NOTE: This is not always possible. For example, a
+      dependency might not be included as a tarball in the Mesos repository;
+      additionally, Windows does not have a package manager, so we do not expect
+      system dependencies like APR to exist natively, and we therefore must
+      acquire them. In these cases (or when <code>-DREBUNDLED=FALSE</code>), we
+      will acquire the dependency from the location specified by the
+      <code>3RDPARTY_DEPENDENCIES</code>, which by default points to the
+      official Mesos <a
+      href="https://github.com/3rdparty/mesos-3rdparty">third-party dependency
+      mirror</a>. [default=TRUE]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      -DENABLE_LIBEVENT=(TRUE|FALSE)
+    </td>
+    <td>
+      Use <a href="https://github.com/libevent/libevent">libevent</a> instead of
+      libev for the event loop. This is required (but not the default) on
+      Windows. [default=FALSE]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      -DENABLE_SSL=(TRUE|FALSE)
+    </td>
+    <td>
+      Build libprocess with SSL support. [default=FALSE]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      -DOPENSSL_ROOT_DIR=[path]
+    </td>
+    <td>
+      Specify the path to OpenSSL, e.g. "C:\OpenSSL-Win64".
+      [default=unspecified]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      -DENABLE_LOCK_FREE_RUN_QUEUE=(TRUE|FALSE)
+    </td>
+    <td>
+      Build libprocess with lock free run queue. [default=FALSE]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      -DENABLE_JAVA=(TRUE|FALSE)
+    </td>
+    <td>
+      Build Java components. Warning: this is SLOW. [default=FALSE]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      -D3RDPARTY_DEPENDENCIES=[path_or_url]
+    </td>
+    <td>
+      Location of the dependency mirror. In some cases, the Mesos build system
+      needs to acquire third-party dependencies that aren't rebundled as
+      tarballs in the Mesos repository. For example, on Windows, we must aquire
+      newer versions of some dependencies, and since Windows does not have a
+      package manager, we must acquire system dependencies like cURL. This
+      parameter can be either a URL (for example, pointing at the Mesos official
+      <a href="https://github.com/3rdparty/mesos-3rdparty">third-party
+      dependency mirror</a>), or a local folder (for example, a local clone of
+      the dependency mirror).
+      [default="https://github.com/3rdparty/mesos-3rdparty/raw/master"]
+    </td>
+  </tr>
+  <tr>
+    <td>
+      -DPATCHEXE_PATH=[path]
+    </td>
+    <td>
+      Location of
+      <a href="http://gnuwin32.sourceforge.net/packages/patch.htm">GNU Patch for
+      Windows</a> binary. [default=%PROGRAMFILESX86%/GnuWin32/bin/patch.exe]
+      </td>
+  </tr>
+</table>
+
+
+  </div>
+</div>
+
+  </div><!-- /.container -->
+</div><!-- /.content -->
+
+<hr>
+
+
+
+    <!-- footer -->
+    <div class="footer">
+      <div class="container">
+        <div class="col-md-4 social-blk">
+          <span class="social">
+            <a href="https://twitter.com/ApacheMesos"
+              class="twitter-follow-button"
+              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
+              class="twitter-hashtag-button"
+              data-size="large"
+              data-related="ApacheMesos">Tweet #mesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+          </span>
+        </div>
+
+        <div class="col-md-8 trademark">
+          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
+            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
+          <p>
+        </div>
+      </div><!-- /.container -->
+    </div><!-- /.footer -->
+
+    <!-- JS -->
+    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
+    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
+  </body>
+</html>