You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by to...@apache.org on 2017/02/02 22:13:12 UTC

[1/6] kudu-site git commit: Publish commit(s) from site source repo: a16ab60 Update docs from branch-1.2.x 7fa56a53ae40fd89bcd79426386dbd004547b305

Repository: kudu-site
Updated Branches:
  refs/heads/asf-site d606e9f2b -> 892773c21


http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/kudu_impala_integration.html
----------------------------------------------------------------------
diff --git a/docs/kudu_impala_integration.html b/docs/kudu_impala_integration.html
index 9b0d6bb..8d3bd00 100644
--- a/docs/kudu_impala_integration.html
+++ b/docs/kudu_impala_integration.html
@@ -118,517 +118,82 @@ limitations under the License.
       <div id="preamble">
 <div class="sectionbody">
 <div class="paragraph">
-<p>Kudu has tight integration with Impala, allowing you to use Impala
+<p>Kudu has tight integration with Apache Impala (incubating), allowing you to use Impala
 to insert, query, update, and delete data from Kudu tablets using Impala&#8217;s SQL
 syntax, as an alternative to using the <a href="installation.html#view_api">Kudu APIs</a>
 to build a custom Kudu application. In addition, you can use JDBC or ODBC to connect
 existing or new applications written in any language, framework, or business intelligence
 tool to your Kudu data, using Impala as the broker.</p>
 </div>
-<div class="admonitionblock note">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-note" title="Note"></i>
-</td>
-<td class="content">
-The following instructions assume a
-<a href="http://www.cloudera.com/content/www/en-us/products/cloudera-manager.html">Cloudera Manager</a>
-deployment. However, you can use Kudu with Impala without Cloudera Manager.
-</td>
-</tr>
-</table>
-</div>
 </div>
 </div>
 <div class="sect1">
-<h2 id="_requirements_and_implications"><a class="link" href="#_requirements_and_implications">Requirements and Implications</a></h2>
+<h2 id="_requirements"><a class="link" href="#_requirements">Requirements</a></h2>
 <div class="sectionbody">
-<div class="paragraph">
-<p>This integration relies on features that released versions of Impala do not have yet.
-In the interim, you need
-to install a fork of Impala, which this document will refer to as <em>Impala_Kudu</em>.</p>
-</div>
 <div class="ulist">
 <ul>
 <li>
-<p>You can install Impala_Kudu using parcels or packages.</p>
-</li>
-<li>
-<p>Kudu itself requires CDH 5.4.3 or later. To use Cloudera Manager with Impala_Kudu,
-you need Cloudera Manager 5.4.3 or later. Cloudera Manager 5.4.7 is recommended, as
-it adds support for collecting metrics from Kudu.</p>
-</li>
-<li>
-<p>If you have an existing Impala instance on your cluster, you can install Impala_Kudu
-alongside the existing Impala instance <strong>if you use parcels</strong>. The new instance does
-not share configurations with the existing instance and is completely independent.
-A script is provided to automate this type of installation. See <a href="#install_impala_kudu_parcels_side_by_side">Manual Installation</a>.</p>
-</li>
-<li>
-<p>It is especially important that the cluster has adequate
-unreserved RAM for the Impala_Kudu instance.</p>
-</li>
-<li>
-<p>Consider shutting down the original Impala service when testing Impala_Kudu if you
-want to be sure it is not impacted.</p>
-</li>
-<li>
-<p>Before installing Impala_Kudu, you must have already installed and configured
-services for HDFS (though it is not used by Kudu), the Hive Metastore (where Impala
-stores its metadata), and <a href="installation.html">Kudu</a>. You may need HBase, YARN,
-Sentry, and ZooKeeper services as well. Meeting the Impala installation requirements
-is out of the scope of this document. See
-<a href="http://www.cloudera.com/content/www/en-us/documentation/enterprise/latest/topics/impala_prereqs.html">Impala Prequisites</a>
-in the official Impala documentation for more information.</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="_installing_impala_kudu_using_cloudera_manager"><a class="link" href="#_installing_impala_kudu_using_cloudera_manager">Installing Impala_Kudu Using Cloudera Manager</a></h2>
-<div class="sectionbody">
-<div class="paragraph">
-<p>If you use Cloudera Manager, you can install Impala_Kudu using
-<a href="#install_impala_kudu_parcels">parcels</a> or
-<a href="#install_impala_kudu_packages">packages</a>. However, if you have an existing Impala
-instance, you must use parcels and you should use the instructions provided in
-<a href="#install_impala_kudu_parcels_side_by_side">procedure</a>, rather than these instructions.</p>
-</div>
-<div class="sect2">
-<h3 id="install_impala_kudu_parcels"><a class="link" href="#install_impala_kudu_parcels">Installing the Impala_Kudu Service Using Parcels</a></h3>
-<div class="sect3">
-<h4 id="install_impala_kudu_parcels_side_by_side"><a class="link" href="#install_impala_kudu_parcels_side_by_side">Manual Installation</a></h4>
-<div class="admonitionblock note">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-note" title="Note"></i>
-</td>
-<td class="content">
-Manual installation of Impala_Kudu is only supported where there is no other Impala
-service already running in the cluster, and when you use parcels.
-</td>
-</tr>
-</table>
-</div>
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>Obtain the Impala_Kudu parcel either by using the parcel repository or downloading it manually.</p>
-<div class="ulist">
-<ul>
-<li>
-<p>To use the parcel repository:</p>
+<p>This documentation is specific to the certain versions of Impala. The syntax
+described will work only in the following releases:</p>
 <div class="ulist">
 <ul>
 <li>
-<p>Go to <strong>Hosts / Parcels</strong>.</p>
+<p>The version of Impala 2.7.0 that ships with CDH 5.10. <code>SELECT VERSION()</code> will
+report <code>impalad version 2.7.0-cdh5.10.0</code>.</p>
 </li>
 <li>
-<p>Click <strong>Edit Settings</strong>. Add <a href="http://archive.cloudera.com/beta/impala-kudu/parcels/latest/" class="bare">http://archive.cloudera.com/beta/impala-kudu/parcels/latest/</a>
-as a <strong>Remote Parcel Repository URL</strong>. Click <strong>Save Changes</strong>.</p>
+<p>Apache Impala 2.8.0 releases compiled from source. <code>SELECT VERSION()</code> will
+report <code>impalad version 2.8.0</code>.</p>
 </li>
 </ul>
 </div>
 </li>
-<li>
-<p>To download the parcel manually:</p>
-<div class="ulist">
-<ul>
-<li>
-<p>Download the parcel for your operating system from
-<a href="http://archive.cloudera.com/beta/impala-kudu/parcels/latest/" class="bare">http://archive.cloudera.com/beta/impala-kudu/parcels/latest/</a> and upload
-it to <code>/opt/cloudera/parcel-repo/</code> on the Cloudera Manager server.</p>
-</li>
-<li>
-<p>Create a SHA1 file for the parcel. Cloudera Manager expects the SHA1 to be named
-with the exact same name as the parcel, with a <code>.sha</code> ending added, and to only
-contain the SHA1 itself, not the name of the parcel.</p>
-<div class="listingblock">
-<div class="content">
-<pre>sha1sum &lt;name_of_parcel_file&gt; | awk {'print $1'} &gt; &lt;name_of_parcel_file&gt;.sha</pre>
-</div>
-</div>
-</li>
 </ul>
 </div>
-</li>
-</ul>
+<div class="paragraph">
+<p>Older versions of Impala 2.7 (including the special <code>IMPALA_KUDU</code> releases
+previously available) have incompatible syntax. Future versions are likely to be
+compatible with this syntax, but we recommend checking that this is the latest
+available documentation corresponding to the appropriate version you have
+installed.</p>
 </div>
-</li>
-<li>
-<p>Go to <strong>Hosts / Parcels</strong>. Click <strong>Check for New Parcels.</strong> Verify that <strong>Impala_Kudu</strong>
-is in the list.</p>
-</li>
-<li>
-<p>Download (if necessary), distribute, and activate the <strong>Impala_Kudu</strong> parcel.</p>
-</li>
-<li>
-<p>Add a new Impala service. This service will use the Impala_Kudu parcel.</p>
 <div class="ulist">
 <ul>
 <li>
-<p>Go to the cluster and click <strong>Actions / Add a Service</strong>.</p>
-</li>
-<li>
-<p>Choose one host to run the Catalog Server, one to run the StateServer, and one
-or more to run Impala Daemon instances. Click <strong>Continue</strong>.</p>
-</li>
-<li>
-<p>Choose one or more Impala scratch directories. Click <strong>Continue</strong>. The Impala service
-starts. <strong>However, the features that Impala needs in order to work with Kudu are not
-enabled yet.</strong></p>
+<p>This documentation does not describe Impala installation procedures. Please
+refer to the Impala documentation and be sure that you are able to run simple
+queries against Impala tables on HDFS before proceeding.</p>
 </li>
 </ul>
 </div>
-</li>
-<li>
-<p>Enable the features that allow Impala to work with Kudu.</p>
-<div class="ulist">
-<ul>
-<li>
-<p>Go to the new Impala service. Click <strong>Configuration</strong>.</p>
-</li>
-<li>
-<p>Search for the <strong>Impala Service Environment Advanced Configuration Snippet (Safety
-Valve)</strong> configuration item. Add the following to the text field and save your changes:
-<code>IMPALA_KUDU=1</code></p>
-</li>
-<li>
-<p>Restart the Impala service.</p>
-</li>
-<li>
-<p>You can verify that the Kudu features are available to Impala by running the following
-query in Impala Shell:</p>
-<div class="listingblock">
-<div class="content">
-<pre class="highlight"><code class="language-sql" data-lang="sql">select if(version() like '%KUDU%', "all set to go!", "check your configs") as s;
-
-Query: select if(version() like '%KUDU%', "all set to go!", "check your configs") as s
-+----------------+
-| s              |
-+----------------+
-| all set to go! |
-+----------------+
-Fetched 1 row(s) in 0.02s</code></pre>
 </div>
 </div>
+<div class="sect1">
+<h2 id="_configuration"><a class="link" href="#_configuration">Configuration</a></h2>
+<div class="sectionbody">
 <div class="paragraph">
-<p>If you do not 'all set to go!', carefully review the previous instructions to be sure
-that you have not missed a step.</p>
-</div>
-</li>
-</ul>
-</div>
-</li>
-</ol>
-</div>
+<p>No configuration changes are required within Kudu to enable access from Impala.</p>
 </div>
-<div class="sect3">
-<h4 id="_installation_using_the_code_deploy_py_code_script"><a class="link" href="#_installation_using_the_code_deploy_py_code_script">Installation using the <code>deploy.py</code> Script</a></h4>
 <div class="paragraph">
-<p>If you use parcels, Cloudera recommends using the included <code>deploy.py</code> script to
-install and deploy the Impala_Kudu service into your cluster. If your cluster does
-not have an existing Impala instance, the script is optional. However, if you do
-have an existing Impala instance and want to install Impala_Kudu side-by-side,
-you must use the script.</p>
+<p>Although not strictly necessary, it is recommended to configure Impala with the
+locations of the Kudu Master servers:</p>
 </div>
 <div class="ulist">
-<div class="title">Prerequisites</div>
 <ul>
 <li>
-<p>The script depends upon the Cloudera Manager API Python bindings. Install the bindings
-using <code>sudo pip install cm-api</code> (or as an unprivileged user, with the <code>--user</code>
-option to <code>pip</code>), or see <a href="http://cloudera.github.io/cm_api/docs/python-client/" class="bare">http://cloudera.github.io/cm_api/docs/python-client/</a>
-for more details.</p>
-</li>
-<li>
-<p>You need the following information to run the script:</p>
-<div class="ulist">
-<ul>
-<li>
-<p>The IP address or fully-qualified domain name of the Cloudera Manager server.</p>
-</li>
-<li>
-<p>The IP address or fully-qualified domain name of the host that should run the Kudu
-master process, if different from the Cloudera Manager server.</p>
-</li>
-<li>
-<p>The cluster name, if Cloudera Manager manages multiple clusters.</p>
-</li>
-<li>
-<p>If you have an existing Impala service and want to clone its configuration, you
-need to know the name of the existing service.</p>
-</li>
-<li>
-<p>If your cluster has more than one instance of a HDFS, Hive, HBase, or other CDH
-service that this Impala_Kudu service depends upon, the name of the service this new
-Impala_Kudu service should use.</p>
-</li>
-<li>
-<p>A name for the new Impala service.</p>
-</li>
-<li>
-<p>A user name and password with <strong>Full Administrator</strong> privileges in Cloudera Manager.</p>
-</li>
-<li>
-<p>The IP address or host name of the host where the new Impala_Kudu service&#8217;s master role
-should be deployed, if not the Cloudera Manager server.</p>
-</li>
-<li>
-<p>A comma-separated list of local (not HDFS) scratch directories which the new
-Impala_Kudu service should use, if you are not cloning an existing Impala service.</p>
-</li>
-</ul>
-</div>
-</li>
-<li>
-<p>Your Cloudera Manager server needs network access to reach the parcel repository
-hosted on <code>cloudera.com</code>.</p>
+<p>Set the <code>--kudu_master_hosts=&lt;master1&gt;[:port],&lt;master2&gt;[:port],&lt;master3&gt;[:port]</code>
+flag in the Impala service configuration. If you are using Cloudera Manager,
+please refer to the appropriate Cloudera Manager documentation to do so.</p>
 </li>
 </ul>
 </div>
-<div class="ulist">
-<div class="title">Procedure</div>
-<ul>
-<li>
-<p>Download the <code>deploy.py</code> from <a href="https://github.com/apache/incubator-impala/blob/master/infra/deploy/deploy.py" class="bare">https://github.com/apache/incubator-impala/blob/master/infra/deploy/deploy.py</a>
-using <code>curl</code> or another utility of your choice.</p>
-<div class="listingblock">
-<div class="content">
-<pre class="highlight"><code class="language-bash" data-lang="bash">$ curl -O https://raw.githubusercontent.com/apache/incubator-impala/master/infra/deploy/deploy.py</code></pre>
-</div>
-</div>
-</li>
-<li>
-<p>Run the <code>deploy.py</code> script. The syntax below creates a standalone IMPALA_KUDU
-service called <code>IMPALA_KUDU-1</code> on a cluster called <code>Cluster 1</code>. Exactly one HDFS, Hive,
-and HBase service exist in Cluster 1, so service dependencies are not required.
-The cluster should not already have an Impala instance.</p>
-<div class="listingblock">
-<div class="content">
-<pre class="highlight"><code class="language-bash" data-lang="bash">$ python deploy.py create IMPALA_KUDU-1 --cluster 'Cluster 1' \
-  --master_host &lt;FQDN_of_Kudu_master_server&gt; \
-  --host &lt;FQDN_of_cloudera_manager_server&gt;</code></pre>
-</div>
-</div>
-</li>
-</ul>
-</div>
-<div class="admonitionblock note">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-note" title="Note"></i>
-</td>
-<td class="content">
-If you do not specify <code>--master_host</code>, the Kudu master is configured to run
-on the Cloudera Manager server (the value specified by the <code>--host</code> parameter).
-</td>
-</tr>
-</table>
-</div>
-<div class="ulist">
-<ul>
-<li>
-<p>If two HDFS services are available, called <code>HDFS-1</code> and <code>HDFS-2</code>, use the following
-syntax to create the same <code>IMPALA_KUDU-1</code> service using <code>HDFS-2</code>. You can specify
-multiple types of dependencies; use the <code>deploy.py create -h</code> command for details.</p>
-<div class="listingblock">
-<div class="content">
-<pre class="highlight"><code class="language-bash" data-lang="bash">$ python deploy.py create IMPALA_KUDU-1 --cluster 'Cluster 1' --hdfs_dependency HDFS-2 \
-  --host &lt;FQDN_of_cloudera_manager_server&gt;</code></pre>
-</div>
-</div>
-</li>
-<li>
-<p>Run the <code>deploy.py</code> script with the following syntax to clone an existing IMPALA
-service called <code>IMPALA-1</code> to a new IMPALA_KUDU service called <code>IMPALA_KUDU-1</code>, where
-Cloudera Manager only manages a single cluster.  This new <code>IMPALA_KUDU-1</code> service
-can run side by side with the <code>IMPALA-1</code> service if there is sufficient RAM for both.
-<code>IMPALA_KUDU-1</code> should be given at least 16 GB of RAM and possibly more depending
-on the complexity of the workload and the query concurrency level.</p>
-<div class="listingblock">
-<div class="content">
-<pre class="highlight"><code class="language-bash" data-lang="bash">$ python deploy.py clone IMPALA_KUDU-1 IMPALA-1 --host &lt;FQDN_of_cloudera_manager_server&gt;</code></pre>
-</div>
-</div>
-</li>
-<li>
-<p>Additional parameters are available for <code>deploy.py</code>. To view them, use the <code>-h</code>
-argument.  You can also use commands such as <code>deploy.py create -h</code> or
-<code>deploy.py clone -h</code> to get information about additional arguments for individual operations.</p>
-</li>
-<li>
-<p>The service is created <strong>but not started</strong>. Review the configuration in Cloudera Manager
-and start the service.</p>
-</li>
-</ul>
-</div>
-</div>
-</div>
-<div class="sect2">
-<h3 id="install_impala_kudu_packages"><a class="link" href="#install_impala_kudu_packages">Installing Impala_Kudu Using Packages</a></h3>
 <div class="paragraph">
-<p>Before installing Impala_Kudu packages, you need to uninstall any existing Impala
-packages, using operating system utilities. For this reason, you cannot use Impala_Kudu
-alongside another Impala instance if you use packages.</p>
-</div>
-<table id="impala_kudu_package_locations" class="tableblock frame-all grid-all spread">
-<caption class="title">Table 1. Impala_Kudu Package Locations</caption>
-<colgroup>
-<col style="width: 33%;">
-<col style="width: 33%;">
-<col style="width: 33%;">
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-right valign-top">OS</th>
-<th class="tableblock halign-left valign-top">Repository</th>
-<th class="tableblock halign-left valign-top">Individual Packages</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-right valign-top"><p class="tableblock"><strong>RHEL or CentOS</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/beta/impala-kudu/redhat/6/x86_64/impala-kudu/cloudera-impala-kudu.repo">RHEL 6 or CentOS 6</a>,
-                   <a href="http://archive.cloudera.com/beta/impala-kudu/redhat/7/x86_64/impala-kudu/cloudera-impala-kudu.repo">RHEL 7 or CentOS 7</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/beta/impala-kudu/redhat/6/x86_64/impala-kudu/0/RPMS/x86_64/">RHEL 6 or CentOS 6</a>,
-                   <a href="http://archive.cloudera.com/beta/impala-kudu/redhat/7/x86_64/impala-kudu/0/RPMS/x86_64/">RHEL 7 or CentOS 7</a></p></td>
-</tr>
-<tr>
-<td class="tableblock halign-right valign-top"><p class="tableblock"><strong>Ubuntu</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/beta/impala-kudu/ubuntu/trusty/amd64/impala-kudu/cloudera.list">Trusty</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/beta/impala-kudu/ubuntu/trusty/amd64/impala-kudu/pool/contrib/i/impala-kudu/">Trusty</a></p></td>
-</tr>
-</tbody>
-</table>
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>Download and configure the Impala_Kudu repositories for your operating system, or manually
-download individual RPMs, the appropriate link from <a href="#impala_kudu_package_locations">Impala_Kudu Package Locations</a>.</p>
-</li>
-<li>
-<p>An Impala cluster has at least one <code>impala-kudu-server</code> and at most one <code>impala-kudu-catalog</code>
-and <code>impala-kudu-state-store</code>.  To connect to Impala from the command line, install
-the <code>impala-kudu-shell</code> package.</p>
-</li>
-</ol>
-</div>
-</div>
-<div class="sect2">
-<h3 id="_adding_impala_service_in_cloudera_manager"><a class="link" href="#_adding_impala_service_in_cloudera_manager">Adding Impala service in Cloudera Manager</a></h3>
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>Add a new Impala service in Cloudera Manager.</p>
-<div class="ulist">
-<ul>
-<li>
-<p>Go to the cluster and click <strong>Actions / Add a Service</strong>.</p>
-</li>
-<li>
-<p>Choose one host to run the Catalog Server, one to run the Statestore, and at
-least three to run Impala Daemon instances. Click <strong>Continue</strong>.</p>
-</li>
-<li>
-<p>Choose one or more Impala scratch directories. Click <strong>Continue</strong>.</p>
-</li>
-</ul>
-</div>
-</li>
-<li>
-<p>The Impala service starts.</p>
-</li>
-</ol>
-</div>
+<p>If this flag is not set within the Impala service, it will be necessary to manually
+provide this configuration each time you create a table by specifying the
+<code>kudu_master_addresses</code> property inside a <code>TBLPROPERTIES</code> clause.</p>
 </div>
-</div>
-</div>
-<div class="sect1">
-<h2 id="_installing_impala_kudu_without_cloudera_manager"><a class="link" href="#_installing_impala_kudu_without_cloudera_manager">Installing Impala_Kudu Without Cloudera Manager</a></h2>
-<div class="sectionbody">
 <div class="paragraph">
-<p>Before installing Impala_Kudu packages, you need to uninstall any existing Impala
-packages, using operating system utilities. For this reason, you cannot use Impala_Kudu
-alongside another Impala instance if you use packages.</p>
-</div>
-<div class="admonitionblock important">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-important" title="Important"></i>
-</td>
-<td class="content">
-Do not use these command-line instructions if you use Cloudera Manager.
-Instead, follow <a href="#install_impala_kudu_packages">Installing Impala_Kudu Using Packages</a>.
-</td>
-</tr>
-</table>
-</div>
-<table id="impala_kudu_non-cm_locations" class="tableblock frame-all grid-all spread">
-<caption class="title">Table 2. Impala_Kudu Package Locations</caption>
-<colgroup>
-<col style="width: 33%;">
-<col style="width: 33%;">
-<col style="width: 33%;">
-</colgroup>
-<thead>
-<tr>
-<th class="tableblock halign-right valign-top">OS</th>
-<th class="tableblock halign-left valign-top">Repository</th>
-<th class="tableblock halign-left valign-top">Individual Packages</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td class="tableblock halign-right valign-top"><p class="tableblock"><strong>RHEL or CentOS</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/beta/impala-kudu/redhat/6/x86_64/impala-kudu/cloudera-impala-kudu.repo">RHEL 6 or CentOS 6</a>,
-                   <a href="http://archive.cloudera.com/beta/impala-kudu/redhat/7/x86_64/impala-kudu/cloudera-impala-kudu.repo">RHEL 7 or CentOS 7</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/beta/impala-kudu/redhat/6/x86_64/impala-kudu/0/RPMS/x86_64/">RHEL 6 or CentOS 6</a>,
-                   <a href="http://archive.cloudera.com/beta/impala-kudu/redhat/7/x86_64/impala-kudu/0/RPMS/x86_64/">RHEL 7 or CentOS 7</a></p></td>
-</tr>
-<tr>
-<td class="tableblock halign-right valign-top"><p class="tableblock"><strong>Ubuntu</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/beta/impala-kudu/ubuntu/trusty/amd64/impala-kudu/cloudera.list">Trusty</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/beta/impala-kudu/ubuntu/trusty/amd64/impala-kudu/pool/contrib/i/impala-kudu/">Trusty</a></p></td>
-</tr>
-</tbody>
-</table>
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>Download and configure the Impala_Kudu repositories for your operating system, or manually
-download individual RPMs, the appropriate link from <a href="#impala_kudu_non-cm_locations">Impala_Kudu Package Locations</a>.</p>
-</li>
-<li>
-<p>An Impala cluster has at least one <code>impala-kudu-server</code> and at most one <code>impala-kudu-catalog</code>
-and <code>impala-kudu-state-store</code>.  To connect to Impala from the command line, install
-the <code>impala-kudu-shell</code> package.</p>
-</li>
-</ol>
-</div>
-<div class="sect2">
-<h3 id="_starting_impala_kudu_services"><a class="link" href="#_starting_impala_kudu_services">Starting Impala_Kudu Services</a></h3>
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>Use the Impala start-up scripts to start each service on the relevant hosts:</p>
-<div class="listingblock">
-<div class="content">
-<pre>$ sudo service impala-state-store start
-
-$ sudo service impala-catalog start
-
-$ sudo service impala-server start</pre>
-</div>
-</div>
-</li>
-</ol>
-</div>
+<p>The rest of this guide assumes that the configuration has been set.</p>
 </div>
 </div>
 </div>
@@ -648,33 +213,9 @@ This is only a small sub-set of Impala Shell functionality. For more details, se
 </tr>
 </table>
 </div>
-<div class="paragraph">
-<p>Neither Kudu nor Impala need special configuration in order for you to use the Impala
-Shell or the Impala API to insert, update, delete, or query Kudu data using Impala.
-However, you do need to create a mapping between the Impala and Kudu tables. Kudu
-provides the Impala query to map to an existing Kudu table in the web UI.</p>
-</div>
 <div class="ulist">
 <ul>
 <li>
-<p>Be sure you are using the <code>impala-shell</code> binary provided by the Impala_Kudu package,
-rather than the default CDH Impala binary. The following shows how to verify this
-using the <code>alternatives</code> command on a RHEL or CentOS host.</p>
-<div class="listingblock">
-<div class="content">
-<pre class="highlight"><code class="language-bash" data-lang="bash">$ sudo alternatives --display impala-shell
-
-impala-shell - status is auto.
- link currently points to /opt/cloudera/parcels/CDH-5.5.0-1.cdh5.5.0.p0.1007/bin/impala-shell
-/opt/cloudera/parcels/CDH-5.5.0-1.cdh5.5.0.p0.1007/bin/impala-shell - priority 10
-/opt/cloudera/parcels/IMPALA_KUDU-2.3.0-1.cdh5.5.0.p0.119/bin/impala-shell - priority 5
-Current `best' version is /opt/cloudera/parcels/CDH-5.5.0-1.cdh5.5.0.p0.1007/bin/impala-shell.
-
-$ sudo alternatives --set impala-shell /opt/cloudera/parcels/IMPALA_KUDU-2.3.0-1.cdh5.5.0.p0.119/bin/impala-shell</code></pre>
-</div>
-</div>
-</li>
-<li>
 <p>Start Impala Shell using the <code>impala-shell</code> command. By default, <code>impala-shell</code>
 attempts to connect to the Impala daemon on <code>localhost</code> on port 21000. To connect
 to a different host,, use the <code>-i &lt;host:port&gt;</code> option. To automatically connect to
@@ -718,31 +259,30 @@ for more information about internal and external tables.</p>
 </div>
 <div class="sect2">
 <h3 id="_querying_an_existing_kudu_table_in_impala"><a class="link" href="#_querying_an_existing_kudu_table_in_impala">Querying an Existing Kudu Table In Impala</a></h3>
-<div class="olist arabic">
-<ol class="arabic">
-<li>
-<p>Go to <a href="http://kudu-master.example.com:8051/tables/" class="bare">http://kudu-master.example.com:8051/tables/</a>, where <em>kudu-master.example.com</em>
-is the address of your Kudu master.</p>
-</li>
-<li>
-<p>Click the table ID for the relevant table.</p>
-</li>
-<li>
-<p>Scroll to the bottom of the page, or search for <code>Impala CREATE TABLE statement</code>.
-Copy the entire statement.</p>
-</li>
-<li>
-<p>Paste the statement into Impala. Impala now has a mapping to your Kudu table.</p>
-</li>
-</ol>
+<div class="paragraph">
+<p>Tables created through the Kudu API or other integrations such as Apache Spark
+are not automatically visible in Impala. To query them, you must first create
+an external table within Impala to map the Kudu table into an Impala database:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="highlight"><code class="language-sql" data-lang="sql">CREATE EXTERNAL TABLE my_mapping_table
+STORED AS KUDU
+TBLPROPERTIES (
+  'kudu.table_name' = 'my_kudu_table'
+);</code></pre>
+</div>
 </div>
 </div>
 <div class="sect2">
 <h3 id="kudu_impala_create_table"><a class="link" href="#kudu_impala_create_table">Creating a New Kudu Table From Impala</a></h3>
 <div class="paragraph">
 <p>Creating a new table in Kudu from Impala is similar to mapping an existing Kudu table
-to an Impala table, except that you need to write the <code>CREATE</code> statement yourself.
-Use the following example as a guideline. Impala first creates the table, then creates
+to an Impala table, except that you need to specify the schema and partitioning
+information yourself.</p>
+</div>
+<div class="paragraph">
+<p>Use the following example as a guideline. Impala first creates the table, then creates
 the mapping.</p>
 </div>
 <div class="listingblock">
@@ -753,11 +293,8 @@ the mapping.</p>
   name STRING,
   PRIMARY KEY(id)
 )
-DISTRIBUTE BY HASH INTO 16 BUCKETS
-STORED AS KUDU
-TBLPROPERTIES(
-  'kudu.master_addresses' = 'kudu-master.example.com:7051',
-);</code></pre>
+PARTITION BY HASH PARTITIONS 16
+STORED AS KUDU;</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -765,45 +302,27 @@ TBLPROPERTIES(
 be listed first. Additionally, primary key columns are implicitly marked <code>NOT NULL</code>.</p>
 </div>
 <div class="paragraph">
-<p>The following table property is required unless the <code>kudu_master_hosts</code> configuration
-flag has been specified for Impala:</p>
-</div>
-<div class="dlist">
-<dl>
-<dt class="hdlist1"><code>kudu.master_addresses</code></dt>
-<dd>
-<p>the list of Kudu masters Impala should communicate with.</p>
-</dd>
-</dl>
-</div>
-<div class="paragraph">
 <p>When creating a new Kudu table, you are required to specify a distribution scheme.
 See <a href="#partitioning_tables">Partitioning Tables</a>. The table creation example above is distributed into
-16 buckets by hashing the <code>id</code> column, for simplicity. See
+16 partitions by hashing the <code>id</code> column, for simplicity. See
 <a href="#partitioning_rules_of_thumb">Partitioning Rules of Thumb</a> for guidelines on partitioning.</p>
 </div>
 <div class="sect3">
 <h4 id="__code_create_table_as_select_code"><a class="link" href="#__code_create_table_as_select_code"><code>CREATE TABLE AS SELECT</code></a></h4>
 <div class="paragraph">
-<p><code>CREATE TABLE AS SELECT</code> does not offer syntax to specify a primary key, and
-thus cannot be used to create a table in Kudu from Impala.</p>
-</div>
-<div class="paragraph">
-<p>Instead, a <code>CREATE TABLE</code> statement may be issued, followed by an <code>INSERT &#8230;&#8203; SELECT</code>
-statement. for example:</p>
+<p>You can create a table by querying any other table or tables in Impala, using a <code>CREATE
+TABLE &#8230;&#8203; AS SELECT</code> statement. The following example imports all rows from an existing table
+<code>old_table</code> into a Kudu table <code>new_table</code>. The names and types of columns in <code>new_table</code>
+will determined from the columns in the result set of the <code>SELECT</code> statement. Note that you must
+additionally specify the primary key and partitioning.</p>
 </div>
 <div class="listingblock">
 <div class="content">
 <pre class="highlight"><code class="language-sql" data-lang="sql">CREATE TABLE new_table
-(
-  ts BIGINT,
-  name STRING,
-  value DOUBLE,
-  PRIMARY KEY (ts, name)
-)
-DISTRIBUTE BY HASH(name) INTO 8 BUCKETS
-STORED AS KUDU;
-INSERT INTO new_table SELECT ts, name, value FROM old_table;</code></pre>
+PRIMARY KEY (ts, name)
+PARTITION BY HASH(name) PARTITIONS 8
+STORED AS KUDU
+AS SELECT ts, name, value FROM old_table;</code></pre>
 </div>
 </div>
 </div>
@@ -816,7 +335,7 @@ has no mechanism for automatically (or manually) splitting a pre-existing tablet
 Until this feature has been implemented, <strong>you must specify your partitioning when
 creating a table</strong>. When designing your table schema, consider primary keys that will allow you to
 split your table into partitions which grow at similar rates. You can designate
-partitions using a <code>DISTRIBUTE BY</code> clause when creating a table using Impala:</p>
+partitions using a <code>PARTITION BY</code> clause when creating a table using Impala:</p>
 </div>
 <div class="admonitionblock note">
 <table>
@@ -834,7 +353,7 @@ they are not used in their keyword sense.
 <div class="listingblock">
 <div class="content">
 <pre class="highlight"><code class="language-sql" data-lang="sql">CREATE TABLE cust_behavior (
-  _id BIGINT,
+  _id BIGINT PRIMARY KEY,
   salary STRING,
   edu_level INT,
   usergender STRING,
@@ -845,10 +364,10 @@ they are not used in their keyword sense.
   last_purchase_date BIGINT,
   category STRING,
   sku STRING,
-  rating INT,af4165ef333822510b4fe13cb2a2d324e37ec786
+  rating INT,
   fulfilled_date BIGINT
 )
-DISTRIBUTE BY RANGE (_id)
+PARTITION BY RANGE (_id)
 (
     PARTITION VALUES &lt; 1439560049342,
     PARTITION 1439560049342 &lt;= VALUES &lt; 1439566253755,
@@ -918,30 +437,17 @@ When designing your tables, consider using primary keys that will allow you to p
 your table into tablets which grow at similar rates.</p>
 </div>
 <div class="paragraph">
-<p>You can partition your table using Impala&#8217;s <code>DISTRIBUTE BY</code> keyword, which
+<p>You can partition your table using Impala&#8217;s <code>PARTITION BY</code> keyword, which
 supports distribution by <code>RANGE</code> or <code>HASH</code>. The partition scheme can contain zero
 or more <code>HASH</code> definitions, followed by an optional <code>RANGE</code> definition. The <code>RANGE</code>
 definition can refer to one or more primary key columns.
 Examples of <a href="#basic_partitioning">basic</a> and <a href="#advanced_partitioning">advanced</a>
 partitioning are shown below.</p>
 </div>
-<div class="admonitionblock note">
-<table>
-<tr>
-<td class="icon">
-<i class="fa icon-note" title="Note"></i>
-</td>
-<td class="content">
-Impala keywords, such as <code>group</code>, are enclosed by back-tick characters when
-they are used as identifiers, rather than as keywords.
-</td>
-</tr>
-</table>
-</div>
 <div class="sect3">
 <h4 id="basic_partitioning"><a class="link" href="#basic_partitioning">Basic Partitioning</a></h4>
 <div class="paragraph">
-<div class="title"><code>DISTRIBUTE BY RANGE</code></div>
+<div class="title"><code>PARTITION BY RANGE</code></div>
 <p>You can specify range partitions for one or more primary key columns.
 Range partitioning in Kudu allows splitting a table based based on
 specific values or ranges of values of the chosen partition keys. This allows
@@ -975,23 +481,23 @@ addition to, <code>RANGE</code>.</p>
 <pre class="highlight"><code class="language-sql" data-lang="sql">CREATE TABLE customers (
   state STRING,
   name STRING,
-  purchase_count int32,
+  purchase_count int,
   PRIMARY KEY (state, name)
 )
-DISTRIBUTE BY RANGE (state)
+PARTITION BY RANGE (state)
 (
-  VALUES = 'al',
-  VALUES = 'ak',
-  VALUES = 'ar',
-  ...
-  VALUES = 'wv',
-  VALUES = 'wy'
+  PARTITION VALUE = 'al',
+  PARTITION VALUE = 'ak',
+  PARTITION VALUE = 'ar',
+  -- ... etc ...
+  PARTITION VALUE = 'wv',
+  PARTITION VALUE = 'wy'
 )
 STORED AS KUDU;</code></pre>
 </div>
 </div>
 <div id="distribute_by_hash" class="paragraph">
-<div class="title"><code>DISTRIBUTE BY HASH</code></div>
+<div class="title"><code>PARTITION BY HASH</code></div>
 <p>Instead of distributing by an explicit range, or in combination with range distribution,
 you can distribute into a specific number of 'buckets' by hash. You specify the primary
 key columns you want to partition by, and the number of buckets you want to use. Rows are
@@ -1014,7 +520,7 @@ definitions. Consider two columns, <code>a</code> and <code>b</code>:
 <i class="fa icon-note" title="Note"></i>
 </td>
 <td class="content">
-<code>DISTRIBUTE BY HASH</code> with no column specified is a shortcut to create the desired
+<code>PARTITION BY HASH</code> with no column specified is a shortcut to create the desired
 number of buckets by hashing all primary key columns.
 </td>
 </tr>
@@ -1049,7 +555,7 @@ this table. See <a href="#advanced_partitioning">Advanced Partitioning</a> for a
   fulfilled_date BIGINT,
   PRIMARY KEY (id, sku)
 )
-DISTRIBUTE BY HASH INTO 16 BUCKETS
+PARTITION BY HASH PARTITIONS 16
 STORED AS KUDU;</code></pre>
 </div>
 </div>
@@ -1063,39 +569,9 @@ Each definition can encompass one or more columns. While enumerating every possi
 schema is out of the scope of this document, a few examples illustrate some of the
 possibilities.</p>
 </div>
-<div class="paragraph">
-<div class="title"><code>DISTRIBUTE BY RANGE</code> Using Composite Partition Keys</div>
-<p>This example creates 100 tablets, two for each US state. Per state, the first tablet
-holds names starting with characters before 'm', and the second tablet holds names
-starting with 'm'-'z'. Writes are spread across at least 50 tablets, and possibly
-up to 100. A query for a range of names in a given state is likely to only need to read from
-one tablet, while a query for a range of names across every state will likely
-read from at most 50 tablets.</p>
-</div>
-<div class="listingblock">
-<div class="content">
-<pre class="highlight"><code class="language-sql" data-lang="sql">CREATE TABLE customers (
-  state STRING,
-  name STRING,
-  purchase_count int32,
-  PRIMARY KEY (state, name)
-)
-DISTRIBUTE BY RANGE (state, name)
-(
-  PARTITION ('al', '')  &lt;= VALUES &lt; ('al', 'm'),
-  PARTITION ('al', 'm') &lt;= VALUES &lt; ('ak', '')
-  PARTITION ('ak', '')  &lt;= VALUES &lt; ('ak', 'm'),
-  PARTITION ('ak', 'm') &lt;= VALUES &lt; ('ar', ''),
-  ...
-  PARTITION ('wy', '')  &lt;= VALUES &lt; ('wy', 'm'),
-  PARTITION ('wy', 'm') &lt;= VALUES
-)
-STORED AS KUDU;</code></pre>
-</div>
-</div>
 </div>
 <div class="sect3">
-<h4 id="__code_distribute_by_hash_code_and_code_range_code"><a class="link" href="#__code_distribute_by_hash_code_and_code_range_code"><code>DISTRIBUTE BY HASH</code> and <code>RANGE</code></a></h4>
+<h4 id="__code_partition_by_hash_code_and_code_range_code"><a class="link" href="#__code_partition_by_hash_code_and_code_range_code"><code>PARTITION BY HASH</code> and <code>RANGE</code></a></h4>
 <div class="paragraph">
 <p>Consider the <a href="#distribute_by_hash">simple hashing</a> example above, If you often query for a range of <code>sku</code>
 values, you can optimize the example by combining hash partitioning with range partitioning.</p>
@@ -1114,8 +590,8 @@ good chance of only needing to read from a quarter of the tablets to fulfill the
 <i class="fa icon-note" title="Note"></i>
 </td>
 <td class="content">
-By default, the entire primary key is hashed when you use <code>DISTRIBUTE BY HASH</code>.
-To hash on only part of the primary key, specify it by using syntax like <code>DISTRIBUTE
+By default, the entire primary key is hashed when you use <code>PARTITION BY HASH</code>.
+To hash on only part of the primary key, specify it by using syntax like <code>PARTITION
 BY HASH (id, sku)</code>.
 </td>
 </tr>
@@ -1139,7 +615,7 @@ BY HASH (id, sku)</code>.
   fulfilled_date BIGINT,
   PRIMARY KEY (id, sku)
 )
-DISTRIBUTE BY HASH (id) INTO 4 BUCKETS,
+PARTITION BY HASH (id) PARTITIONS 4,
 RANGE (sku)
 (
   PARTITION VALUES &lt; 'g',
@@ -1151,7 +627,7 @@ STORED AS KUDU;</code></pre>
 </div>
 </div>
 <div class="paragraph">
-<div class="title">Multiple <code>DISTRIBUTE BY HASH</code> Definitions</div>
+<div class="title">Multiple <code>PARTITION BY HASH</code> Definitions</div>
 <p>Again expanding the example above, suppose that the query pattern will be unpredictable,
 but you want to ensure that writes are spread across a large number of tablets
 You can achieve maximum distribution across the entire primary key by hashing on
@@ -1175,14 +651,14 @@ both primary key columns.</p>
   fulfilled_date BIGINT,
   PRIMARY KEY (id, sku)
 )
-DISTRIBUTE BY HASH (id) INTO 4 BUCKETS,
-              HASH (sku) INTO 4 BUCKETS
+PARTITION BY HASH (id) PARTITIONS 4,
+             HASH (sku) PARTITIONS 4
 STORED AS KUDU;</code></pre>
 </div>
 </div>
 <div class="paragraph">
-<p>The example creates 16 buckets. You could also use <code>HASH (id, sku) INTO 16 BUCKETS</code>.
-However, a scan for <code>sku</code> values would almost always impact all 16 buckets, rather
+<p>The example creates 16 partitions. You could also use <code>HASH (id, sku) PARTITIONS 16</code>.
+However, a scan for <code>sku</code> values would almost always impact all 16 partitions, rather
 than possibly being limited to 4.</p>
 </div>
 <div class="paragraph">
@@ -1218,22 +694,42 @@ ranges will be rejected.</p>
 </div>
 <div class="listingblock">
 <div class="content">
-<pre class="highlight"><code class="language-sql" data-lang="sql">CREATE TABLE sales_by_year (year INT32, sale_id INT32, amount INT32)
-PRIMARY KEY (sale_id, year)
-DISTRIBUTE BY RANGE (year)
-(
-  PARTITION VALUES = 2012,
-  PARTITION VALUES = 2013,
-  PARTITION VALUES = 2014,
-  PARTITION VALUES = 2015,
-  PARTITION VALUES = 2016
-);</code></pre>
+<pre class="highlight"><code class="language-sql" data-lang="sql">CREATE TABLE sales_by_year (
+  year INT, sale_id INT, amount INT,
+  PRIMARY KEY (sale_id, year)
+)
+PARTITION BY RANGE (year) (
+  PARTITION VALUE = 2012,
+  PARTITION VALUE = 2013,
+  PARTITION VALUE = 2014,
+  PARTITION VALUE = 2015,
+  PARTITION VALUE = 2016
+)
+STORED AS KUDU;</code></pre>
 </div>
 </div>
 <div class="paragraph">
 <p>When records start coming in for 2017, they will be rejected. At that point, the <code>2017</code>
-range should be added. Impala 2.8 and higher support this functionality using
-the <code>ALTER TABLE [ADD|DROP] RANGE PARTITION</code> statements.</p>
+range should be added as follows:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="highlight"><code class="language-sql" data-lang="sql">ALTER TABLE sales_by_year ADD RANGE PARTITION VALUE = 2017;</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>In use cases where a rolling window of data retention is required, range partitions
+may also be dropped. For example, if data from 2012 should no longer be retained,
+it may be deleted in bulk:</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="highlight"><code class="language-sql" data-lang="sql">ALTER TABLE sales_by_year DROP RANGE PARTITION VALUE = 2012;</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<p>Note that, just like dropping a table, this irrecoverably deletes all data
+stored in the dropped partition.</p>
 </div>
 </div>
 <div class="sect3">
@@ -1471,24 +967,47 @@ You should design your application with this in mind.</p>
 properties. These properties include the table name, the list of Kudu master addresses,
 and whether the table is managed by Impala (internal) or externally.</p>
 </div>
-<div class="admonitionblock important">
+<div class="listingblock">
+<div class="title">Rename an Impala Mapping Table</div>
+<div class="content">
+<pre class="highlight"><code class="language-sql" data-lang="sql">ALTER TABLE my_table RENAME TO my_new_table;</code></pre>
+</div>
+</div>
+<div class="admonitionblock note">
 <table>
 <tr>
 <td class="icon">
-<i class="fa icon-important" title="Important"></i>
+<i class="fa icon-note" title="Note"></i>
 </td>
 <td class="content">
-Altering table properties only changes Impala&#8217;s metadata about the table,
-not the underlying table itself. These statements do not modify any table metadata
-in Kudu.
+Renaming a table using the <code>ALTER TABLE &#8230;&#8203; RENAME</code> statement only renames
+the Impala mapping table, regardless of whether the table is an internal or external
+table. This avoids disruption to other applications that may be accessing the
+underlying Kudu table.
 </td>
 </tr>
 </table>
 </div>
+<div class="paragraph">
+<div class="title">Rename the underlying Kudu table for an internal table</div>
+<p>If a table is an internal table, the underlying Kudu table may be renamed by
+changing the <code>kudu.table_name</code> property:</p>
+</div>
 <div class="listingblock">
-<div class="title">Rename a Table</div>
 <div class="content">
-<pre class="highlight"><code class="language-sql" data-lang="sql">ALTER TABLE my_table RENAME TO my_new_table;</code></pre>
+<pre class="highlight"><code class="language-sql" data-lang="sql">ALTER TABLE my_internal_table
+SET TBLPROPERTIES('kudu.table_name' = 'new_name')</code></pre>
+</div>
+</div>
+<div class="paragraph">
+<div class="title">Remapping an external table to a different Kudu table</div>
+<p>If another application has renamed a Kudu table under Impala, it is possible to
+re-map an external table to point to a different Kudu table name.</p>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="highlight"><code class="language-sql" data-lang="sql">ALTER TABLE my_external_table_
+SET TBLPROPERTIES('kudu.table_name' = 'some_other_kudu_table')</code></pre>
 </div>
 </div>
 <div class="listingblock">
@@ -1569,18 +1088,16 @@ primary key columns before other columns, in primary key order.</p>
 external table in Impala.</p>
 </li>
 <li>
-<p>Impala can not create Kudu tables with <code>TIMESTAMP</code> or nested-typed columns.</p>
+<p>Impala can not create Kudu tables with <code>TIMESTAMP</code>, <code>DECIMAL</code>, <code>VARCHAR</code>,
+or nested-typed columns.</p>
 </li>
 <li>
 <p>Impala can not update values in primary key columns.</p>
 </li>
 <li>
 <p><code>NULL</code>, <code>NOT NULL</code>, <code>!=</code>, and <code>LIKE</code> predicates are not pushed to Kudu, and
-instead will be evaluated by the Impala scan node.</p>
-</li>
-<li>
-<p>Impala can not create Kudu tables with bounded range partitions, and can not
-alter a table to add or remove range partitions.</p>
+instead will be evaluated by the Impala scan node. This may decrease performance
+relative to other types of predicates.</p>
 </li>
 </ul>
 </div>
@@ -1616,19 +1133,8 @@ alter a table to add or remove range partitions.</p>
       <li>
 <span class="active-toc">Using Impala with Kudu</span>
             <ul class="sectlevel1">
-<li><a href="#_requirements_and_implications">Requirements and Implications</a></li>
-<li><a href="#_installing_impala_kudu_using_cloudera_manager">Installing Impala_Kudu Using Cloudera Manager</a>
-<ul class="sectlevel2">
-<li><a href="#install_impala_kudu_parcels">Installing the Impala_Kudu Service Using Parcels</a></li>
-<li><a href="#install_impala_kudu_packages">Installing Impala_Kudu Using Packages</a></li>
-<li><a href="#_adding_impala_service_in_cloudera_manager">Adding Impala service in Cloudera Manager</a></li>
-</ul>
-</li>
-<li><a href="#_installing_impala_kudu_without_cloudera_manager">Installing Impala_Kudu Without Cloudera Manager</a>
-<ul class="sectlevel2">
-<li><a href="#_starting_impala_kudu_services">Starting Impala_Kudu Services</a></li>
-</ul>
-</li>
+<li><a href="#_requirements">Requirements</a></li>
+<li><a href="#_configuration">Configuration</a></li>
 <li><a href="#_using_the_impala_shell">Using the Impala Shell</a>
 <ul class="sectlevel2">
 <li><a href="#_internal_and_external_impala_tables">Internal and External Impala Tables</a></li>
@@ -1698,7 +1204,7 @@ alter a table to add or remove range partitions.</p>
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-12 20:05:28 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-02-02 13:49:37 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/prior_release_notes.html
----------------------------------------------------------------------
diff --git a/docs/prior_release_notes.html b/docs/prior_release_notes.html
index 7e5cdee..fadaffd 100644
--- a/docs/prior_release_notes.html
+++ b/docs/prior_release_notes.html
@@ -1426,7 +1426,7 @@ noted in its release notes.</p>
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-12 12:48:06 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-26 16:14:09 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/quickstart.html
----------------------------------------------------------------------
diff --git a/docs/quickstart.html b/docs/quickstart.html
index 32aa2e5..8235961 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -269,20 +269,12 @@ the string <code>report_time</code> field into a unix-style timestamp for more e
 storage.</p>
 <div class="listingblock">
 <div class="content">
-<pre class="highlight"><code class="language-sql" data-lang="sql">CREATE TABLE sfmta (
-  report_time BIGINT NOT NULL,
-  vehicle_tag STRING NOT NULL,
-  longitude FLOAT NOT NULL,
-  latitude FLOAT NOT NULL,
-  speed FLOAT NOT NULL,
-  heading FLOAT NOT NULL,
-  PRIMARY KEY (report_time, vehicle_tag)
-)
-DISTRIBUTE BY HASH(report_time) INTO 8 BUCKETS
-STORED AS KUDU;
-
-INSERT INTO sfmta SELECT
-  UNIX_TIMESTAMP(report_time,  'MM/dd/yyyy HH:mm:ss'),
+<pre class="highlight"><code class="language-sql" data-lang="sql">CREATE TABLE sfmta
+PRIMARY KEY (report_time, vehicle_tag)
+PARTITION BY HASH(report_time) PARTITIONS 8
+STORED AS KUDU
+AS SELECT
+  UNIX_TIMESTAMP(report_time,  'MM/dd/yyyy HH:mm:ss') AS report_time,
   vehicle_tag,
   longitude,
   latitude,
@@ -290,7 +282,12 @@ INSERT INTO sfmta SELECT
   heading
 FROM sfmta_raw;
 
--- Modified 859086 row(s), 0 row error(s) in 8.55s</code></pre>
++------------------------+
+| summary                |
++------------------------+
+| Inserted 859086 row(s) |
++------------------------+
+Fetched 1 row(s) in 5.75s</code></pre>
 </div>
 </div>
 <div class="paragraph">
@@ -516,7 +513,7 @@ contain references to the previous VM&#8217;s SSH credentials. Remove any refere
   </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-12 20:06:29 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-02-02 13:49:37 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/release_notes.html
----------------------------------------------------------------------
diff --git a/docs/release_notes.html b/docs/release_notes.html
index 55999f9..b3e66de 100644
--- a/docs/release_notes.html
+++ b/docs/release_notes.html
@@ -556,7 +556,7 @@ documentation.</p>
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-12 12:48:06 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-26 16:14:09 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/schema_design.html
----------------------------------------------------------------------
diff --git a/docs/schema_design.html b/docs/schema_design.html
index d1d459e..ffc0ee9 100644
--- a/docs/schema_design.html
+++ b/docs/schema_design.html
@@ -938,7 +938,7 @@ altered.</p>
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-12 12:48:06 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-26 16:14:09 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/transaction_semantics.html
----------------------------------------------------------------------
diff --git a/docs/transaction_semantics.html b/docs/transaction_semantics.html
index 964ac6d..2b0ae9a 100644
--- a/docs/transaction_semantics.html
+++ b/docs/transaction_semantics.html
@@ -617,7 +617,7 @@ frequently.
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-12 20:05:28 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-26 16:14:09 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/feed.xml
----------------------------------------------------------------------
diff --git a/feed.xml b/feed.xml
index 7572575..7bf9966 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="2.5.3">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2017-01-24T17:58:17-08:00</updated><id>/</id><entry><title>Apache Kudu Weekly Update November 15th, 2016</title><link href="/2016/11/15/weekly-update.html" rel="alternate" type="text/html" title="Apache Kudu Weekly Update November 15th, 2016" /><published>2016-11-15T00:00:00-08:00</published><updated>2016-11-15T00:00:00-08:00</updated><id>/2016/11/15/weekly-update</id><content type="html" xml:base="/2016/11/15/weekly-update.html">&lt;p&gt;Welcome to the twenty-third edition of the Kudu Weekly Update. This weekly blog post
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><generator uri="http://jekyllrb.com" version="2.5.3">Jekyll</generator><link href="/feed.xml" rel="self" type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" /><updated>2017-02-02T14:12:57-08:00</updated><id>/</id><entry><title>Apache Kudu Weekly Update November 15th, 2016</title><link href="/2016/11/15/weekly-update.html" rel="alternate" type="text/html" title="Apache Kudu Weekly Update November 15th, 2016" /><published>2016-11-15T00:00:00-08:00</published><updated>2016-11-15T00:00:00-08:00</updated><id>/2016/11/15/weekly-update</id><content type="html" xml:base="/2016/11/15/weekly-update.html">&lt;p&gt;Welcome to the twenty-third edition of the Kudu Weekly Update. This weekly blog post
 covers ongoing development and news in the Apache Kudu project.&lt;/p&gt;
 
 &lt;!--more--&gt;


[6/6] kudu-site git commit: Publish commit(s) from site source repo: a16ab60 Update docs from branch-1.2.x 7fa56a53ae40fd89bcd79426386dbd004547b305

Posted by to...@apache.org.
Publish commit(s) from site source repo:
  a16ab60 Update docs from branch-1.2.x 7fa56a53ae40fd89bcd79426386dbd004547b305

Site-Repo-Commit: a16ab6014caad9a919b187e92f43007857ec573a


Project: http://git-wip-us.apache.org/repos/asf/kudu-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/kudu-site/commit/892773c2
Tree: http://git-wip-us.apache.org/repos/asf/kudu-site/tree/892773c2
Diff: http://git-wip-us.apache.org/repos/asf/kudu-site/diff/892773c2

Branch: refs/heads/asf-site
Commit: 892773c21de38865818ceeedf04a0c195d39d1bf
Parents: d606e9f
Author: Todd Lipcon <to...@cloudera.com>
Authored: Thu Feb 2 14:13:02 2017 -0800
Committer: Todd Lipcon <to...@cloudera.com>
Committed: Thu Feb 2 14:13:02 2017 -0800

----------------------------------------------------------------------
 apidocs/allclasses-frame.html                   |   2 +-
 apidocs/allclasses-noframe.html                 |   2 +-
 apidocs/constant-values.html                    |   4 +-
 apidocs/deprecated-list.html                    |   4 +-
 apidocs/help-doc.html                           |   4 +-
 apidocs/index-all.html                          |   4 +-
 apidocs/index.html                              |   2 +-
 apidocs/org/apache/kudu/ColumnSchema.html       |   4 +-
 apidocs/org/apache/kudu/Schema.html             |   4 +-
 apidocs/org/apache/kudu/Type.html               |   4 +-
 .../kudu/annotations/InterfaceAudience.html     |   4 +-
 .../kudu/annotations/InterfaceStability.html    |   4 +-
 .../class-use/InterfaceAudience.html            |   4 +-
 .../class-use/InterfaceStability.html           |   4 +-
 .../apache/kudu/annotations/package-frame.html  |   2 +-
 .../kudu/annotations/package-summary.html       |   4 +-
 .../apache/kudu/annotations/package-tree.html   |   4 +-
 .../apache/kudu/annotations/package-use.html    |   4 +-
 .../org/apache/kudu/class-use/ColumnSchema.html |   4 +-
 apidocs/org/apache/kudu/class-use/Schema.html   |   4 +-
 apidocs/org/apache/kudu/class-use/Type.html     |   4 +-
 .../kudu/client/AbstractKuduScannerBuilder.html |   4 +-
 .../apache/kudu/client/AlterTableOptions.html   |   4 +-
 .../apache/kudu/client/AlterTableResponse.html  |   4 +-
 .../AsyncKuduClient.AsyncKuduClientBuilder.html |   4 +-
 .../org/apache/kudu/client/AsyncKuduClient.html |   4 +-
 ...syncKuduScanner.AsyncKuduScannerBuilder.html |   4 +-
 .../kudu/client/AsyncKuduScanner.ReadMode.html  |   4 +-
 .../apache/kudu/client/AsyncKuduScanner.html    |   4 +-
 .../apache/kudu/client/AsyncKuduSession.html    |   4 +-
 .../kudu/client/ColumnRangePredicate.html       |   4 +-
 .../apache/kudu/client/CreateTableOptions.html  |   4 +-
 apidocs/org/apache/kudu/client/Delete.html      |   4 +-
 .../apache/kudu/client/DeleteTableResponse.html |   4 +-
 .../kudu/client/ExternalConsistencyMode.html    |   4 +-
 .../kudu/client/HasFailedRpcException.html      |   4 +-
 apidocs/org/apache/kudu/client/Insert.html      |   4 +-
 .../kudu/client/IsAlterTableDoneResponse.html   |   4 +-
 .../client/KuduClient.KuduClientBuilder.html    |   4 +-
 apidocs/org/apache/kudu/client/KuduClient.html  |   4 +-
 .../org/apache/kudu/client/KuduException.html   |   4 +-
 .../kudu/client/KuduPredicate.ComparisonOp.html |   4 +-
 .../org/apache/kudu/client/KuduPredicate.html   |   4 +-
 .../KuduScanToken.KuduScanTokenBuilder.html     |   4 +-
 .../org/apache/kudu/client/KuduScanToken.html   |   4 +-
 .../client/KuduScanner.KuduScannerBuilder.html  |   4 +-
 apidocs/org/apache/kudu/client/KuduScanner.html |   4 +-
 apidocs/org/apache/kudu/client/KuduSession.html |   4 +-
 apidocs/org/apache/kudu/client/KuduTable.html   |   4 +-
 .../apache/kudu/client/ListTablesResponse.html  |   4 +-
 .../kudu/client/ListTabletServersResponse.html  |   4 +-
 .../kudu/client/LocatedTablet.Replica.html      |   4 +-
 .../org/apache/kudu/client/LocatedTablet.html   |   4 +-
 apidocs/org/apache/kudu/client/Operation.html   |   4 +-
 .../apache/kudu/client/OperationResponse.html   |   4 +-
 apidocs/org/apache/kudu/client/PartialRow.html  |   4 +-
 .../kudu/client/PleaseThrottleException.html    |   4 +-
 .../apache/kudu/client/RangePartitionBound.html |   4 +-
 .../apache/kudu/client/ReplicaSelection.html    |   4 +-
 apidocs/org/apache/kudu/client/RowError.html    |   4 +-
 .../kudu/client/RowErrorsAndOverflowStatus.html |   4 +-
 apidocs/org/apache/kudu/client/RowResult.html   |   4 +-
 .../apache/kudu/client/RowResultIterator.html   |   4 +-
 .../client/SessionConfiguration.FlushMode.html  |   4 +-
 .../kudu/client/SessionConfiguration.html       |   4 +-
 .../kudu/client/Statistics.Statistic.html       |   4 +-
 apidocs/org/apache/kudu/client/Statistics.html  |   4 +-
 apidocs/org/apache/kudu/client/Status.html      |   4 +-
 apidocs/org/apache/kudu/client/Update.html      |   4 +-
 apidocs/org/apache/kudu/client/Upsert.html      |   4 +-
 .../class-use/AbstractKuduScannerBuilder.html   |   4 +-
 .../client/class-use/AlterTableOptions.html     |   4 +-
 .../client/class-use/AlterTableResponse.html    |   4 +-
 .../AsyncKuduClient.AsyncKuduClientBuilder.html |   4 +-
 .../kudu/client/class-use/AsyncKuduClient.html  |   4 +-
 ...syncKuduScanner.AsyncKuduScannerBuilder.html |   4 +-
 .../class-use/AsyncKuduScanner.ReadMode.html    |   4 +-
 .../kudu/client/class-use/AsyncKuduScanner.html |   4 +-
 .../kudu/client/class-use/AsyncKuduSession.html |   4 +-
 .../client/class-use/ColumnRangePredicate.html  |   4 +-
 .../client/class-use/CreateTableOptions.html    |   4 +-
 .../apache/kudu/client/class-use/Delete.html    |   4 +-
 .../client/class-use/DeleteTableResponse.html   |   4 +-
 .../class-use/ExternalConsistencyMode.html      |   4 +-
 .../client/class-use/HasFailedRpcException.html |   4 +-
 .../apache/kudu/client/class-use/Insert.html    |   4 +-
 .../class-use/IsAlterTableDoneResponse.html     |   4 +-
 .../class-use/KuduClient.KuduClientBuilder.html |   4 +-
 .../kudu/client/class-use/KuduClient.html       |   4 +-
 .../kudu/client/class-use/KuduException.html    |   4 +-
 .../class-use/KuduPredicate.ComparisonOp.html   |   4 +-
 .../kudu/client/class-use/KuduPredicate.html    |   4 +-
 .../KuduScanToken.KuduScanTokenBuilder.html     |   4 +-
 .../kudu/client/class-use/KuduScanToken.html    |   4 +-
 .../KuduScanner.KuduScannerBuilder.html         |   4 +-
 .../kudu/client/class-use/KuduScanner.html      |   4 +-
 .../kudu/client/class-use/KuduSession.html      |   4 +-
 .../apache/kudu/client/class-use/KuduTable.html |   4 +-
 .../client/class-use/ListTablesResponse.html    |   4 +-
 .../class-use/ListTabletServersResponse.html    |   4 +-
 .../client/class-use/LocatedTablet.Replica.html |   4 +-
 .../kudu/client/class-use/LocatedTablet.html    |   4 +-
 .../apache/kudu/client/class-use/Operation.html |   4 +-
 .../client/class-use/OperationResponse.html     |   4 +-
 .../kudu/client/class-use/PartialRow.html       |   4 +-
 .../class-use/PleaseThrottleException.html      |   4 +-
 .../client/class-use/RangePartitionBound.html   |   4 +-
 .../kudu/client/class-use/ReplicaSelection.html |   4 +-
 .../apache/kudu/client/class-use/RowError.html  |   4 +-
 .../class-use/RowErrorsAndOverflowStatus.html   |   4 +-
 .../apache/kudu/client/class-use/RowResult.html |   4 +-
 .../client/class-use/RowResultIterator.html     |   4 +-
 .../SessionConfiguration.FlushMode.html         |   4 +-
 .../client/class-use/SessionConfiguration.html  |   4 +-
 .../client/class-use/Statistics.Statistic.html  |   4 +-
 .../kudu/client/class-use/Statistics.html       |   4 +-
 .../apache/kudu/client/class-use/Status.html    |   4 +-
 .../apache/kudu/client/class-use/Update.html    |   4 +-
 .../apache/kudu/client/class-use/Upsert.html    |   4 +-
 .../org/apache/kudu/client/package-frame.html   |   2 +-
 .../org/apache/kudu/client/package-summary.html |   4 +-
 .../org/apache/kudu/client/package-tree.html    |   4 +-
 apidocs/org/apache/kudu/client/package-use.html |   4 +-
 .../flume/sink/AvroKuduOperationsProducer.html  |   4 +-
 .../kudu/flume/sink/KuduOperationsProducer.html |   4 +-
 .../org/apache/kudu/flume/sink/KuduSink.html    |   4 +-
 .../sink/KuduSinkConfigurationConstants.html    |   4 +-
 .../sink/RegexpKuduOperationsProducer.html      |   4 +-
 .../sink/SimpleKeyedKuduOperationsProducer.html |   4 +-
 .../sink/SimpleKuduOperationsProducer.html      |   4 +-
 .../class-use/AvroKuduOperationsProducer.html   |   4 +-
 .../sink/class-use/KuduOperationsProducer.html  |   4 +-
 .../kudu/flume/sink/class-use/KuduSink.html     |   4 +-
 .../KuduSinkConfigurationConstants.html         |   4 +-
 .../class-use/RegexpKuduOperationsProducer.html |   4 +-
 .../SimpleKeyedKuduOperationsProducer.html      |   4 +-
 .../class-use/SimpleKuduOperationsProducer.html |   4 +-
 .../apache/kudu/flume/sink/package-frame.html   |   2 +-
 .../apache/kudu/flume/sink/package-summary.html |   4 +-
 .../apache/kudu/flume/sink/package-tree.html    |   4 +-
 .../org/apache/kudu/flume/sink/package-use.html |   4 +-
 .../kudu/mapreduce/CommandLineParser.html       |   4 +-
 .../kudu/mapreduce/KuduTableInputFormat.html    |   4 +-
 .../kudu/mapreduce/KuduTableMapReduceUtil.html  |   4 +-
 .../mapreduce/KuduTableOutputCommitter.html     |   4 +-
 .../kudu/mapreduce/KuduTableOutputFormat.html   |   4 +-
 .../org/apache/kudu/mapreduce/TableReducer.html |   4 +-
 .../mapreduce/class-use/CommandLineParser.html  |   4 +-
 .../class-use/KuduTableInputFormat.html         |   4 +-
 .../class-use/KuduTableMapReduceUtil.html       |   4 +-
 .../class-use/KuduTableOutputCommitter.html     |   4 +-
 .../class-use/KuduTableOutputFormat.html        |   4 +-
 .../kudu/mapreduce/class-use/TableReducer.html  |   4 +-
 .../apache/kudu/mapreduce/package-frame.html    |   2 +-
 .../apache/kudu/mapreduce/package-summary.html  |   4 +-
 .../org/apache/kudu/mapreduce/package-tree.html |   4 +-
 .../org/apache/kudu/mapreduce/package-use.html  |   4 +-
 .../apache/kudu/mapreduce/tools/CsvParser.html  |   4 +-
 .../apache/kudu/mapreduce/tools/ImportCsv.html  |   4 +-
 .../mapreduce/tools/class-use/CsvParser.html    |   4 +-
 .../mapreduce/tools/class-use/ImportCsv.html    |   4 +-
 .../kudu/mapreduce/tools/package-frame.html     |   2 +-
 .../kudu/mapreduce/tools/package-summary.html   |   4 +-
 .../kudu/mapreduce/tools/package-tree.html      |   4 +-
 .../kudu/mapreduce/tools/package-use.html       |   4 +-
 apidocs/org/apache/kudu/package-frame.html      |   2 +-
 apidocs/org/apache/kudu/package-summary.html    |   4 +-
 apidocs/org/apache/kudu/package-tree.html       |   4 +-
 apidocs/org/apache/kudu/package-use.html        |   4 +-
 apidocs/org/apache/kudu/util/package-frame.html |   2 +-
 .../org/apache/kudu/util/package-summary.html   |   4 +-
 apidocs/org/apache/kudu/util/package-tree.html  |   4 +-
 apidocs/org/apache/kudu/util/package-use.html   |   4 +-
 apidocs/overview-frame.html                     |   2 +-
 apidocs/overview-summary.html                   |   6 +-
 apidocs/overview-tree.html                      |   4 +-
 apidocs/serialized-form.html                    |   4 +-
 cpp-client-api/annotated.html                   |   2 +-
 cpp-client-api/callbacks_8h_source.html         |   2 +-
 cpp-client-api/classKuduPartialRow-members.html |   2 +-
 cpp-client-api/classKuduPartialRow.html         |   2 +-
 cpp-client-api/classes.html                     |   2 +-
 .../classkudu_1_1MonoDelta-members.html         |   2 +-
 cpp-client-api/classkudu_1_1MonoDelta.html      |   2 +-
 .../classkudu_1_1MonoTime-members.html          |   2 +-
 cpp-client-api/classkudu_1_1MonoTime.html       |   2 +-
 cpp-client-api/classkudu_1_1Slice-members.html  |   2 +-
 cpp-client-api/classkudu_1_1Slice.html          |   2 +-
 cpp-client-api/classkudu_1_1Status-members.html |   2 +-
 cpp-client-api/classkudu_1_1Status.html         |   2 +-
 ...asskudu_1_1client_1_1KuduClient-members.html |   2 +-
 .../classkudu_1_1client_1_1KuduClient.html      |   2 +-
 ..._1_1client_1_1KuduClientBuilder-members.html |   2 +-
 ...lasskudu_1_1client_1_1KuduClientBuilder.html |   2 +-
 ...u_1_1client_1_1KuduColumnSchema-members.html |   2 +-
 ...classkudu_1_1client_1_1KuduColumnSchema.html |   2 +-
 ...udu_1_1client_1_1KuduColumnSpec-members.html |   2 +-
 .../classkudu_1_1client_1_1KuduColumnSpec.html  |   2 +-
 ..._1_1KuduColumnStorageAttributes-members.html |   2 +-
 ..._1client_1_1KuduColumnStorageAttributes.html |   2 +-
 ...asskudu_1_1client_1_1KuduDelete-members.html |   2 +-
 .../classkudu_1_1client_1_1KuduDelete.html      |   2 +-
 ...lasskudu_1_1client_1_1KuduError-members.html |   2 +-
 .../classkudu_1_1client_1_1KuduError.html       |   2 +-
 ...asskudu_1_1client_1_1KuduInsert-members.html |   2 +-
 .../classkudu_1_1client_1_1KuduInsert.html      |   2 +-
 ..._1client_1_1KuduLoggingCallback-members.html |   2 +-
 ...sskudu_1_1client_1_1KuduLoggingCallback.html |   2 +-
 ..._1_1KuduLoggingFunctionCallback-members.html |   2 +-
 ..._1client_1_1KuduLoggingFunctionCallback.html |   2 +-
 ...nt_1_1KuduLoggingMemberCallback-members.html |   2 +-
 ..._1_1client_1_1KuduLoggingMemberCallback.html |   2 +-
 ...kudu_1_1client_1_1KuduPredicate-members.html |   2 +-
 .../classkudu_1_1client_1_1KuduPredicate.html   |   2 +-
 ...sskudu_1_1client_1_1KuduReplica-members.html |   2 +-
 .../classkudu_1_1client_1_1KuduReplica.html     |   2 +-
 ...kudu_1_1client_1_1KuduScanBatch-members.html |   2 +-
 .../classkudu_1_1client_1_1KuduScanBatch.html   |   2 +-
 ...kudu_1_1client_1_1KuduScanToken-members.html |   2 +-
 .../classkudu_1_1client_1_1KuduScanToken.html   |   2 +-
 ...1client_1_1KuduScanTokenBuilder-members.html |   2 +-
 ...skudu_1_1client_1_1KuduScanTokenBuilder.html |   2 +-
 ...sskudu_1_1client_1_1KuduScanner-members.html |   2 +-
 .../classkudu_1_1client_1_1KuduScanner.html     |   2 +-
 ...asskudu_1_1client_1_1KuduSchema-members.html |   2 +-
 .../classkudu_1_1client_1_1KuduSchema.html      |   2 +-
 ..._1_1client_1_1KuduSchemaBuilder-members.html |   2 +-
 ...lasskudu_1_1client_1_1KuduSchemaBuilder.html |   2 +-
 ...sskudu_1_1client_1_1KuduSession-members.html |   2 +-
 .../classkudu_1_1client_1_1KuduSession.html     |   2 +-
 ...1_1client_1_1KuduStatusCallback-members.html |   2 +-
 ...asskudu_1_1client_1_1KuduStatusCallback.html |   2 +-
 ...t_1_1KuduStatusFunctionCallback-members.html |   2 +-
 ...1_1client_1_1KuduStatusFunctionCallback.html |   2 +-
 ...ent_1_1KuduStatusMemberCallback-members.html |   2 +-
 ...u_1_1client_1_1KuduStatusMemberCallback.html |   2 +-
 ...lasskudu_1_1client_1_1KuduTable-members.html |   2 +-
 .../classkudu_1_1client_1_1KuduTable.html       |   2 +-
 ...u_1_1client_1_1KuduTableAlterer-members.html |   2 +-
 ...classkudu_1_1client_1_1KuduTableAlterer.html |   2 +-
 ...u_1_1client_1_1KuduTableCreator-members.html |   2 +-
 ...classkudu_1_1client_1_1KuduTableCreator.html |   2 +-
 ...asskudu_1_1client_1_1KuduTablet-members.html |   2 +-
 .../classkudu_1_1client_1_1KuduTablet.html      |   2 +-
 ...u_1_1client_1_1KuduTabletServer-members.html |   2 +-
 ...classkudu_1_1client_1_1KuduTabletServer.html |   2 +-
 ...asskudu_1_1client_1_1KuduUpdate-members.html |   2 +-
 .../classkudu_1_1client_1_1KuduUpdate.html      |   2 +-
 ...asskudu_1_1client_1_1KuduUpsert-members.html |   2 +-
 .../classkudu_1_1client_1_1KuduUpsert.html      |   2 +-
 ...lasskudu_1_1client_1_1KuduValue-members.html |   2 +-
 .../classkudu_1_1client_1_1KuduValue.html       |   2 +-
 ...1_1client_1_1KuduWriteOperation-members.html |   2 +-
 ...asskudu_1_1client_1_1KuduWriteOperation.html |   2 +-
 ...du_1_1client_1_1ResourceMetrics-members.html |   2 +-
 .../classkudu_1_1client_1_1ResourceMetrics.html |   2 +-
 ...1_1internal__logging_1_1CerrLog-members.html |   2 +-
 ...asskudu_1_1internal__logging_1_1CerrLog.html |   2 +-
 ...1_1internal__logging_1_1NullLog-members.html |   2 +-
 ...asskudu_1_1internal__logging_1_1NullLog.html |   2 +-
 cpp-client-api/client_8h_source.html            |   2 +-
 cpp-client-api/deprecated.html                  |   2 +-
 cpp-client-api/dir_000002_000004.html           |   2 +-
 .../dir_4eb331d85bb84eae27db9d0af49f6f99.html   |   2 +-
 .../dir_58b01e52e53886b8d78ab5060a2cd2bd.html   |   2 +-
 .../dir_a7d8e458a72ff63c89f2ceb44d9dd2f6.html   |   2 +-
 .../dir_d44c64559bbebec7f509842c48db8b23.html   |   2 +-
 .../dir_e8a2e446cf73a5a1ae0ad6a5a21b6d03.html   |   2 +-
 cpp-client-api/files.html                       |   2 +-
 cpp-client-api/functions.html                   |   2 +-
 cpp-client-api/functions_b.html                 |   2 +-
 cpp-client-api/functions_c.html                 |   2 +-
 cpp-client-api/functions_d.html                 |   2 +-
 cpp-client-api/functions_e.html                 |   2 +-
 cpp-client-api/functions_enum.html              |   2 +-
 cpp-client-api/functions_eval.html              |   2 +-
 cpp-client-api/functions_f.html                 |   2 +-
 cpp-client-api/functions_func.html              |   2 +-
 cpp-client-api/functions_func_b.html            |   2 +-
 cpp-client-api/functions_func_c.html            |   2 +-
 cpp-client-api/functions_func_d.html            |   2 +-
 cpp-client-api/functions_func_e.html            |   2 +-
 cpp-client-api/functions_func_f.html            |   2 +-
 cpp-client-api/functions_func_g.html            |   2 +-
 cpp-client-api/functions_func_h.html            |   2 +-
 cpp-client-api/functions_func_i.html            |   2 +-
 cpp-client-api/functions_func_k.html            |   2 +-
 cpp-client-api/functions_func_l.html            |   2 +-
 cpp-client-api/functions_func_m.html            |   2 +-
 cpp-client-api/functions_func_n.html            |   2 +-
 cpp-client-api/functions_func_o.html            |   2 +-
 cpp-client-api/functions_func_p.html            |   2 +-
 cpp-client-api/functions_func_r.html            |   2 +-
 cpp-client-api/functions_func_s.html            |   2 +-
 cpp-client-api/functions_func_t.html            |   2 +-
 cpp-client-api/functions_func_u.html            |   2 +-
 cpp-client-api/functions_func_w.html            |   2 +-
 cpp-client-api/functions_g.html                 |   2 +-
 cpp-client-api/functions_h.html                 |   2 +-
 cpp-client-api/functions_i.html                 |   2 +-
 cpp-client-api/functions_k.html                 |   2 +-
 cpp-client-api/functions_l.html                 |   2 +-
 cpp-client-api/functions_m.html                 |   2 +-
 cpp-client-api/functions_n.html                 |   2 +-
 cpp-client-api/functions_o.html                 |   2 +-
 cpp-client-api/functions_p.html                 |   2 +-
 cpp-client-api/functions_r.html                 |   2 +-
 cpp-client-api/functions_rela.html              |   2 +-
 cpp-client-api/functions_s.html                 |   2 +-
 cpp-client-api/functions_t.html                 |   2 +-
 cpp-client-api/functions_type.html              |   2 +-
 cpp-client-api/functions_u.html                 |   2 +-
 cpp-client-api/functions_v.html                 |   2 +-
 cpp-client-api/functions_vars.html              |   2 +-
 cpp-client-api/functions_w.html                 |   2 +-
 cpp-client-api/globals.html                     |   2 +-
 cpp-client-api/globals_defs.html                |   2 +-
 cpp-client-api/graph_legend.html                |   2 +-
 cpp-client-api/hierarchy.html                   |   2 +-
 cpp-client-api/index.html                       |   2 +-
 cpp-client-api/inherits.html                    |   2 +-
 cpp-client-api/kudu__export_8h_source.html      |   2 +-
 cpp-client-api/monotime_8h_source.html          |   2 +-
 cpp-client-api/pages.html                       |   2 +-
 cpp-client-api/partial__row_8h_source.html      |   2 +-
 cpp-client-api/resource__metrics_8h_source.html |   2 +-
 cpp-client-api/row__result_8h_source.html       |   2 +-
 cpp-client-api/scan__batch_8h_source.html       |   2 +-
 cpp-client-api/scan__predicate_8h_source.html   |   2 +-
 cpp-client-api/schema_8h_source.html            |   2 +-
 cpp-client-api/shared__ptr_8h.html              |   2 +-
 cpp-client-api/shared__ptr_8h_source.html       |   2 +-
 cpp-client-api/slice_8h_source.html             |   2 +-
 cpp-client-api/status_8h.html                   |   2 +-
 cpp-client-api/status_8h_source.html            |   2 +-
 .../structkudu_1_1SliceMap-members.html         |   2 +-
 cpp-client-api/structkudu_1_1SliceMap.html      |   2 +-
 ...ructkudu_1_1Slice_1_1Comparator-members.html |   2 +-
 .../structkudu_1_1Slice_1_1Comparator.html      |   2 +-
 cpp-client-api/stubs_8h_source.html             |   2 +-
 cpp-client-api/todo.html                        |   2 +-
 cpp-client-api/value_8h_source.html             |   2 +-
 cpp-client-api/write__op_8h_source.html         |   2 +-
 docs/administration.html                        |   4 +-
 docs/configuration.html                         |   4 +-
 docs/configuration_reference.html               |   2 +-
 docs/configuration_reference_unsupported.html   |   2 +-
 docs/contributing.html                          |   2 +-
 docs/developing.html                            |   2 +-
 docs/export_control.html                        |   2 +-
 docs/index.html                                 |   2 +-
 docs/installation.html                          |  28 +-
 docs/known_issues.html                          |   2 +-
 docs/kudu-master_configuration_reference.html   |   2 +-
 ...ter_configuration_reference_unsupported.html |   2 +-
 docs/kudu-tserver_configuration_reference.html  |   2 +-
 ...ver_configuration_reference_unsupported.html |   2 +-
 docs/kudu_impala_integration.html               | 804 ++++---------------
 docs/prior_release_notes.html                   |   2 +-
 docs/quickstart.html                            |  29 +-
 docs/release_notes.html                         |   2 +-
 docs/schema_design.html                         |   2 +-
 docs/transaction_semantics.html                 |   2 +-
 feed.xml                                        |   2 +-
 364 files changed, 712 insertions(+), 1209 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html
index fcef952..fc30fbc 100644
--- a/apidocs/allclasses-frame.html
+++ b/apidocs/allclasses-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Kudu 1.2.0 API)</title>
+<title>All Classes (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/apidocs/allclasses-noframe.html b/apidocs/allclasses-noframe.html
index 50c1438..066aa8e 100644
--- a/apidocs/allclasses-noframe.html
+++ b/apidocs/allclasses-noframe.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Kudu 1.2.0 API)</title>
+<title>All Classes (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html
index 6c0b765..969bae5 100644
--- a/apidocs/constant-values.html
+++ b/apidocs/constant-values.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (Kudu 1.2.0 API)</title>
+<title>Constant Field Values (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Constant Field Values (Kudu 1.2.0 API)";
+            parent.document.title="Constant Field Values (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html
index 1b68b3b..a38d9f6 100644
--- a/apidocs/deprecated-list.html
+++ b/apidocs/deprecated-list.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (Kudu 1.2.0 API)</title>
+<title>Deprecated List (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Deprecated List (Kudu 1.2.0 API)";
+            parent.document.title="Deprecated List (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/apidocs/help-doc.html b/apidocs/help-doc.html
index 9b111d6..3fc9dbb 100644
--- a/apidocs/help-doc.html
+++ b/apidocs/help-doc.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>API Help (Kudu 1.2.0 API)</title>
+<title>API Help (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="API Help (Kudu 1.2.0 API)";
+            parent.document.title="API Help (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/apidocs/index-all.html b/apidocs/index-all.html
index effd07c..74a173b 100644
--- a/apidocs/index-all.html
+++ b/apidocs/index-all.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index (Kudu 1.2.0 API)</title>
+<title>Index (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Index (Kudu 1.2.0 API)";
+            parent.document.title="Index (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/index.html
----------------------------------------------------------------------
diff --git a/apidocs/index.html b/apidocs/index.html
index 5dc0a6b..914923d 100644
--- a/apidocs/index.html
+++ b/apidocs/index.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Kudu 1.2.0 API</title>
+<title>Kudu 1.2.1-SNAPSHOT API</title>
 <script type="text/javascript">
     tmpTargetPage = "" + window.location.search;
     if (tmpTargetPage != "" && tmpTargetPage != "undefined")

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/ColumnSchema.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/ColumnSchema.html b/apidocs/org/apache/kudu/ColumnSchema.html
index 244b3d8..c15aa45 100644
--- a/apidocs/org/apache/kudu/ColumnSchema.html
+++ b/apidocs/org/apache/kudu/ColumnSchema.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ColumnSchema (Kudu 1.2.0 API)</title>
+<title>ColumnSchema (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ColumnSchema (Kudu 1.2.0 API)";
+            parent.document.title="ColumnSchema (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/Schema.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/Schema.html b/apidocs/org/apache/kudu/Schema.html
index 5727dcd..f1bf1f7 100644
--- a/apidocs/org/apache/kudu/Schema.html
+++ b/apidocs/org/apache/kudu/Schema.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Schema (Kudu 1.2.0 API)</title>
+<title>Schema (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Schema (Kudu 1.2.0 API)";
+            parent.document.title="Schema (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/Type.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/Type.html b/apidocs/org/apache/kudu/Type.html
index 6ae78b4..6e17f38 100644
--- a/apidocs/org/apache/kudu/Type.html
+++ b/apidocs/org/apache/kudu/Type.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Type (Kudu 1.2.0 API)</title>
+<title>Type (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Type (Kudu 1.2.0 API)";
+            parent.document.title="Type (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/annotations/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/annotations/InterfaceAudience.html b/apidocs/org/apache/kudu/annotations/InterfaceAudience.html
index 330e241..a6b53b1 100644
--- a/apidocs/org/apache/kudu/annotations/InterfaceAudience.html
+++ b/apidocs/org/apache/kudu/annotations/InterfaceAudience.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InterfaceAudience (Kudu 1.2.0 API)</title>
+<title>InterfaceAudience (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InterfaceAudience (Kudu 1.2.0 API)";
+            parent.document.title="InterfaceAudience (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/annotations/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/annotations/InterfaceStability.html b/apidocs/org/apache/kudu/annotations/InterfaceStability.html
index d071cfa..47b9e1f 100644
--- a/apidocs/org/apache/kudu/annotations/InterfaceStability.html
+++ b/apidocs/org/apache/kudu/annotations/InterfaceStability.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InterfaceStability (Kudu 1.2.0 API)</title>
+<title>InterfaceStability (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InterfaceStability (Kudu 1.2.0 API)";
+            parent.document.title="InterfaceStability (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/annotations/class-use/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/annotations/class-use/InterfaceAudience.html b/apidocs/org/apache/kudu/annotations/class-use/InterfaceAudience.html
index 3b0b250..2865c41 100644
--- a/apidocs/org/apache/kudu/annotations/class-use/InterfaceAudience.html
+++ b/apidocs/org/apache/kudu/annotations/class-use/InterfaceAudience.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.annotations.InterfaceAudience (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.annotations.InterfaceAudience (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.annotations.InterfaceAudience (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.annotations.InterfaceAudience (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/annotations/class-use/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/annotations/class-use/InterfaceStability.html b/apidocs/org/apache/kudu/annotations/class-use/InterfaceStability.html
index da5954d..c76afae 100644
--- a/apidocs/org/apache/kudu/annotations/class-use/InterfaceStability.html
+++ b/apidocs/org/apache/kudu/annotations/class-use/InterfaceStability.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.annotations.InterfaceStability (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.annotations.InterfaceStability (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.annotations.InterfaceStability (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.annotations.InterfaceStability (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/annotations/package-frame.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/annotations/package-frame.html b/apidocs/org/apache/kudu/annotations/package-frame.html
index aba60de..ce04779 100644
--- a/apidocs/org/apache/kudu/annotations/package-frame.html
+++ b/apidocs/org/apache/kudu/annotations/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.annotations (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.annotations (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/annotations/package-summary.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/annotations/package-summary.html b/apidocs/org/apache/kudu/annotations/package-summary.html
index 0f64397..546b4df 100644
--- a/apidocs/org/apache/kudu/annotations/package-summary.html
+++ b/apidocs/org/apache/kudu/annotations/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.annotations (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.annotations (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.kudu.annotations (Kudu 1.2.0 API)";
+            parent.document.title="org.apache.kudu.annotations (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/annotations/package-tree.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/annotations/package-tree.html b/apidocs/org/apache/kudu/annotations/package-tree.html
index 69252da..35a02e6 100644
--- a/apidocs/org/apache/kudu/annotations/package-tree.html
+++ b/apidocs/org/apache/kudu/annotations/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.annotations Class Hierarchy (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.annotations Class Hierarchy (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.kudu.annotations Class Hierarchy (Kudu 1.2.0 API)";
+            parent.document.title="org.apache.kudu.annotations Class Hierarchy (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/annotations/package-use.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/annotations/package-use.html b/apidocs/org/apache/kudu/annotations/package-use.html
index 8dbc0a0..26253c3 100644
--- a/apidocs/org/apache/kudu/annotations/package-use.html
+++ b/apidocs/org/apache/kudu/annotations/package-use.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.kudu.annotations (Kudu 1.2.0 API)</title>
+<title>Uses of Package org.apache.kudu.annotations (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.kudu.annotations (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Package org.apache.kudu.annotations (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/class-use/ColumnSchema.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/class-use/ColumnSchema.html b/apidocs/org/apache/kudu/class-use/ColumnSchema.html
index cf1e0e3..2048d4d 100644
--- a/apidocs/org/apache/kudu/class-use/ColumnSchema.html
+++ b/apidocs/org/apache/kudu/class-use/ColumnSchema.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.ColumnSchema (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.ColumnSchema (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.ColumnSchema (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.ColumnSchema (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/class-use/Schema.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/class-use/Schema.html b/apidocs/org/apache/kudu/class-use/Schema.html
index 258530c..617e24d 100644
--- a/apidocs/org/apache/kudu/class-use/Schema.html
+++ b/apidocs/org/apache/kudu/class-use/Schema.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.Schema (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.Schema (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.Schema (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.Schema (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/class-use/Type.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/class-use/Type.html b/apidocs/org/apache/kudu/class-use/Type.html
index eb41a99..127e20c 100644
--- a/apidocs/org/apache/kudu/class-use/Type.html
+++ b/apidocs/org/apache/kudu/class-use/Type.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.Type (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.Type (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.Type (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.Type (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/AbstractKuduScannerBuilder.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/AbstractKuduScannerBuilder.html b/apidocs/org/apache/kudu/client/AbstractKuduScannerBuilder.html
index c406d76..afc1090 100644
--- a/apidocs/org/apache/kudu/client/AbstractKuduScannerBuilder.html
+++ b/apidocs/org/apache/kudu/client/AbstractKuduScannerBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AbstractKuduScannerBuilder (Kudu 1.2.0 API)</title>
+<title>AbstractKuduScannerBuilder (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AbstractKuduScannerBuilder (Kudu 1.2.0 API)";
+            parent.document.title="AbstractKuduScannerBuilder (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/AlterTableOptions.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/AlterTableOptions.html b/apidocs/org/apache/kudu/client/AlterTableOptions.html
index bfc724b..7031bf7 100644
--- a/apidocs/org/apache/kudu/client/AlterTableOptions.html
+++ b/apidocs/org/apache/kudu/client/AlterTableOptions.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AlterTableOptions (Kudu 1.2.0 API)</title>
+<title>AlterTableOptions (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AlterTableOptions (Kudu 1.2.0 API)";
+            parent.document.title="AlterTableOptions (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/AlterTableResponse.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/AlterTableResponse.html b/apidocs/org/apache/kudu/client/AlterTableResponse.html
index 46ec188..686ca30 100644
--- a/apidocs/org/apache/kudu/client/AlterTableResponse.html
+++ b/apidocs/org/apache/kudu/client/AlterTableResponse.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AlterTableResponse (Kudu 1.2.0 API)</title>
+<title>AlterTableResponse (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AlterTableResponse (Kudu 1.2.0 API)";
+            parent.document.title="AlterTableResponse (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html b/apidocs/org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html
index 70d024b..c697973 100644
--- a/apidocs/org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html
+++ b/apidocs/org/apache/kudu/client/AsyncKuduClient.AsyncKuduClientBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AsyncKuduClient.AsyncKuduClientBuilder (Kudu 1.2.0 API)</title>
+<title>AsyncKuduClient.AsyncKuduClientBuilder (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AsyncKuduClient.AsyncKuduClientBuilder (Kudu 1.2.0 API)";
+            parent.document.title="AsyncKuduClient.AsyncKuduClientBuilder (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/AsyncKuduClient.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/AsyncKuduClient.html b/apidocs/org/apache/kudu/client/AsyncKuduClient.html
index 9fcbd02..75f9775 100644
--- a/apidocs/org/apache/kudu/client/AsyncKuduClient.html
+++ b/apidocs/org/apache/kudu/client/AsyncKuduClient.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AsyncKuduClient (Kudu 1.2.0 API)</title>
+<title>AsyncKuduClient (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AsyncKuduClient (Kudu 1.2.0 API)";
+            parent.document.title="AsyncKuduClient (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/AsyncKuduScanner.AsyncKuduScannerBuilder.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/AsyncKuduScanner.AsyncKuduScannerBuilder.html b/apidocs/org/apache/kudu/client/AsyncKuduScanner.AsyncKuduScannerBuilder.html
index 187e515..12ee130 100644
--- a/apidocs/org/apache/kudu/client/AsyncKuduScanner.AsyncKuduScannerBuilder.html
+++ b/apidocs/org/apache/kudu/client/AsyncKuduScanner.AsyncKuduScannerBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AsyncKuduScanner.AsyncKuduScannerBuilder (Kudu 1.2.0 API)</title>
+<title>AsyncKuduScanner.AsyncKuduScannerBuilder (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AsyncKuduScanner.AsyncKuduScannerBuilder (Kudu 1.2.0 API)";
+            parent.document.title="AsyncKuduScanner.AsyncKuduScannerBuilder (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/AsyncKuduScanner.ReadMode.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/AsyncKuduScanner.ReadMode.html b/apidocs/org/apache/kudu/client/AsyncKuduScanner.ReadMode.html
index b5db6f2..7477cc0 100644
--- a/apidocs/org/apache/kudu/client/AsyncKuduScanner.ReadMode.html
+++ b/apidocs/org/apache/kudu/client/AsyncKuduScanner.ReadMode.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AsyncKuduScanner.ReadMode (Kudu 1.2.0 API)</title>
+<title>AsyncKuduScanner.ReadMode (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AsyncKuduScanner.ReadMode (Kudu 1.2.0 API)";
+            parent.document.title="AsyncKuduScanner.ReadMode (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/AsyncKuduScanner.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/AsyncKuduScanner.html b/apidocs/org/apache/kudu/client/AsyncKuduScanner.html
index 99d2e4f..ca4d586 100644
--- a/apidocs/org/apache/kudu/client/AsyncKuduScanner.html
+++ b/apidocs/org/apache/kudu/client/AsyncKuduScanner.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AsyncKuduScanner (Kudu 1.2.0 API)</title>
+<title>AsyncKuduScanner (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AsyncKuduScanner (Kudu 1.2.0 API)";
+            parent.document.title="AsyncKuduScanner (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/AsyncKuduSession.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/AsyncKuduSession.html b/apidocs/org/apache/kudu/client/AsyncKuduSession.html
index af58923..148d078 100644
--- a/apidocs/org/apache/kudu/client/AsyncKuduSession.html
+++ b/apidocs/org/apache/kudu/client/AsyncKuduSession.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AsyncKuduSession (Kudu 1.2.0 API)</title>
+<title>AsyncKuduSession (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AsyncKuduSession (Kudu 1.2.0 API)";
+            parent.document.title="AsyncKuduSession (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/ColumnRangePredicate.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/ColumnRangePredicate.html b/apidocs/org/apache/kudu/client/ColumnRangePredicate.html
index 2063b89..731aeff 100644
--- a/apidocs/org/apache/kudu/client/ColumnRangePredicate.html
+++ b/apidocs/org/apache/kudu/client/ColumnRangePredicate.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ColumnRangePredicate (Kudu 1.2.0 API)</title>
+<title>ColumnRangePredicate (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ColumnRangePredicate (Kudu 1.2.0 API)";
+            parent.document.title="ColumnRangePredicate (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/CreateTableOptions.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/CreateTableOptions.html b/apidocs/org/apache/kudu/client/CreateTableOptions.html
index acd31e9..98f29a5 100644
--- a/apidocs/org/apache/kudu/client/CreateTableOptions.html
+++ b/apidocs/org/apache/kudu/client/CreateTableOptions.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CreateTableOptions (Kudu 1.2.0 API)</title>
+<title>CreateTableOptions (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CreateTableOptions (Kudu 1.2.0 API)";
+            parent.document.title="CreateTableOptions (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/Delete.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/Delete.html b/apidocs/org/apache/kudu/client/Delete.html
index 2909d44..4cee383 100644
--- a/apidocs/org/apache/kudu/client/Delete.html
+++ b/apidocs/org/apache/kudu/client/Delete.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Delete (Kudu 1.2.0 API)</title>
+<title>Delete (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Delete (Kudu 1.2.0 API)";
+            parent.document.title="Delete (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/DeleteTableResponse.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/DeleteTableResponse.html b/apidocs/org/apache/kudu/client/DeleteTableResponse.html
index 3e33282..64e555c 100644
--- a/apidocs/org/apache/kudu/client/DeleteTableResponse.html
+++ b/apidocs/org/apache/kudu/client/DeleteTableResponse.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>DeleteTableResponse (Kudu 1.2.0 API)</title>
+<title>DeleteTableResponse (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="DeleteTableResponse (Kudu 1.2.0 API)";
+            parent.document.title="DeleteTableResponse (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/ExternalConsistencyMode.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/ExternalConsistencyMode.html b/apidocs/org/apache/kudu/client/ExternalConsistencyMode.html
index 03852e9..7650ceb 100644
--- a/apidocs/org/apache/kudu/client/ExternalConsistencyMode.html
+++ b/apidocs/org/apache/kudu/client/ExternalConsistencyMode.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ExternalConsistencyMode (Kudu 1.2.0 API)</title>
+<title>ExternalConsistencyMode (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ExternalConsistencyMode (Kudu 1.2.0 API)";
+            parent.document.title="ExternalConsistencyMode (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/HasFailedRpcException.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/HasFailedRpcException.html b/apidocs/org/apache/kudu/client/HasFailedRpcException.html
index 4cf8a04..967dd26 100644
--- a/apidocs/org/apache/kudu/client/HasFailedRpcException.html
+++ b/apidocs/org/apache/kudu/client/HasFailedRpcException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>HasFailedRpcException (Kudu 1.2.0 API)</title>
+<title>HasFailedRpcException (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="HasFailedRpcException (Kudu 1.2.0 API)";
+            parent.document.title="HasFailedRpcException (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/Insert.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/Insert.html b/apidocs/org/apache/kudu/client/Insert.html
index e6fb29e..219f002 100644
--- a/apidocs/org/apache/kudu/client/Insert.html
+++ b/apidocs/org/apache/kudu/client/Insert.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Insert (Kudu 1.2.0 API)</title>
+<title>Insert (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Insert (Kudu 1.2.0 API)";
+            parent.document.title="Insert (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/IsAlterTableDoneResponse.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/IsAlterTableDoneResponse.html b/apidocs/org/apache/kudu/client/IsAlterTableDoneResponse.html
index c9fdbf3..d555e8b 100644
--- a/apidocs/org/apache/kudu/client/IsAlterTableDoneResponse.html
+++ b/apidocs/org/apache/kudu/client/IsAlterTableDoneResponse.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>IsAlterTableDoneResponse (Kudu 1.2.0 API)</title>
+<title>IsAlterTableDoneResponse (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="IsAlterTableDoneResponse (Kudu 1.2.0 API)";
+            parent.document.title="IsAlterTableDoneResponse (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/KuduClient.KuduClientBuilder.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/KuduClient.KuduClientBuilder.html b/apidocs/org/apache/kudu/client/KuduClient.KuduClientBuilder.html
index 935459e..e2c377c 100644
--- a/apidocs/org/apache/kudu/client/KuduClient.KuduClientBuilder.html
+++ b/apidocs/org/apache/kudu/client/KuduClient.KuduClientBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduClient.KuduClientBuilder (Kudu 1.2.0 API)</title>
+<title>KuduClient.KuduClientBuilder (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduClient.KuduClientBuilder (Kudu 1.2.0 API)";
+            parent.document.title="KuduClient.KuduClientBuilder (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/KuduClient.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/KuduClient.html b/apidocs/org/apache/kudu/client/KuduClient.html
index 266077a..031ebf2 100644
--- a/apidocs/org/apache/kudu/client/KuduClient.html
+++ b/apidocs/org/apache/kudu/client/KuduClient.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduClient (Kudu 1.2.0 API)</title>
+<title>KuduClient (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduClient (Kudu 1.2.0 API)";
+            parent.document.title="KuduClient (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/KuduException.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/KuduException.html b/apidocs/org/apache/kudu/client/KuduException.html
index 994e30f..ad17e99 100644
--- a/apidocs/org/apache/kudu/client/KuduException.html
+++ b/apidocs/org/apache/kudu/client/KuduException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduException (Kudu 1.2.0 API)</title>
+<title>KuduException (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduException (Kudu 1.2.0 API)";
+            parent.document.title="KuduException (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/KuduPredicate.ComparisonOp.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/KuduPredicate.ComparisonOp.html b/apidocs/org/apache/kudu/client/KuduPredicate.ComparisonOp.html
index e4dba30..6c31df7 100644
--- a/apidocs/org/apache/kudu/client/KuduPredicate.ComparisonOp.html
+++ b/apidocs/org/apache/kudu/client/KuduPredicate.ComparisonOp.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduPredicate.ComparisonOp (Kudu 1.2.0 API)</title>
+<title>KuduPredicate.ComparisonOp (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduPredicate.ComparisonOp (Kudu 1.2.0 API)";
+            parent.document.title="KuduPredicate.ComparisonOp (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/KuduPredicate.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/KuduPredicate.html b/apidocs/org/apache/kudu/client/KuduPredicate.html
index d43f6da..192f585 100644
--- a/apidocs/org/apache/kudu/client/KuduPredicate.html
+++ b/apidocs/org/apache/kudu/client/KuduPredicate.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduPredicate (Kudu 1.2.0 API)</title>
+<title>KuduPredicate (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduPredicate (Kudu 1.2.0 API)";
+            parent.document.title="KuduPredicate (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/KuduScanToken.KuduScanTokenBuilder.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/KuduScanToken.KuduScanTokenBuilder.html b/apidocs/org/apache/kudu/client/KuduScanToken.KuduScanTokenBuilder.html
index 6e060b7..5ddba15 100644
--- a/apidocs/org/apache/kudu/client/KuduScanToken.KuduScanTokenBuilder.html
+++ b/apidocs/org/apache/kudu/client/KuduScanToken.KuduScanTokenBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduScanToken.KuduScanTokenBuilder (Kudu 1.2.0 API)</title>
+<title>KuduScanToken.KuduScanTokenBuilder (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduScanToken.KuduScanTokenBuilder (Kudu 1.2.0 API)";
+            parent.document.title="KuduScanToken.KuduScanTokenBuilder (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/KuduScanToken.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/KuduScanToken.html b/apidocs/org/apache/kudu/client/KuduScanToken.html
index db4987c..f532ffe 100644
--- a/apidocs/org/apache/kudu/client/KuduScanToken.html
+++ b/apidocs/org/apache/kudu/client/KuduScanToken.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduScanToken (Kudu 1.2.0 API)</title>
+<title>KuduScanToken (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduScanToken (Kudu 1.2.0 API)";
+            parent.document.title="KuduScanToken (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/KuduScanner.KuduScannerBuilder.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/KuduScanner.KuduScannerBuilder.html b/apidocs/org/apache/kudu/client/KuduScanner.KuduScannerBuilder.html
index 63af891..0c31104 100644
--- a/apidocs/org/apache/kudu/client/KuduScanner.KuduScannerBuilder.html
+++ b/apidocs/org/apache/kudu/client/KuduScanner.KuduScannerBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduScanner.KuduScannerBuilder (Kudu 1.2.0 API)</title>
+<title>KuduScanner.KuduScannerBuilder (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduScanner.KuduScannerBuilder (Kudu 1.2.0 API)";
+            parent.document.title="KuduScanner.KuduScannerBuilder (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/KuduScanner.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/KuduScanner.html b/apidocs/org/apache/kudu/client/KuduScanner.html
index 85f44fa..877a012 100644
--- a/apidocs/org/apache/kudu/client/KuduScanner.html
+++ b/apidocs/org/apache/kudu/client/KuduScanner.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduScanner (Kudu 1.2.0 API)</title>
+<title>KuduScanner (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduScanner (Kudu 1.2.0 API)";
+            parent.document.title="KuduScanner (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/KuduSession.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/KuduSession.html b/apidocs/org/apache/kudu/client/KuduSession.html
index 3afc774..40378a3 100644
--- a/apidocs/org/apache/kudu/client/KuduSession.html
+++ b/apidocs/org/apache/kudu/client/KuduSession.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduSession (Kudu 1.2.0 API)</title>
+<title>KuduSession (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduSession (Kudu 1.2.0 API)";
+            parent.document.title="KuduSession (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/KuduTable.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/KuduTable.html b/apidocs/org/apache/kudu/client/KuduTable.html
index 89a1121..76d224a 100644
--- a/apidocs/org/apache/kudu/client/KuduTable.html
+++ b/apidocs/org/apache/kudu/client/KuduTable.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduTable (Kudu 1.2.0 API)</title>
+<title>KuduTable (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduTable (Kudu 1.2.0 API)";
+            parent.document.title="KuduTable (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/ListTablesResponse.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/ListTablesResponse.html b/apidocs/org/apache/kudu/client/ListTablesResponse.html
index 53d301a..593d351 100644
--- a/apidocs/org/apache/kudu/client/ListTablesResponse.html
+++ b/apidocs/org/apache/kudu/client/ListTablesResponse.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ListTablesResponse (Kudu 1.2.0 API)</title>
+<title>ListTablesResponse (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ListTablesResponse (Kudu 1.2.0 API)";
+            parent.document.title="ListTablesResponse (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/ListTabletServersResponse.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/ListTabletServersResponse.html b/apidocs/org/apache/kudu/client/ListTabletServersResponse.html
index c7d0c5a..7fc1603 100644
--- a/apidocs/org/apache/kudu/client/ListTabletServersResponse.html
+++ b/apidocs/org/apache/kudu/client/ListTabletServersResponse.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ListTabletServersResponse (Kudu 1.2.0 API)</title>
+<title>ListTabletServersResponse (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ListTabletServersResponse (Kudu 1.2.0 API)";
+            parent.document.title="ListTabletServersResponse (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/LocatedTablet.Replica.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/LocatedTablet.Replica.html b/apidocs/org/apache/kudu/client/LocatedTablet.Replica.html
index 92c53f3..b3725a5 100644
--- a/apidocs/org/apache/kudu/client/LocatedTablet.Replica.html
+++ b/apidocs/org/apache/kudu/client/LocatedTablet.Replica.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>LocatedTablet.Replica (Kudu 1.2.0 API)</title>
+<title>LocatedTablet.Replica (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="LocatedTablet.Replica (Kudu 1.2.0 API)";
+            parent.document.title="LocatedTablet.Replica (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/LocatedTablet.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/LocatedTablet.html b/apidocs/org/apache/kudu/client/LocatedTablet.html
index 81503be..b377e26 100644
--- a/apidocs/org/apache/kudu/client/LocatedTablet.html
+++ b/apidocs/org/apache/kudu/client/LocatedTablet.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>LocatedTablet (Kudu 1.2.0 API)</title>
+<title>LocatedTablet (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="LocatedTablet (Kudu 1.2.0 API)";
+            parent.document.title="LocatedTablet (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/Operation.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/Operation.html b/apidocs/org/apache/kudu/client/Operation.html
index d1a1cf6..bc05da3 100644
--- a/apidocs/org/apache/kudu/client/Operation.html
+++ b/apidocs/org/apache/kudu/client/Operation.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Operation (Kudu 1.2.0 API)</title>
+<title>Operation (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Operation (Kudu 1.2.0 API)";
+            parent.document.title="Operation (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/OperationResponse.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/OperationResponse.html b/apidocs/org/apache/kudu/client/OperationResponse.html
index c11248b..c4de1fd 100644
--- a/apidocs/org/apache/kudu/client/OperationResponse.html
+++ b/apidocs/org/apache/kudu/client/OperationResponse.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>OperationResponse (Kudu 1.2.0 API)</title>
+<title>OperationResponse (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="OperationResponse (Kudu 1.2.0 API)";
+            parent.document.title="OperationResponse (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/PartialRow.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/PartialRow.html b/apidocs/org/apache/kudu/client/PartialRow.html
index b692371..f82432a 100644
--- a/apidocs/org/apache/kudu/client/PartialRow.html
+++ b/apidocs/org/apache/kudu/client/PartialRow.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PartialRow (Kudu 1.2.0 API)</title>
+<title>PartialRow (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PartialRow (Kudu 1.2.0 API)";
+            parent.document.title="PartialRow (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/PleaseThrottleException.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/PleaseThrottleException.html b/apidocs/org/apache/kudu/client/PleaseThrottleException.html
index 3aeaf15..82e82b2 100644
--- a/apidocs/org/apache/kudu/client/PleaseThrottleException.html
+++ b/apidocs/org/apache/kudu/client/PleaseThrottleException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>PleaseThrottleException (Kudu 1.2.0 API)</title>
+<title>PleaseThrottleException (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="PleaseThrottleException (Kudu 1.2.0 API)";
+            parent.document.title="PleaseThrottleException (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/RangePartitionBound.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/RangePartitionBound.html b/apidocs/org/apache/kudu/client/RangePartitionBound.html
index 8ace029..529de2e 100644
--- a/apidocs/org/apache/kudu/client/RangePartitionBound.html
+++ b/apidocs/org/apache/kudu/client/RangePartitionBound.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RangePartitionBound (Kudu 1.2.0 API)</title>
+<title>RangePartitionBound (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RangePartitionBound (Kudu 1.2.0 API)";
+            parent.document.title="RangePartitionBound (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {


[3/6] kudu-site git commit: Publish commit(s) from site source repo: a16ab60 Update docs from branch-1.2.x 7fa56a53ae40fd89bcd79426386dbd004547b305

Posted by to...@apache.org.
http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduInsert-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduInsert-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduInsert-members.html
index 367fab1..de64d8a 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduInsert-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduInsert-members.html
@@ -109,7 +109,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduInsert.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduInsert.html b/cpp-client-api/classkudu_1_1client_1_1KuduInsert.html
index 905267d..a49a66d 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduInsert.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduInsert.html
@@ -183,7 +183,7 @@ Additional Inherited Members</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduLoggingCallback-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduLoggingCallback-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduLoggingCallback-members.html
index 1975db3..e106772 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduLoggingCallback-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduLoggingCallback-members.html
@@ -101,7 +101,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduLoggingCallback.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduLoggingCallback.html b/cpp-client-api/classkudu_1_1client_1_1KuduLoggingCallback.html
index a745398..a8de447 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduLoggingCallback.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduLoggingCallback.html
@@ -197,7 +197,7 @@ Public Member Functions</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduLoggingFunctionCallback-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduLoggingFunctionCallback-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduLoggingFunctionCallback-members.html
index 82bc103..c49dfe9 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduLoggingFunctionCallback-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduLoggingFunctionCallback-members.html
@@ -103,7 +103,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduLoggingFunctionCallback.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduLoggingFunctionCallback.html b/cpp-client-api/classkudu_1_1client_1_1KuduLoggingFunctionCallback.html
index 0f7bbae..ba674da 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduLoggingFunctionCallback.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduLoggingFunctionCallback.html
@@ -266,7 +266,7 @@ template&lt;typename T &gt; </div>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduLoggingMemberCallback-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduLoggingMemberCallback-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduLoggingMemberCallback-members.html
index 04d70d3..563c344 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduLoggingMemberCallback-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduLoggingMemberCallback-members.html
@@ -103,7 +103,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduLoggingMemberCallback.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduLoggingMemberCallback.html b/cpp-client-api/classkudu_1_1client_1_1KuduLoggingMemberCallback.html
index 581c9db..2ae1d2c 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduLoggingMemberCallback.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduLoggingMemberCallback.html
@@ -266,7 +266,7 @@ template&lt;typename T &gt; </div>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduPredicate-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduPredicate-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduPredicate-members.html
index 357e51e..d22819c 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduPredicate-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduPredicate-members.html
@@ -112,7 +112,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduPredicate.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduPredicate.html b/cpp-client-api/classkudu_1_1client_1_1KuduPredicate.html
index 048f96b..5e16220 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduPredicate.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduPredicate.html
@@ -189,7 +189,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>ScanConfiguration</b
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduReplica-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduReplica-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduReplica-members.html
index fec4403..1964208 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduReplica-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduReplica-members.html
@@ -103,7 +103,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduReplica.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduReplica.html b/cpp-client-api/classkudu_1_1client_1_1KuduReplica.html
index 10a8d84..488aff7 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduReplica.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduReplica.html
@@ -160,7 +160,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>KuduScanTokenBuilder
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduScanBatch-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduScanBatch-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduScanBatch-members.html
index 44a7107..7373927 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduScanBatch-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduScanBatch-members.html
@@ -142,7 +142,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduScanBatch.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduScanBatch.html b/cpp-client-api/classkudu_1_1client_1_1KuduScanBatch.html
index f9013bb..89a89bd 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduScanBatch.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduScanBatch.html
@@ -662,7 +662,7 @@ template&lt;typename KeyTypeWrapper &gt; </td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduScanToken-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduScanToken-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduScanToken-members.html
index 6b508e8..b503616 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduScanToken-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduScanToken-members.html
@@ -104,7 +104,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduScanToken.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduScanToken.html b/cpp-client-api/classkudu_1_1client_1_1KuduScanToken.html
index 40cd96f..87352c5 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduScanToken.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduScanToken.html
@@ -252,7 +252,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>KuduScanTokenBuilder
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduScanTokenBuilder-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduScanTokenBuilder-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduScanTokenBuilder-members.html
index 1220de7..26a8ea4 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduScanTokenBuilder-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduScanTokenBuilder-members.html
@@ -114,7 +114,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduScanTokenBuilder.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduScanTokenBuilder.html b/cpp-client-api/classkudu_1_1client_1_1KuduScanTokenBuilder.html
index 888f45c..6f05c93 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduScanTokenBuilder.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduScanTokenBuilder.html
@@ -533,7 +533,7 @@ Public Member Functions</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduScanner-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduScanner-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduScanner-members.html
index 8734d1d..e6d41bc 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduScanner-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduScanner-members.html
@@ -137,7 +137,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduScanner.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduScanner.html b/cpp-client-api/classkudu_1_1client_1_1KuduScanner.html
index e24d1e0..b53c642 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduScanner.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduScanner.html
@@ -947,7 +947,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>KuduScanToken</b></t
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduSchema-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduSchema-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduSchema-members.html
index 071fc7c..a2e0d99 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduSchema-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduSchema-members.html
@@ -125,7 +125,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduSchema.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduSchema.html b/cpp-client-api/classkudu_1_1client_1_1KuduSchema.html
index ea9de8f..ad7508c 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduSchema.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduSchema.html
@@ -358,7 +358,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>tools::ReplicaDumper
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduSchemaBuilder-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduSchemaBuilder-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduSchemaBuilder-members.html
index 671440a..1028d51 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduSchemaBuilder-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduSchemaBuilder-members.html
@@ -103,7 +103,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduSchemaBuilder.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduSchemaBuilder.html b/cpp-client-api/classkudu_1_1client_1_1KuduSchemaBuilder.html
index f187146..8821bd4 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduSchemaBuilder.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduSchemaBuilder.html
@@ -193,7 +193,7 @@ Public Member Functions</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduSession-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduSession-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduSession-members.html
index e3b66f5..217ea62 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduSession-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduSession-members.html
@@ -126,7 +126,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduSession.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduSession.html b/cpp-client-api/classkudu_1_1client_1_1KuduSession.html
index 8f818bf..e7b7a1e 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduSession.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduSession.html
@@ -666,7 +666,7 @@ The buffer contains data for fresh (i.e. newly submitted) operations and also op
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduStatusCallback-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduStatusCallback-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduStatusCallback-members.html
index 9aacbbc..4d1b7b7 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduStatusCallback-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduStatusCallback-members.html
@@ -101,7 +101,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduStatusCallback.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduStatusCallback.html b/cpp-client-api/classkudu_1_1client_1_1KuduStatusCallback.html
index 27213e3..fefe518 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduStatusCallback.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduStatusCallback.html
@@ -157,7 +157,7 @@ Public Member Functions</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduStatusFunctionCallback-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduStatusFunctionCallback-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduStatusFunctionCallback-members.html
index 2877d87..224e7ad 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduStatusFunctionCallback-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduStatusFunctionCallback-members.html
@@ -103,7 +103,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduStatusFunctionCallback.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduStatusFunctionCallback.html b/cpp-client-api/classkudu_1_1client_1_1KuduStatusFunctionCallback.html
index a9a6234..18ad553 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduStatusFunctionCallback.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduStatusFunctionCallback.html
@@ -226,7 +226,7 @@ template&lt;typename T &gt; </div>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduStatusMemberCallback-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduStatusMemberCallback-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduStatusMemberCallback-members.html
index ad693c7..adf6e93 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduStatusMemberCallback-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduStatusMemberCallback-members.html
@@ -103,7 +103,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduStatusMemberCallback.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduStatusMemberCallback.html b/cpp-client-api/classkudu_1_1client_1_1KuduStatusMemberCallback.html
index 504041c..43a50d0 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduStatusMemberCallback.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduStatusMemberCallback.html
@@ -226,7 +226,7 @@ template&lt;typename T &gt; </div>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduTable-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduTable-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduTable-members.html
index 3b6e357..89ac1bb 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduTable-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduTable-members.html
@@ -112,7 +112,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduTable.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduTable.html b/cpp-client-api/classkudu_1_1client_1_1KuduTable.html
index f40b026..1d1f339 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduTable.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduTable.html
@@ -405,7 +405,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>KuduClient</b></td><
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduTableAlterer-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduTableAlterer-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduTableAlterer-members.html
index dace9f5..d22877d 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduTableAlterer-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduTableAlterer-members.html
@@ -109,7 +109,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduTableAlterer.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduTableAlterer.html b/cpp-client-api/classkudu_1_1client_1_1KuduTableAlterer.html
index 18fb84e..7eacbdb 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduTableAlterer.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduTableAlterer.html
@@ -409,7 +409,7 @@ Multiple range partitions may be dropped as part of a single alter table transac
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduTableCreator-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduTableCreator-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduTableCreator-members.html
index 1bc961f..f822942 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduTableCreator-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduTableCreator-members.html
@@ -115,7 +115,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduTableCreator.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduTableCreator.html b/cpp-client-api/classkudu_1_1client_1_1KuduTableCreator.html
index e13eb16..47fdfa6 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduTableCreator.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduTableCreator.html
@@ -528,7 +528,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>KuduClient</b></td><
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduTablet-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduTablet-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduTablet-members.html
index 91e4fd1..95f4c3f 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduTablet-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduTablet-members.html
@@ -103,7 +103,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduTablet.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduTablet.html b/cpp-client-api/classkudu_1_1client_1_1KuduTablet.html
index 766fdae..5a12e7c 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduTablet.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduTablet.html
@@ -160,7 +160,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>KuduScanTokenBuilder
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer-members.html
index cfca29e..b3ad37e 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer-members.html
@@ -105,7 +105,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer.html b/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer.html
index 202b990..f09a933 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduTabletServer.html
@@ -180,7 +180,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>KuduScanTokenBuilder
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduUpdate-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduUpdate-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduUpdate-members.html
index 012dd29..ab7e7c4 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduUpdate-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduUpdate-members.html
@@ -109,7 +109,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduUpdate.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduUpdate.html b/cpp-client-api/classkudu_1_1client_1_1KuduUpdate.html
index 9638ba2..d65f0d3 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduUpdate.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduUpdate.html
@@ -183,7 +183,7 @@ Additional Inherited Members</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduUpsert-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduUpsert-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduUpsert-members.html
index f776a29..c5b9c38 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduUpsert-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduUpsert-members.html
@@ -109,7 +109,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduUpsert.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduUpsert.html b/cpp-client-api/classkudu_1_1client_1_1KuduUpsert.html
index 06ba112..839618d 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduUpsert.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduUpsert.html
@@ -183,7 +183,7 @@ Additional Inherited Members</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduValue-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduValue-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduValue-members.html
index ae8d308..9835e10 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduValue-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduValue-members.html
@@ -108,7 +108,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduValue.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduValue.html b/cpp-client-api/classkudu_1_1client_1_1KuduValue.html
index fab8b71..366ce6a 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduValue.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduValue.html
@@ -204,7 +204,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>KuduColumnSpec</b></
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduWriteOperation-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduWriteOperation-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduWriteOperation-members.html
index 40af90f..b345218 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduWriteOperation-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduWriteOperation-members.html
@@ -110,7 +110,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduWriteOperation.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduWriteOperation.html b/cpp-client-api/classkudu_1_1client_1_1KuduWriteOperation.html
index 5b3722f..fb4655d 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduWriteOperation.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduWriteOperation.html
@@ -232,7 +232,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>internal::ErrorColle
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1ResourceMetrics-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1ResourceMetrics-members.html b/cpp-client-api/classkudu_1_1client_1_1ResourceMetrics-members.html
index 7ffac0b..41c0440 100644
--- a/cpp-client-api/classkudu_1_1client_1_1ResourceMetrics-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1ResourceMetrics-members.html
@@ -103,7 +103,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1ResourceMetrics.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1ResourceMetrics.html b/cpp-client-api/classkudu_1_1client_1_1ResourceMetrics.html
index 99820cf..73082ed 100644
--- a/cpp-client-api/classkudu_1_1client_1_1ResourceMetrics.html
+++ b/cpp-client-api/classkudu_1_1client_1_1ResourceMetrics.html
@@ -193,7 +193,7 @@ Public Member Functions</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1internal__logging_1_1CerrLog-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1internal__logging_1_1CerrLog-members.html b/cpp-client-api/classkudu_1_1internal__logging_1_1CerrLog-members.html
index e4a7bb6..8d07a99 100644
--- a/cpp-client-api/classkudu_1_1internal__logging_1_1CerrLog-members.html
+++ b/cpp-client-api/classkudu_1_1internal__logging_1_1CerrLog-members.html
@@ -101,7 +101,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1internal__logging_1_1CerrLog.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1internal__logging_1_1CerrLog.html b/cpp-client-api/classkudu_1_1internal__logging_1_1CerrLog.html
index 0e55dbf..b6dfe51 100644
--- a/cpp-client-api/classkudu_1_1internal__logging_1_1CerrLog.html
+++ b/cpp-client-api/classkudu_1_1internal__logging_1_1CerrLog.html
@@ -184,7 +184,7 @@ template&lt;class T &gt; </div>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1internal__logging_1_1NullLog-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1internal__logging_1_1NullLog-members.html b/cpp-client-api/classkudu_1_1internal__logging_1_1NullLog-members.html
index 9381ace..4a5607b 100644
--- a/cpp-client-api/classkudu_1_1internal__logging_1_1NullLog-members.html
+++ b/cpp-client-api/classkudu_1_1internal__logging_1_1NullLog-members.html
@@ -99,7 +99,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1internal__logging_1_1NullLog.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1internal__logging_1_1NullLog.html b/cpp-client-api/classkudu_1_1internal__logging_1_1NullLog.html
index d0f683d..13fb73b 100644
--- a/cpp-client-api/classkudu_1_1internal__logging_1_1NullLog.html
+++ b/cpp-client-api/classkudu_1_1internal__logging_1_1NullLog.html
@@ -151,7 +151,7 @@ template&lt;class T &gt; </div>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/client_8h_source.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/client_8h_source.html b/cpp-client-api/client_8h_source.html
index ac214e5..fdad8e7 100644
--- a/cpp-client-api/client_8h_source.html
+++ b/cpp-client-api/client_8h_source.html
@@ -141,7 +141,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/deprecated.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/deprecated.html b/cpp-client-api/deprecated.html
index b75ee5c..719bc33 100644
--- a/cpp-client-api/deprecated.html
+++ b/cpp-client-api/deprecated.html
@@ -107,7 +107,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/dir_000002_000004.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/dir_000002_000004.html b/cpp-client-api/dir_000002_000004.html
index 1be0d04..9a54548 100644
--- a/cpp-client-api/dir_000002_000004.html
+++ b/cpp-client-api/dir_000002_000004.html
@@ -83,7 +83,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99.html b/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99.html
index f029a70..bed5ff5 100644
--- a/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99.html
+++ b/cpp-client-api/dir_4eb331d85bb84eae27db9d0af49f6f99.html
@@ -111,7 +111,7 @@ Files</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd.html b/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd.html
index 765dff0..2d47d39 100644
--- a/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd.html
+++ b/cpp-client-api/dir_58b01e52e53886b8d78ab5060a2cd2bd.html
@@ -110,7 +110,7 @@ Directories</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6.html b/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6.html
index 0f4998d..4e89a43 100644
--- a/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6.html
+++ b/cpp-client-api/dir_a7d8e458a72ff63c89f2ceb44d9dd2f6.html
@@ -97,7 +97,7 @@ Files</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23.html b/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23.html
index e93b388..ac88e71 100644
--- a/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23.html
+++ b/cpp-client-api/dir_d44c64559bbebec7f509842c48db8b23.html
@@ -106,7 +106,7 @@ Directories</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/dir_e8a2e446cf73a5a1ae0ad6a5a21b6d03.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/dir_e8a2e446cf73a5a1ae0ad6a5a21b6d03.html b/cpp-client-api/dir_e8a2e446cf73a5a1ae0ad6a5a21b6d03.html
index 4a25645..41b3024 100644
--- a/cpp-client-api/dir_e8a2e446cf73a5a1ae0ad6a5a21b6d03.html
+++ b/cpp-client-api/dir_e8a2e446cf73a5a1ae0ad6a5a21b6d03.html
@@ -99,7 +99,7 @@ Files</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/files.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/files.html b/cpp-client-api/files.html
index 23a6ef0..455f523 100644
--- a/cpp-client-api/files.html
+++ b/cpp-client-api/files.html
@@ -114,7 +114,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions.html b/cpp-client-api/functions.html
index b9761db..6ccd6f7 100644
--- a/cpp-client-api/functions.html
+++ b/cpp-client-api/functions.html
@@ -193,7 +193,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_b.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_b.html b/cpp-client-api/functions_b.html
index 5322028..0ee8d3a 100644
--- a/cpp-client-api/functions_b.html
+++ b/cpp-client-api/functions_b.html
@@ -138,7 +138,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_c.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_c.html b/cpp-client-api/functions_c.html
index 5f7d589..ccacfd1 100644
--- a/cpp-client-api/functions_c.html
+++ b/cpp-client-api/functions_c.html
@@ -208,7 +208,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_d.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_d.html b/cpp-client-api/functions_d.html
index 0a44ac0..5bad9f7 100644
--- a/cpp-client-api/functions_d.html
+++ b/cpp-client-api/functions_d.html
@@ -162,7 +162,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_e.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_e.html b/cpp-client-api/functions_e.html
index 4f880aa..84e54fb 100644
--- a/cpp-client-api/functions_e.html
+++ b/cpp-client-api/functions_e.html
@@ -160,7 +160,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_enum.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_enum.html b/cpp-client-api/functions_enum.html
index 155b884..e725e0a 100644
--- a/cpp-client-api/functions_enum.html
+++ b/cpp-client-api/functions_enum.html
@@ -133,7 +133,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_eval.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_eval.html b/cpp-client-api/functions_eval.html
index 43270b1..8ced33c 100644
--- a/cpp-client-api/functions_eval.html
+++ b/cpp-client-api/functions_eval.html
@@ -148,7 +148,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_f.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_f.html b/cpp-client-api/functions_f.html
index 52221a3..65b7fa3 100644
--- a/cpp-client-api/functions_f.html
+++ b/cpp-client-api/functions_f.html
@@ -146,7 +146,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func.html b/cpp-client-api/functions_func.html
index 3d80a44..67c7310 100644
--- a/cpp-client-api/functions_func.html
+++ b/cpp-client-api/functions_func.html
@@ -186,7 +186,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_b.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_b.html b/cpp-client-api/functions_func_b.html
index 784e638..1b05a9c 100644
--- a/cpp-client-api/functions_func_b.html
+++ b/cpp-client-api/functions_func_b.html
@@ -137,7 +137,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_c.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_c.html b/cpp-client-api/functions_func_c.html
index 6e7d26c..44e8ec9 100644
--- a/cpp-client-api/functions_func_c.html
+++ b/cpp-client-api/functions_func_c.html
@@ -192,7 +192,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_d.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_d.html b/cpp-client-api/functions_func_d.html
index 4465a54..f6e92d6 100644
--- a/cpp-client-api/functions_func_d.html
+++ b/cpp-client-api/functions_func_d.html
@@ -155,7 +155,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_e.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_e.html b/cpp-client-api/functions_func_e.html
index a4cf7db..545a16b 100644
--- a/cpp-client-api/functions_func_e.html
+++ b/cpp-client-api/functions_func_e.html
@@ -150,7 +150,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_f.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_f.html b/cpp-client-api/functions_func_f.html
index 481b80c..6c63552 100644
--- a/cpp-client-api/functions_func_f.html
+++ b/cpp-client-api/functions_func_f.html
@@ -135,7 +135,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_g.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_g.html b/cpp-client-api/functions_func_g.html
index a6f477f..66390ab 100644
--- a/cpp-client-api/functions_func_g.html
+++ b/cpp-client-api/functions_func_g.html
@@ -156,7 +156,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_h.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_h.html b/cpp-client-api/functions_func_h.html
index 3ce58c1..05f2013 100644
--- a/cpp-client-api/functions_func_h.html
+++ b/cpp-client-api/functions_func_h.html
@@ -135,7 +135,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_i.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_i.html b/cpp-client-api/functions_func_i.html
index cac7052..9f64517 100644
--- a/cpp-client-api/functions_func_i.html
+++ b/cpp-client-api/functions_func_i.html
@@ -219,7 +219,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_k.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_k.html b/cpp-client-api/functions_func_k.html
index ab5d7cf..7017741 100644
--- a/cpp-client-api/functions_func_k.html
+++ b/cpp-client-api/functions_func_k.html
@@ -159,7 +159,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_l.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_l.html b/cpp-client-api/functions_func_l.html
index d8e845c..30c70f2 100644
--- a/cpp-client-api/functions_func_l.html
+++ b/cpp-client-api/functions_func_l.html
@@ -135,7 +135,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_m.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_m.html b/cpp-client-api/functions_func_m.html
index d404d7a..007f29b 100644
--- a/cpp-client-api/functions_func_m.html
+++ b/cpp-client-api/functions_func_m.html
@@ -159,7 +159,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_n.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_n.html b/cpp-client-api/functions_func_n.html
index 6301ffa..fd6eb77 100644
--- a/cpp-client-api/functions_func_n.html
+++ b/cpp-client-api/functions_func_n.html
@@ -184,7 +184,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_o.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_o.html b/cpp-client-api/functions_func_o.html
index 1eae52b..b814d34 100644
--- a/cpp-client-api/functions_func_o.html
+++ b/cpp-client-api/functions_func_o.html
@@ -168,7 +168,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_p.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_p.html b/cpp-client-api/functions_func_p.html
index 23e0279..073d05f 100644
--- a/cpp-client-api/functions_func_p.html
+++ b/cpp-client-api/functions_func_p.html
@@ -138,7 +138,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_r.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_r.html b/cpp-client-api/functions_func_r.html
index 872263a..93b3c5f 100644
--- a/cpp-client-api/functions_func_r.html
+++ b/cpp-client-api/functions_func_r.html
@@ -162,7 +162,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_s.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_s.html b/cpp-client-api/functions_func_s.html
index e4b61cd..a58dffa 100644
--- a/cpp-client-api/functions_func_s.html
+++ b/cpp-client-api/functions_func_s.html
@@ -232,7 +232,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_t.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_t.html b/cpp-client-api/functions_func_t.html
index 06a30b4..fb14044 100644
--- a/cpp-client-api/functions_func_t.html
+++ b/cpp-client-api/functions_func_t.html
@@ -178,7 +178,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_u.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_u.html b/cpp-client-api/functions_func_u.html
index f84543c..cb41b27 100644
--- a/cpp-client-api/functions_func_u.html
+++ b/cpp-client-api/functions_func_u.html
@@ -132,7 +132,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_func_w.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_func_w.html b/cpp-client-api/functions_func_w.html
index 62f7802..882b134 100644
--- a/cpp-client-api/functions_func_w.html
+++ b/cpp-client-api/functions_func_w.html
@@ -133,7 +133,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_g.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_g.html b/cpp-client-api/functions_g.html
index bd2041c..e68e77a 100644
--- a/cpp-client-api/functions_g.html
+++ b/cpp-client-api/functions_g.html
@@ -160,7 +160,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_h.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_h.html b/cpp-client-api/functions_h.html
index 2d87747..157aad2 100644
--- a/cpp-client-api/functions_h.html
+++ b/cpp-client-api/functions_h.html
@@ -136,7 +136,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_i.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_i.html b/cpp-client-api/functions_i.html
index d4673fe..6026092 100644
--- a/cpp-client-api/functions_i.html
+++ b/cpp-client-api/functions_i.html
@@ -223,7 +223,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_k.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_k.html b/cpp-client-api/functions_k.html
index 93b6104..9d0967f 100644
--- a/cpp-client-api/functions_k.html
+++ b/cpp-client-api/functions_k.html
@@ -163,7 +163,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_l.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_l.html b/cpp-client-api/functions_l.html
index d406bec..9460f2e 100644
--- a/cpp-client-api/functions_l.html
+++ b/cpp-client-api/functions_l.html
@@ -139,7 +139,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_m.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_m.html b/cpp-client-api/functions_m.html
index 4116331..4ac9f9a 100644
--- a/cpp-client-api/functions_m.html
+++ b/cpp-client-api/functions_m.html
@@ -167,7 +167,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>


[4/6] kudu-site git commit: Publish commit(s) from site source repo: a16ab60 Update docs from branch-1.2.x 7fa56a53ae40fd89bcd79426386dbd004547b305

Posted by to...@apache.org.
http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/KuduSink.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/KuduSink.html b/apidocs/org/apache/kudu/flume/sink/KuduSink.html
index 0b59f3f..872e0e4 100644
--- a/apidocs/org/apache/kudu/flume/sink/KuduSink.html
+++ b/apidocs/org/apache/kudu/flume/sink/KuduSink.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduSink (Kudu 1.2.0 API)</title>
+<title>KuduSink (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduSink (Kudu 1.2.0 API)";
+            parent.document.title="KuduSink (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/KuduSinkConfigurationConstants.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/KuduSinkConfigurationConstants.html b/apidocs/org/apache/kudu/flume/sink/KuduSinkConfigurationConstants.html
index 37edbb1..4ec5f9b 100644
--- a/apidocs/org/apache/kudu/flume/sink/KuduSinkConfigurationConstants.html
+++ b/apidocs/org/apache/kudu/flume/sink/KuduSinkConfigurationConstants.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduSinkConfigurationConstants (Kudu 1.2.0 API)</title>
+<title>KuduSinkConfigurationConstants (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduSinkConfigurationConstants (Kudu 1.2.0 API)";
+            parent.document.title="KuduSinkConfigurationConstants (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/RegexpKuduOperationsProducer.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/RegexpKuduOperationsProducer.html b/apidocs/org/apache/kudu/flume/sink/RegexpKuduOperationsProducer.html
index 4577fb9..c7fd118 100644
--- a/apidocs/org/apache/kudu/flume/sink/RegexpKuduOperationsProducer.html
+++ b/apidocs/org/apache/kudu/flume/sink/RegexpKuduOperationsProducer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RegexpKuduOperationsProducer (Kudu 1.2.0 API)</title>
+<title>RegexpKuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RegexpKuduOperationsProducer (Kudu 1.2.0 API)";
+            parent.document.title="RegexpKuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/SimpleKeyedKuduOperationsProducer.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/SimpleKeyedKuduOperationsProducer.html b/apidocs/org/apache/kudu/flume/sink/SimpleKeyedKuduOperationsProducer.html
index 936f8c8..0147388 100644
--- a/apidocs/org/apache/kudu/flume/sink/SimpleKeyedKuduOperationsProducer.html
+++ b/apidocs/org/apache/kudu/flume/sink/SimpleKeyedKuduOperationsProducer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SimpleKeyedKuduOperationsProducer (Kudu 1.2.0 API)</title>
+<title>SimpleKeyedKuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SimpleKeyedKuduOperationsProducer (Kudu 1.2.0 API)";
+            parent.document.title="SimpleKeyedKuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/SimpleKuduOperationsProducer.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/SimpleKuduOperationsProducer.html b/apidocs/org/apache/kudu/flume/sink/SimpleKuduOperationsProducer.html
index 812c4de..823ad6c 100644
--- a/apidocs/org/apache/kudu/flume/sink/SimpleKuduOperationsProducer.html
+++ b/apidocs/org/apache/kudu/flume/sink/SimpleKuduOperationsProducer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SimpleKuduOperationsProducer (Kudu 1.2.0 API)</title>
+<title>SimpleKuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SimpleKuduOperationsProducer (Kudu 1.2.0 API)";
+            parent.document.title="SimpleKuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/class-use/AvroKuduOperationsProducer.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/class-use/AvroKuduOperationsProducer.html b/apidocs/org/apache/kudu/flume/sink/class-use/AvroKuduOperationsProducer.html
index 4a6a77c..c02dc3d 100644
--- a/apidocs/org/apache/kudu/flume/sink/class-use/AvroKuduOperationsProducer.html
+++ b/apidocs/org/apache/kudu/flume/sink/class-use/AvroKuduOperationsProducer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.flume.sink.AvroKuduOperationsProducer (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.flume.sink.AvroKuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.flume.sink.AvroKuduOperationsProducer (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.flume.sink.AvroKuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/class-use/KuduOperationsProducer.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/class-use/KuduOperationsProducer.html b/apidocs/org/apache/kudu/flume/sink/class-use/KuduOperationsProducer.html
index 55bf82a..2dddfab 100644
--- a/apidocs/org/apache/kudu/flume/sink/class-use/KuduOperationsProducer.html
+++ b/apidocs/org/apache/kudu/flume/sink/class-use/KuduOperationsProducer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.kudu.flume.sink.KuduOperationsProducer (Kudu 1.2.0 API)</title>
+<title>Uses of Interface org.apache.kudu.flume.sink.KuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.kudu.flume.sink.KuduOperationsProducer (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Interface org.apache.kudu.flume.sink.KuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/class-use/KuduSink.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/class-use/KuduSink.html b/apidocs/org/apache/kudu/flume/sink/class-use/KuduSink.html
index 7e16584..1fc1810 100644
--- a/apidocs/org/apache/kudu/flume/sink/class-use/KuduSink.html
+++ b/apidocs/org/apache/kudu/flume/sink/class-use/KuduSink.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.flume.sink.KuduSink (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.flume.sink.KuduSink (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.flume.sink.KuduSink (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.flume.sink.KuduSink (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/class-use/KuduSinkConfigurationConstants.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/class-use/KuduSinkConfigurationConstants.html b/apidocs/org/apache/kudu/flume/sink/class-use/KuduSinkConfigurationConstants.html
index 48fb804..8b0541e 100644
--- a/apidocs/org/apache/kudu/flume/sink/class-use/KuduSinkConfigurationConstants.html
+++ b/apidocs/org/apache/kudu/flume/sink/class-use/KuduSinkConfigurationConstants.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.flume.sink.KuduSinkConfigurationConstants (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.flume.sink.KuduSinkConfigurationConstants (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.flume.sink.KuduSinkConfigurationConstants (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.flume.sink.KuduSinkConfigurationConstants (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/class-use/RegexpKuduOperationsProducer.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/class-use/RegexpKuduOperationsProducer.html b/apidocs/org/apache/kudu/flume/sink/class-use/RegexpKuduOperationsProducer.html
index a8ed1ac..ea0b557 100644
--- a/apidocs/org/apache/kudu/flume/sink/class-use/RegexpKuduOperationsProducer.html
+++ b/apidocs/org/apache/kudu/flume/sink/class-use/RegexpKuduOperationsProducer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.flume.sink.RegexpKuduOperationsProducer (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.flume.sink.RegexpKuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.flume.sink.RegexpKuduOperationsProducer (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.flume.sink.RegexpKuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/class-use/SimpleKeyedKuduOperationsProducer.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/class-use/SimpleKeyedKuduOperationsProducer.html b/apidocs/org/apache/kudu/flume/sink/class-use/SimpleKeyedKuduOperationsProducer.html
index 97874ec..79df821 100644
--- a/apidocs/org/apache/kudu/flume/sink/class-use/SimpleKeyedKuduOperationsProducer.html
+++ b/apidocs/org/apache/kudu/flume/sink/class-use/SimpleKeyedKuduOperationsProducer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.flume.sink.SimpleKeyedKuduOperationsProducer (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.flume.sink.SimpleKeyedKuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.flume.sink.SimpleKeyedKuduOperationsProducer (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.flume.sink.SimpleKeyedKuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/class-use/SimpleKuduOperationsProducer.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/class-use/SimpleKuduOperationsProducer.html b/apidocs/org/apache/kudu/flume/sink/class-use/SimpleKuduOperationsProducer.html
index f2bdc03..8aa8392 100644
--- a/apidocs/org/apache/kudu/flume/sink/class-use/SimpleKuduOperationsProducer.html
+++ b/apidocs/org/apache/kudu/flume/sink/class-use/SimpleKuduOperationsProducer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.flume.sink.SimpleKuduOperationsProducer (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.flume.sink.SimpleKuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.flume.sink.SimpleKuduOperationsProducer (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.flume.sink.SimpleKuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/package-frame.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/package-frame.html b/apidocs/org/apache/kudu/flume/sink/package-frame.html
index 3255f71..1ad9882 100644
--- a/apidocs/org/apache/kudu/flume/sink/package-frame.html
+++ b/apidocs/org/apache/kudu/flume/sink/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.flume.sink (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.flume.sink (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/package-summary.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/package-summary.html b/apidocs/org/apache/kudu/flume/sink/package-summary.html
index 735ddbd..e85111d 100644
--- a/apidocs/org/apache/kudu/flume/sink/package-summary.html
+++ b/apidocs/org/apache/kudu/flume/sink/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.flume.sink (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.flume.sink (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.kudu.flume.sink (Kudu 1.2.0 API)";
+            parent.document.title="org.apache.kudu.flume.sink (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/package-tree.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/package-tree.html b/apidocs/org/apache/kudu/flume/sink/package-tree.html
index 1427223..288831f 100644
--- a/apidocs/org/apache/kudu/flume/sink/package-tree.html
+++ b/apidocs/org/apache/kudu/flume/sink/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.flume.sink Class Hierarchy (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.flume.sink Class Hierarchy (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.kudu.flume.sink Class Hierarchy (Kudu 1.2.0 API)";
+            parent.document.title="org.apache.kudu.flume.sink Class Hierarchy (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/package-use.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/package-use.html b/apidocs/org/apache/kudu/flume/sink/package-use.html
index d4ccd95..fefa892 100644
--- a/apidocs/org/apache/kudu/flume/sink/package-use.html
+++ b/apidocs/org/apache/kudu/flume/sink/package-use.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.kudu.flume.sink (Kudu 1.2.0 API)</title>
+<title>Uses of Package org.apache.kudu.flume.sink (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.kudu.flume.sink (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Package org.apache.kudu.flume.sink (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/CommandLineParser.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/CommandLineParser.html b/apidocs/org/apache/kudu/mapreduce/CommandLineParser.html
index 9d8893e..a1f14a1 100644
--- a/apidocs/org/apache/kudu/mapreduce/CommandLineParser.html
+++ b/apidocs/org/apache/kudu/mapreduce/CommandLineParser.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CommandLineParser (Kudu 1.2.0 API)</title>
+<title>CommandLineParser (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CommandLineParser (Kudu 1.2.0 API)";
+            parent.document.title="CommandLineParser (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/KuduTableInputFormat.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/KuduTableInputFormat.html b/apidocs/org/apache/kudu/mapreduce/KuduTableInputFormat.html
index 001b37f..711388b 100644
--- a/apidocs/org/apache/kudu/mapreduce/KuduTableInputFormat.html
+++ b/apidocs/org/apache/kudu/mapreduce/KuduTableInputFormat.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduTableInputFormat (Kudu 1.2.0 API)</title>
+<title>KuduTableInputFormat (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduTableInputFormat (Kudu 1.2.0 API)";
+            parent.document.title="KuduTableInputFormat (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/KuduTableMapReduceUtil.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/KuduTableMapReduceUtil.html b/apidocs/org/apache/kudu/mapreduce/KuduTableMapReduceUtil.html
index c0b4741..e37e496 100644
--- a/apidocs/org/apache/kudu/mapreduce/KuduTableMapReduceUtil.html
+++ b/apidocs/org/apache/kudu/mapreduce/KuduTableMapReduceUtil.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduTableMapReduceUtil (Kudu 1.2.0 API)</title>
+<title>KuduTableMapReduceUtil (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduTableMapReduceUtil (Kudu 1.2.0 API)";
+            parent.document.title="KuduTableMapReduceUtil (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/KuduTableOutputCommitter.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/KuduTableOutputCommitter.html b/apidocs/org/apache/kudu/mapreduce/KuduTableOutputCommitter.html
index 1f167c8..28b7484 100644
--- a/apidocs/org/apache/kudu/mapreduce/KuduTableOutputCommitter.html
+++ b/apidocs/org/apache/kudu/mapreduce/KuduTableOutputCommitter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduTableOutputCommitter (Kudu 1.2.0 API)</title>
+<title>KuduTableOutputCommitter (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduTableOutputCommitter (Kudu 1.2.0 API)";
+            parent.document.title="KuduTableOutputCommitter (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/KuduTableOutputFormat.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/KuduTableOutputFormat.html b/apidocs/org/apache/kudu/mapreduce/KuduTableOutputFormat.html
index c9b97e0..968c407 100644
--- a/apidocs/org/apache/kudu/mapreduce/KuduTableOutputFormat.html
+++ b/apidocs/org/apache/kudu/mapreduce/KuduTableOutputFormat.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduTableOutputFormat (Kudu 1.2.0 API)</title>
+<title>KuduTableOutputFormat (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduTableOutputFormat (Kudu 1.2.0 API)";
+            parent.document.title="KuduTableOutputFormat (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/TableReducer.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/TableReducer.html b/apidocs/org/apache/kudu/mapreduce/TableReducer.html
index 138d6db..656f336 100644
--- a/apidocs/org/apache/kudu/mapreduce/TableReducer.html
+++ b/apidocs/org/apache/kudu/mapreduce/TableReducer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>TableReducer (Kudu 1.2.0 API)</title>
+<title>TableReducer (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="TableReducer (Kudu 1.2.0 API)";
+            parent.document.title="TableReducer (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/class-use/CommandLineParser.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/class-use/CommandLineParser.html b/apidocs/org/apache/kudu/mapreduce/class-use/CommandLineParser.html
index b53f26c..d45f2ac 100644
--- a/apidocs/org/apache/kudu/mapreduce/class-use/CommandLineParser.html
+++ b/apidocs/org/apache/kudu/mapreduce/class-use/CommandLineParser.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.mapreduce.CommandLineParser (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.mapreduce.CommandLineParser (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.mapreduce.CommandLineParser (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.mapreduce.CommandLineParser (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableInputFormat.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableInputFormat.html b/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableInputFormat.html
index 5288ad3..7baa731 100644
--- a/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableInputFormat.html
+++ b/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableInputFormat.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.mapreduce.KuduTableInputFormat (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.mapreduce.KuduTableInputFormat (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.mapreduce.KuduTableInputFormat (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.mapreduce.KuduTableInputFormat (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableMapReduceUtil.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableMapReduceUtil.html b/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableMapReduceUtil.html
index 0906f75..b5ae443 100644
--- a/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableMapReduceUtil.html
+++ b/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableMapReduceUtil.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.mapreduce.KuduTableMapReduceUtil (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.mapreduce.KuduTableMapReduceUtil (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.mapreduce.KuduTableMapReduceUtil (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.mapreduce.KuduTableMapReduceUtil (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableOutputCommitter.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableOutputCommitter.html b/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableOutputCommitter.html
index 31935e3..46b55a9 100644
--- a/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableOutputCommitter.html
+++ b/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableOutputCommitter.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.mapreduce.KuduTableOutputCommitter (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.mapreduce.KuduTableOutputCommitter (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.mapreduce.KuduTableOutputCommitter (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.mapreduce.KuduTableOutputCommitter (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableOutputFormat.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableOutputFormat.html b/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableOutputFormat.html
index 4ca0a62..8b9fc72 100644
--- a/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableOutputFormat.html
+++ b/apidocs/org/apache/kudu/mapreduce/class-use/KuduTableOutputFormat.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.mapreduce.KuduTableOutputFormat (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.mapreduce.KuduTableOutputFormat (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.mapreduce.KuduTableOutputFormat (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.mapreduce.KuduTableOutputFormat (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/class-use/TableReducer.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/class-use/TableReducer.html b/apidocs/org/apache/kudu/mapreduce/class-use/TableReducer.html
index f05270c..2f7dbf7 100644
--- a/apidocs/org/apache/kudu/mapreduce/class-use/TableReducer.html
+++ b/apidocs/org/apache/kudu/mapreduce/class-use/TableReducer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.mapreduce.TableReducer (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.mapreduce.TableReducer (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.mapreduce.TableReducer (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.mapreduce.TableReducer (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/package-frame.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/package-frame.html b/apidocs/org/apache/kudu/mapreduce/package-frame.html
index a3fac76..eb7a2aa 100644
--- a/apidocs/org/apache/kudu/mapreduce/package-frame.html
+++ b/apidocs/org/apache/kudu/mapreduce/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.mapreduce (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.mapreduce (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/package-summary.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/package-summary.html b/apidocs/org/apache/kudu/mapreduce/package-summary.html
index 37238b7..2cafce9 100644
--- a/apidocs/org/apache/kudu/mapreduce/package-summary.html
+++ b/apidocs/org/apache/kudu/mapreduce/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.mapreduce (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.mapreduce (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.kudu.mapreduce (Kudu 1.2.0 API)";
+            parent.document.title="org.apache.kudu.mapreduce (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/package-tree.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/package-tree.html b/apidocs/org/apache/kudu/mapreduce/package-tree.html
index 08555aa..6e9970b 100644
--- a/apidocs/org/apache/kudu/mapreduce/package-tree.html
+++ b/apidocs/org/apache/kudu/mapreduce/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.mapreduce Class Hierarchy (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.mapreduce Class Hierarchy (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.kudu.mapreduce Class Hierarchy (Kudu 1.2.0 API)";
+            parent.document.title="org.apache.kudu.mapreduce Class Hierarchy (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/package-use.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/package-use.html b/apidocs/org/apache/kudu/mapreduce/package-use.html
index 95d4af4..2697712 100644
--- a/apidocs/org/apache/kudu/mapreduce/package-use.html
+++ b/apidocs/org/apache/kudu/mapreduce/package-use.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.kudu.mapreduce (Kudu 1.2.0 API)</title>
+<title>Uses of Package org.apache.kudu.mapreduce (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.kudu.mapreduce (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Package org.apache.kudu.mapreduce (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/tools/CsvParser.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/tools/CsvParser.html b/apidocs/org/apache/kudu/mapreduce/tools/CsvParser.html
index ad5c1b3..3eac53e 100644
--- a/apidocs/org/apache/kudu/mapreduce/tools/CsvParser.html
+++ b/apidocs/org/apache/kudu/mapreduce/tools/CsvParser.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>CsvParser (Kudu 1.2.0 API)</title>
+<title>CsvParser (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="CsvParser (Kudu 1.2.0 API)";
+            parent.document.title="CsvParser (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/tools/ImportCsv.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/tools/ImportCsv.html b/apidocs/org/apache/kudu/mapreduce/tools/ImportCsv.html
index 110d5aa..dd6acf2 100644
--- a/apidocs/org/apache/kudu/mapreduce/tools/ImportCsv.html
+++ b/apidocs/org/apache/kudu/mapreduce/tools/ImportCsv.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ImportCsv (Kudu 1.2.0 API)</title>
+<title>ImportCsv (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ImportCsv (Kudu 1.2.0 API)";
+            parent.document.title="ImportCsv (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/tools/class-use/CsvParser.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/tools/class-use/CsvParser.html b/apidocs/org/apache/kudu/mapreduce/tools/class-use/CsvParser.html
index d551fe3..db3de7d 100644
--- a/apidocs/org/apache/kudu/mapreduce/tools/class-use/CsvParser.html
+++ b/apidocs/org/apache/kudu/mapreduce/tools/class-use/CsvParser.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.mapreduce.tools.CsvParser (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.mapreduce.tools.CsvParser (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.mapreduce.tools.CsvParser (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.mapreduce.tools.CsvParser (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/tools/class-use/ImportCsv.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/tools/class-use/ImportCsv.html b/apidocs/org/apache/kudu/mapreduce/tools/class-use/ImportCsv.html
index 85b1b9a..a2c5c03 100644
--- a/apidocs/org/apache/kudu/mapreduce/tools/class-use/ImportCsv.html
+++ b/apidocs/org/apache/kudu/mapreduce/tools/class-use/ImportCsv.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.mapreduce.tools.ImportCsv (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.mapreduce.tools.ImportCsv (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.mapreduce.tools.ImportCsv (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.mapreduce.tools.ImportCsv (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/tools/package-frame.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/tools/package-frame.html b/apidocs/org/apache/kudu/mapreduce/tools/package-frame.html
index 0da7c17..c93a243 100644
--- a/apidocs/org/apache/kudu/mapreduce/tools/package-frame.html
+++ b/apidocs/org/apache/kudu/mapreduce/tools/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.mapreduce.tools (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.mapreduce.tools (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/tools/package-summary.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/tools/package-summary.html b/apidocs/org/apache/kudu/mapreduce/tools/package-summary.html
index 5c7238c..f3d6273 100644
--- a/apidocs/org/apache/kudu/mapreduce/tools/package-summary.html
+++ b/apidocs/org/apache/kudu/mapreduce/tools/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.mapreduce.tools (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.mapreduce.tools (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.kudu.mapreduce.tools (Kudu 1.2.0 API)";
+            parent.document.title="org.apache.kudu.mapreduce.tools (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/tools/package-tree.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/tools/package-tree.html b/apidocs/org/apache/kudu/mapreduce/tools/package-tree.html
index 0f4f478..3a27412 100644
--- a/apidocs/org/apache/kudu/mapreduce/tools/package-tree.html
+++ b/apidocs/org/apache/kudu/mapreduce/tools/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.mapreduce.tools Class Hierarchy (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.mapreduce.tools Class Hierarchy (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.kudu.mapreduce.tools Class Hierarchy (Kudu 1.2.0 API)";
+            parent.document.title="org.apache.kudu.mapreduce.tools Class Hierarchy (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/mapreduce/tools/package-use.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/mapreduce/tools/package-use.html b/apidocs/org/apache/kudu/mapreduce/tools/package-use.html
index 01c45f7..52fa26c 100644
--- a/apidocs/org/apache/kudu/mapreduce/tools/package-use.html
+++ b/apidocs/org/apache/kudu/mapreduce/tools/package-use.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.kudu.mapreduce.tools (Kudu 1.2.0 API)</title>
+<title>Uses of Package org.apache.kudu.mapreduce.tools (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.kudu.mapreduce.tools (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Package org.apache.kudu.mapreduce.tools (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/package-frame.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/package-frame.html b/apidocs/org/apache/kudu/package-frame.html
index 2912755..2852f0a 100644
--- a/apidocs/org/apache/kudu/package-frame.html
+++ b/apidocs/org/apache/kudu/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/package-summary.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/package-summary.html b/apidocs/org/apache/kudu/package-summary.html
index b754f8a..84d895c 100644
--- a/apidocs/org/apache/kudu/package-summary.html
+++ b/apidocs/org/apache/kudu/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.kudu (Kudu 1.2.0 API)";
+            parent.document.title="org.apache.kudu (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/package-tree.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/package-tree.html b/apidocs/org/apache/kudu/package-tree.html
index d0cfdbf..155ef0d 100644
--- a/apidocs/org/apache/kudu/package-tree.html
+++ b/apidocs/org/apache/kudu/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu Class Hierarchy (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu Class Hierarchy (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.kudu Class Hierarchy (Kudu 1.2.0 API)";
+            parent.document.title="org.apache.kudu Class Hierarchy (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/package-use.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/package-use.html b/apidocs/org/apache/kudu/package-use.html
index b3ebe3c..a9e56a6 100644
--- a/apidocs/org/apache/kudu/package-use.html
+++ b/apidocs/org/apache/kudu/package-use.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.kudu (Kudu 1.2.0 API)</title>
+<title>Uses of Package org.apache.kudu (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.kudu (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Package org.apache.kudu (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/util/package-frame.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/util/package-frame.html b/apidocs/org/apache/kudu/util/package-frame.html
index 75f34cc..ff33e51 100644
--- a/apidocs/org/apache/kudu/util/package-frame.html
+++ b/apidocs/org/apache/kudu/util/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.util (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.util (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/util/package-summary.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/util/package-summary.html b/apidocs/org/apache/kudu/util/package-summary.html
index 1473369..da20b23 100644
--- a/apidocs/org/apache/kudu/util/package-summary.html
+++ b/apidocs/org/apache/kudu/util/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.util (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.util (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.kudu.util (Kudu 1.2.0 API)";
+            parent.document.title="org.apache.kudu.util (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/util/package-tree.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/util/package-tree.html b/apidocs/org/apache/kudu/util/package-tree.html
index 3323e53..ec475b5 100644
--- a/apidocs/org/apache/kudu/util/package-tree.html
+++ b/apidocs/org/apache/kudu/util/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.util Class Hierarchy (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.util Class Hierarchy (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.kudu.util Class Hierarchy (Kudu 1.2.0 API)";
+            parent.document.title="org.apache.kudu.util Class Hierarchy (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/util/package-use.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/util/package-use.html b/apidocs/org/apache/kudu/util/package-use.html
index 752d83f..00e45bc 100644
--- a/apidocs/org/apache/kudu/util/package-use.html
+++ b/apidocs/org/apache/kudu/util/package-use.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.kudu.util (Kudu 1.2.0 API)</title>
+<title>Uses of Package org.apache.kudu.util (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.kudu.util (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Package org.apache.kudu.util (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/apidocs/overview-frame.html b/apidocs/overview-frame.html
index f91c82d..500a564 100644
--- a/apidocs/overview-frame.html
+++ b/apidocs/overview-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Overview List (Kudu 1.2.0 API)</title>
+<title>Overview List (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/apidocs/overview-summary.html b/apidocs/overview-summary.html
index eb88dcf..be2b830 100644
--- a/apidocs/overview-summary.html
+++ b/apidocs/overview-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Overview (Kudu 1.2.0 API)</title>
+<title>Overview (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Overview (Kudu 1.2.0 API)";
+            parent.document.title="Overview (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {
@@ -70,7 +70,7 @@
 </a></div>
 <!-- ========= END OF TOP NAVBAR ========= -->
 <div class="header">
-<h1 class="title">Kudu 1.2.0 API</h1>
+<h1 class="title">Kudu 1.2.1-SNAPSHOT API</h1>
 </div>
 <div class="contentContainer">
 <table class="overviewSummary" border="0" cellpadding="3" cellspacing="0" summary="Packages table, listing packages, and an explanation">

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/apidocs/overview-tree.html b/apidocs/overview-tree.html
index 4de5bbc..72da028 100644
--- a/apidocs/overview-tree.html
+++ b/apidocs/overview-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Class Hierarchy (Kudu 1.2.0 API)</title>
+<title>Class Hierarchy (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Class Hierarchy (Kudu 1.2.0 API)";
+            parent.document.title="Class Hierarchy (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/serialized-form.html
----------------------------------------------------------------------
diff --git a/apidocs/serialized-form.html b/apidocs/serialized-form.html
index d66f45f..3612d66 100644
--- a/apidocs/serialized-form.html
+++ b/apidocs/serialized-form.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Serialized Form (Kudu 1.2.0 API)</title>
+<title>Serialized Form (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Serialized Form (Kudu 1.2.0 API)";
+            parent.document.title="Serialized Form (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/annotated.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/annotated.html b/cpp-client-api/annotated.html
index d2d121b..0f40ec2 100644
--- a/cpp-client-api/annotated.html
+++ b/cpp-client-api/annotated.html
@@ -140,7 +140,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/callbacks_8h_source.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/callbacks_8h_source.html b/cpp-client-api/callbacks_8h_source.html
index 91be6b8..967fd33 100644
--- a/cpp-client-api/callbacks_8h_source.html
+++ b/cpp-client-api/callbacks_8h_source.html
@@ -109,7 +109,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:35 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classKuduPartialRow-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classKuduPartialRow-members.html b/cpp-client-api/classKuduPartialRow-members.html
index 79146b6..7a444ed 100644
--- a/cpp-client-api/classKuduPartialRow-members.html
+++ b/cpp-client-api/classKuduPartialRow-members.html
@@ -168,7 +168,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classKuduPartialRow.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classKuduPartialRow.html b/cpp-client-api/classKuduPartialRow.html
index 437ae5c..9f8a9b9 100644
--- a/cpp-client-api/classKuduPartialRow.html
+++ b/cpp-client-api/classKuduPartialRow.html
@@ -837,7 +837,7 @@ template&lt;typename KeyTypeWrapper &gt; </td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classes.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classes.html b/cpp-client-api/classes.html
index fa79f2f..1ab1269 100644
--- a/cpp-client-api/classes.html
+++ b/cpp-client-api/classes.html
@@ -115,7 +115,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1MonoDelta-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1MonoDelta-members.html b/cpp-client-api/classkudu_1_1MonoDelta-members.html
index ff75da2..d171934 100644
--- a/cpp-client-api/classkudu_1_1MonoDelta-members.html
+++ b/cpp-client-api/classkudu_1_1MonoDelta-members.html
@@ -116,7 +116,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1MonoDelta.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1MonoDelta.html b/cpp-client-api/classkudu_1_1MonoDelta.html
index 7940dc9..a0ac9ce 100644
--- a/cpp-client-api/classkudu_1_1MonoDelta.html
+++ b/cpp-client-api/classkudu_1_1MonoDelta.html
@@ -389,7 +389,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>MonoTime</b></td></t
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1MonoTime-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1MonoTime-members.html b/cpp-client-api/classkudu_1_1MonoTime-members.html
index 42284b8..553114c 100644
--- a/cpp-client-api/classkudu_1_1MonoTime-members.html
+++ b/cpp-client-api/classkudu_1_1MonoTime-members.html
@@ -116,7 +116,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1MonoTime.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1MonoTime.html b/cpp-client-api/classkudu_1_1MonoTime.html
index ec2da31..530bc1e 100644
--- a/cpp-client-api/classkudu_1_1MonoTime.html
+++ b/cpp-client-api/classkudu_1_1MonoTime.html
@@ -463,7 +463,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>MonoDelta</b></td></
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1Slice-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1Slice-members.html b/cpp-client-api/classkudu_1_1Slice-members.html
index 0613ce3..b275857 100644
--- a/cpp-client-api/classkudu_1_1Slice-members.html
+++ b/cpp-client-api/classkudu_1_1Slice-members.html
@@ -118,7 +118,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1Slice.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1Slice.html b/cpp-client-api/classkudu_1_1Slice.html
index 36d170c..a88ae29 100644
--- a/cpp-client-api/classkudu_1_1Slice.html
+++ b/cpp-client-api/classkudu_1_1Slice.html
@@ -719,7 +719,7 @@ Friends</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1Status-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1Status-members.html b/cpp-client-api/classkudu_1_1Status-members.html
index b07702a..9caa19a 100644
--- a/cpp-client-api/classkudu_1_1Status-members.html
+++ b/cpp-client-api/classkudu_1_1Status-members.html
@@ -148,7 +148,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1Status.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1Status.html b/cpp-client-api/classkudu_1_1Status.html
index 24a043f..3ba76a5 100644
--- a/cpp-client-api/classkudu_1_1Status.html
+++ b/cpp-client-api/classkudu_1_1Status.html
@@ -935,7 +935,7 @@ static <a class="el" href="classkudu_1_1Status.html">Status</a>&#160;</td><td cl
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduClient-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduClient-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduClient-members.html
index 4e46b81..e343394 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduClient-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduClient-members.html
@@ -136,7 +136,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduClient.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduClient.html b/cpp-client-api/classkudu_1_1client_1_1KuduClient.html
index 5adc78c..8c45235 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduClient.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduClient.html
@@ -695,7 +695,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>KuduTableCreator</b>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduClientBuilder-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduClientBuilder-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduClientBuilder-members.html
index 2ccb706..29b3446 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduClientBuilder-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduClientBuilder-members.html
@@ -106,7 +106,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduClientBuilder.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduClientBuilder.html b/cpp-client-api/classkudu_1_1client_1_1KuduClientBuilder.html
index fb492b8..fb403b6 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduClientBuilder.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduClientBuilder.html
@@ -267,7 +267,7 @@ Public Member Functions</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduColumnSchema-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduColumnSchema-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduColumnSchema-members.html
index ae74fee..4a7e766 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduColumnSchema-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduColumnSchema-members.html
@@ -124,7 +124,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduColumnSchema.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduColumnSchema.html b/cpp-client-api/classkudu_1_1client_1_1KuduColumnSchema.html
index a770711..056a900 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduColumnSchema.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduColumnSchema.html
@@ -412,7 +412,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>KuduTableAlterer</b>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduColumnSpec-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduColumnSpec-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduColumnSpec-members.html
index 5509f2e..381a11f 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduColumnSpec-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduColumnSpec-members.html
@@ -110,7 +110,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduColumnSpec.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduColumnSpec.html b/cpp-client-api/classkudu_1_1client_1_1KuduColumnSpec.html
index 2ef0b1a..ef834f8 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduColumnSpec.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduColumnSpec.html
@@ -346,7 +346,7 @@ It's recommended that this not be set any lower than 4096 (4KB) or higher than 1
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduColumnStorageAttributes-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduColumnStorageAttributes-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduColumnStorageAttributes-members.html
index d2ba274..0c6d73a 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduColumnStorageAttributes-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduColumnStorageAttributes-members.html
@@ -116,7 +116,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduColumnStorageAttributes.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduColumnStorageAttributes.html b/cpp-client-api/classkudu_1_1client_1_1KuduColumnStorageAttributes.html
index 14be229..2aeed53 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduColumnStorageAttributes.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduColumnStorageAttributes.html
@@ -284,7 +284,7 @@ Public Member Functions</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduDelete-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduDelete-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduDelete-members.html
index e1f7208..cbdb1ec 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduDelete-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduDelete-members.html
@@ -109,7 +109,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduDelete.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduDelete.html b/cpp-client-api/classkudu_1_1client_1_1KuduDelete.html
index e73b792..96c6049 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduDelete.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduDelete.html
@@ -183,7 +183,7 @@ Additional Inherited Members</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduError-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduError-members.html b/cpp-client-api/classkudu_1_1client_1_1KuduError-members.html
index 474979d..3bfcffe 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduError-members.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduError-members.html
@@ -106,7 +106,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/classkudu_1_1client_1_1KuduError.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/classkudu_1_1client_1_1KuduError.html b/cpp-client-api/classkudu_1_1client_1_1KuduError.html
index e6e8ea4..ba28ff2 100644
--- a/cpp-client-api/classkudu_1_1client_1_1KuduError.html
+++ b/cpp-client-api/classkudu_1_1client_1_1KuduError.html
@@ -203,7 +203,7 @@ class&#160;</td><td class="memItemRight" valign="bottom"><b>KuduSession</b></td>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>


[5/6] kudu-site git commit: Publish commit(s) from site source repo: a16ab60 Update docs from branch-1.2.x 7fa56a53ae40fd89bcd79426386dbd004547b305

Posted by to...@apache.org.
http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/ReplicaSelection.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/ReplicaSelection.html b/apidocs/org/apache/kudu/client/ReplicaSelection.html
index 20b1540..9a38e12 100644
--- a/apidocs/org/apache/kudu/client/ReplicaSelection.html
+++ b/apidocs/org/apache/kudu/client/ReplicaSelection.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>ReplicaSelection (Kudu 1.2.0 API)</title>
+<title>ReplicaSelection (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="ReplicaSelection (Kudu 1.2.0 API)";
+            parent.document.title="ReplicaSelection (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/RowError.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/RowError.html b/apidocs/org/apache/kudu/client/RowError.html
index 03790cb..ed9dabf 100644
--- a/apidocs/org/apache/kudu/client/RowError.html
+++ b/apidocs/org/apache/kudu/client/RowError.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RowError (Kudu 1.2.0 API)</title>
+<title>RowError (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RowError (Kudu 1.2.0 API)";
+            parent.document.title="RowError (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/RowErrorsAndOverflowStatus.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/RowErrorsAndOverflowStatus.html b/apidocs/org/apache/kudu/client/RowErrorsAndOverflowStatus.html
index 40432af..6e45156 100644
--- a/apidocs/org/apache/kudu/client/RowErrorsAndOverflowStatus.html
+++ b/apidocs/org/apache/kudu/client/RowErrorsAndOverflowStatus.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RowErrorsAndOverflowStatus (Kudu 1.2.0 API)</title>
+<title>RowErrorsAndOverflowStatus (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RowErrorsAndOverflowStatus (Kudu 1.2.0 API)";
+            parent.document.title="RowErrorsAndOverflowStatus (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/RowResult.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/RowResult.html b/apidocs/org/apache/kudu/client/RowResult.html
index fb9952d..8fb7138 100644
--- a/apidocs/org/apache/kudu/client/RowResult.html
+++ b/apidocs/org/apache/kudu/client/RowResult.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RowResult (Kudu 1.2.0 API)</title>
+<title>RowResult (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RowResult (Kudu 1.2.0 API)";
+            parent.document.title="RowResult (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/RowResultIterator.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/RowResultIterator.html b/apidocs/org/apache/kudu/client/RowResultIterator.html
index 390216f..e56074e 100644
--- a/apidocs/org/apache/kudu/client/RowResultIterator.html
+++ b/apidocs/org/apache/kudu/client/RowResultIterator.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>RowResultIterator (Kudu 1.2.0 API)</title>
+<title>RowResultIterator (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="RowResultIterator (Kudu 1.2.0 API)";
+            parent.document.title="RowResultIterator (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/SessionConfiguration.FlushMode.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/SessionConfiguration.FlushMode.html b/apidocs/org/apache/kudu/client/SessionConfiguration.FlushMode.html
index eb1938f..4fbe8f7 100644
--- a/apidocs/org/apache/kudu/client/SessionConfiguration.FlushMode.html
+++ b/apidocs/org/apache/kudu/client/SessionConfiguration.FlushMode.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SessionConfiguration.FlushMode (Kudu 1.2.0 API)</title>
+<title>SessionConfiguration.FlushMode (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SessionConfiguration.FlushMode (Kudu 1.2.0 API)";
+            parent.document.title="SessionConfiguration.FlushMode (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/SessionConfiguration.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/SessionConfiguration.html b/apidocs/org/apache/kudu/client/SessionConfiguration.html
index f2ee949..3290c31 100644
--- a/apidocs/org/apache/kudu/client/SessionConfiguration.html
+++ b/apidocs/org/apache/kudu/client/SessionConfiguration.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>SessionConfiguration (Kudu 1.2.0 API)</title>
+<title>SessionConfiguration (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="SessionConfiguration (Kudu 1.2.0 API)";
+            parent.document.title="SessionConfiguration (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/Statistics.Statistic.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/Statistics.Statistic.html b/apidocs/org/apache/kudu/client/Statistics.Statistic.html
index e9fbf83..2da0ce6 100644
--- a/apidocs/org/apache/kudu/client/Statistics.Statistic.html
+++ b/apidocs/org/apache/kudu/client/Statistics.Statistic.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Statistics.Statistic (Kudu 1.2.0 API)</title>
+<title>Statistics.Statistic (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Statistics.Statistic (Kudu 1.2.0 API)";
+            parent.document.title="Statistics.Statistic (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/Statistics.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/Statistics.html b/apidocs/org/apache/kudu/client/Statistics.html
index d679551..fad0adf 100644
--- a/apidocs/org/apache/kudu/client/Statistics.html
+++ b/apidocs/org/apache/kudu/client/Statistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Statistics (Kudu 1.2.0 API)</title>
+<title>Statistics (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Statistics (Kudu 1.2.0 API)";
+            parent.document.title="Statistics (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/Status.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/Status.html b/apidocs/org/apache/kudu/client/Status.html
index 2bc2387..e2d0d27 100644
--- a/apidocs/org/apache/kudu/client/Status.html
+++ b/apidocs/org/apache/kudu/client/Status.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Status (Kudu 1.2.0 API)</title>
+<title>Status (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Status (Kudu 1.2.0 API)";
+            parent.document.title="Status (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/Update.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/Update.html b/apidocs/org/apache/kudu/client/Update.html
index 1ee319c..5de6f21 100644
--- a/apidocs/org/apache/kudu/client/Update.html
+++ b/apidocs/org/apache/kudu/client/Update.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Update (Kudu 1.2.0 API)</title>
+<title>Update (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Update (Kudu 1.2.0 API)";
+            parent.document.title="Update (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/Upsert.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/Upsert.html b/apidocs/org/apache/kudu/client/Upsert.html
index 538565d..e4f9bbf 100644
--- a/apidocs/org/apache/kudu/client/Upsert.html
+++ b/apidocs/org/apache/kudu/client/Upsert.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Upsert (Kudu 1.2.0 API)</title>
+<title>Upsert (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Upsert (Kudu 1.2.0 API)";
+            parent.document.title="Upsert (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/AbstractKuduScannerBuilder.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/AbstractKuduScannerBuilder.html b/apidocs/org/apache/kudu/client/class-use/AbstractKuduScannerBuilder.html
index d8db3b3..89b41bc 100644
--- a/apidocs/org/apache/kudu/client/class-use/AbstractKuduScannerBuilder.html
+++ b/apidocs/org/apache/kudu/client/class-use/AbstractKuduScannerBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.AbstractKuduScannerBuilder (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.AbstractKuduScannerBuilder (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.AbstractKuduScannerBuilder (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.AbstractKuduScannerBuilder (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/AlterTableOptions.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/AlterTableOptions.html b/apidocs/org/apache/kudu/client/class-use/AlterTableOptions.html
index 155f261..9fb6dff 100644
--- a/apidocs/org/apache/kudu/client/class-use/AlterTableOptions.html
+++ b/apidocs/org/apache/kudu/client/class-use/AlterTableOptions.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.AlterTableOptions (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.AlterTableOptions (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.AlterTableOptions (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.AlterTableOptions (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/AlterTableResponse.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/AlterTableResponse.html b/apidocs/org/apache/kudu/client/class-use/AlterTableResponse.html
index 0343651..5d07db1 100644
--- a/apidocs/org/apache/kudu/client/class-use/AlterTableResponse.html
+++ b/apidocs/org/apache/kudu/client/class-use/AlterTableResponse.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.AlterTableResponse (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.AlterTableResponse (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.AlterTableResponse (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.AlterTableResponse (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.AsyncKuduClientBuilder.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.AsyncKuduClientBuilder.html b/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.AsyncKuduClientBuilder.html
index daca2b2..16f3d26 100644
--- a/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.AsyncKuduClientBuilder.html
+++ b/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.AsyncKuduClientBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.AsyncKuduClient.AsyncKuduClientBuilder (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.AsyncKuduClient.AsyncKuduClientBuilder (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduClient.AsyncKuduClientBuilder (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduClient.AsyncKuduClientBuilder (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.html b/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.html
index a71bb49..38f446c 100644
--- a/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.html
+++ b/apidocs/org/apache/kudu/client/class-use/AsyncKuduClient.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.AsyncKuduClient (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.AsyncKuduClient (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduClient (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduClient (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.AsyncKuduScannerBuilder.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.AsyncKuduScannerBuilder.html b/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.AsyncKuduScannerBuilder.html
index 66da6f0..8ff4b24 100644
--- a/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.AsyncKuduScannerBuilder.html
+++ b/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.AsyncKuduScannerBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.AsyncKuduScanner.AsyncKuduScannerBuilder (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.AsyncKuduScanner.AsyncKuduScannerBuilder (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduScanner.AsyncKuduScannerBuilder (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduScanner.AsyncKuduScannerBuilder (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.ReadMode.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.ReadMode.html b/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.ReadMode.html
index 090b62e..19ab57a 100644
--- a/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.ReadMode.html
+++ b/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.ReadMode.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.AsyncKuduScanner.ReadMode (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.AsyncKuduScanner.ReadMode (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduScanner.ReadMode (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduScanner.ReadMode (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.html b/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.html
index 76b7bf4..3c217bb 100644
--- a/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.html
+++ b/apidocs/org/apache/kudu/client/class-use/AsyncKuduScanner.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.AsyncKuduScanner (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.AsyncKuduScanner (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduScanner (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduScanner (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/AsyncKuduSession.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/AsyncKuduSession.html b/apidocs/org/apache/kudu/client/class-use/AsyncKuduSession.html
index ea71dd7..91c7746 100644
--- a/apidocs/org/apache/kudu/client/class-use/AsyncKuduSession.html
+++ b/apidocs/org/apache/kudu/client/class-use/AsyncKuduSession.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.AsyncKuduSession (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.AsyncKuduSession (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduSession (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.AsyncKuduSession (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/ColumnRangePredicate.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/ColumnRangePredicate.html b/apidocs/org/apache/kudu/client/class-use/ColumnRangePredicate.html
index c096ce6..0ab12fd 100644
--- a/apidocs/org/apache/kudu/client/class-use/ColumnRangePredicate.html
+++ b/apidocs/org/apache/kudu/client/class-use/ColumnRangePredicate.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.ColumnRangePredicate (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.ColumnRangePredicate (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.ColumnRangePredicate (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.ColumnRangePredicate (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/CreateTableOptions.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/CreateTableOptions.html b/apidocs/org/apache/kudu/client/class-use/CreateTableOptions.html
index b6f81db..2264817 100644
--- a/apidocs/org/apache/kudu/client/class-use/CreateTableOptions.html
+++ b/apidocs/org/apache/kudu/client/class-use/CreateTableOptions.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.CreateTableOptions (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.CreateTableOptions (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.CreateTableOptions (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.CreateTableOptions (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/Delete.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/Delete.html b/apidocs/org/apache/kudu/client/class-use/Delete.html
index 1a8bc2c..1cf0311 100644
--- a/apidocs/org/apache/kudu/client/class-use/Delete.html
+++ b/apidocs/org/apache/kudu/client/class-use/Delete.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.Delete (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.Delete (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.Delete (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.Delete (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/DeleteTableResponse.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/DeleteTableResponse.html b/apidocs/org/apache/kudu/client/class-use/DeleteTableResponse.html
index 2efc6d2..1e9549c 100644
--- a/apidocs/org/apache/kudu/client/class-use/DeleteTableResponse.html
+++ b/apidocs/org/apache/kudu/client/class-use/DeleteTableResponse.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.DeleteTableResponse (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.DeleteTableResponse (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.DeleteTableResponse (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.DeleteTableResponse (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/ExternalConsistencyMode.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/ExternalConsistencyMode.html b/apidocs/org/apache/kudu/client/class-use/ExternalConsistencyMode.html
index b56a68a..a57229f 100644
--- a/apidocs/org/apache/kudu/client/class-use/ExternalConsistencyMode.html
+++ b/apidocs/org/apache/kudu/client/class-use/ExternalConsistencyMode.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.ExternalConsistencyMode (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.ExternalConsistencyMode (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.ExternalConsistencyMode (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.ExternalConsistencyMode (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/HasFailedRpcException.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/HasFailedRpcException.html b/apidocs/org/apache/kudu/client/class-use/HasFailedRpcException.html
index 2d8f560..061a6bf 100644
--- a/apidocs/org/apache/kudu/client/class-use/HasFailedRpcException.html
+++ b/apidocs/org/apache/kudu/client/class-use/HasFailedRpcException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.kudu.client.HasFailedRpcException (Kudu 1.2.0 API)</title>
+<title>Uses of Interface org.apache.kudu.client.HasFailedRpcException (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.kudu.client.HasFailedRpcException (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Interface org.apache.kudu.client.HasFailedRpcException (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/Insert.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/Insert.html b/apidocs/org/apache/kudu/client/class-use/Insert.html
index 698ca8c..511369b 100644
--- a/apidocs/org/apache/kudu/client/class-use/Insert.html
+++ b/apidocs/org/apache/kudu/client/class-use/Insert.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.Insert (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.Insert (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.Insert (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.Insert (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/IsAlterTableDoneResponse.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/IsAlterTableDoneResponse.html b/apidocs/org/apache/kudu/client/class-use/IsAlterTableDoneResponse.html
index 126fb21..3533af8 100644
--- a/apidocs/org/apache/kudu/client/class-use/IsAlterTableDoneResponse.html
+++ b/apidocs/org/apache/kudu/client/class-use/IsAlterTableDoneResponse.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.IsAlterTableDoneResponse (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.IsAlterTableDoneResponse (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.IsAlterTableDoneResponse (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.IsAlterTableDoneResponse (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/KuduClient.KuduClientBuilder.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/KuduClient.KuduClientBuilder.html b/apidocs/org/apache/kudu/client/class-use/KuduClient.KuduClientBuilder.html
index 1e0fa27..14e02d3 100644
--- a/apidocs/org/apache/kudu/client/class-use/KuduClient.KuduClientBuilder.html
+++ b/apidocs/org/apache/kudu/client/class-use/KuduClient.KuduClientBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.KuduClient.KuduClientBuilder (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.KuduClient.KuduClientBuilder (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.KuduClient.KuduClientBuilder (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.KuduClient.KuduClientBuilder (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/KuduClient.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/KuduClient.html b/apidocs/org/apache/kudu/client/class-use/KuduClient.html
index a4805b6..bb3264f 100644
--- a/apidocs/org/apache/kudu/client/class-use/KuduClient.html
+++ b/apidocs/org/apache/kudu/client/class-use/KuduClient.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.KuduClient (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.KuduClient (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.KuduClient (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.KuduClient (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/KuduException.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/KuduException.html b/apidocs/org/apache/kudu/client/class-use/KuduException.html
index 2e17093..41385d7 100644
--- a/apidocs/org/apache/kudu/client/class-use/KuduException.html
+++ b/apidocs/org/apache/kudu/client/class-use/KuduException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.KuduException (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.KuduException (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.KuduException (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.KuduException (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/KuduPredicate.ComparisonOp.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/KuduPredicate.ComparisonOp.html b/apidocs/org/apache/kudu/client/class-use/KuduPredicate.ComparisonOp.html
index ae7c694..1926efe 100644
--- a/apidocs/org/apache/kudu/client/class-use/KuduPredicate.ComparisonOp.html
+++ b/apidocs/org/apache/kudu/client/class-use/KuduPredicate.ComparisonOp.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.KuduPredicate.ComparisonOp (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.KuduPredicate.ComparisonOp (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.KuduPredicate.ComparisonOp (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.KuduPredicate.ComparisonOp (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/KuduPredicate.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/KuduPredicate.html b/apidocs/org/apache/kudu/client/class-use/KuduPredicate.html
index feb9c27..a9ba5d2 100644
--- a/apidocs/org/apache/kudu/client/class-use/KuduPredicate.html
+++ b/apidocs/org/apache/kudu/client/class-use/KuduPredicate.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.KuduPredicate (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.KuduPredicate (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.KuduPredicate (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.KuduPredicate (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/KuduScanToken.KuduScanTokenBuilder.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/KuduScanToken.KuduScanTokenBuilder.html b/apidocs/org/apache/kudu/client/class-use/KuduScanToken.KuduScanTokenBuilder.html
index e8b1879..d1d6bb6 100644
--- a/apidocs/org/apache/kudu/client/class-use/KuduScanToken.KuduScanTokenBuilder.html
+++ b/apidocs/org/apache/kudu/client/class-use/KuduScanToken.KuduScanTokenBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.KuduScanToken.KuduScanTokenBuilder (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.KuduScanToken.KuduScanTokenBuilder (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.KuduScanToken.KuduScanTokenBuilder (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.KuduScanToken.KuduScanTokenBuilder (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/KuduScanToken.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/KuduScanToken.html b/apidocs/org/apache/kudu/client/class-use/KuduScanToken.html
index b0bab68..82402e7 100644
--- a/apidocs/org/apache/kudu/client/class-use/KuduScanToken.html
+++ b/apidocs/org/apache/kudu/client/class-use/KuduScanToken.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.KuduScanToken (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.KuduScanToken (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.KuduScanToken (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.KuduScanToken (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/KuduScanner.KuduScannerBuilder.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/KuduScanner.KuduScannerBuilder.html b/apidocs/org/apache/kudu/client/class-use/KuduScanner.KuduScannerBuilder.html
index 18c48b3..8259f14 100644
--- a/apidocs/org/apache/kudu/client/class-use/KuduScanner.KuduScannerBuilder.html
+++ b/apidocs/org/apache/kudu/client/class-use/KuduScanner.KuduScannerBuilder.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.KuduScanner.KuduScannerBuilder (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.KuduScanner.KuduScannerBuilder (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.KuduScanner.KuduScannerBuilder (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.KuduScanner.KuduScannerBuilder (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/KuduScanner.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/KuduScanner.html b/apidocs/org/apache/kudu/client/class-use/KuduScanner.html
index 8cc7941..87477af 100644
--- a/apidocs/org/apache/kudu/client/class-use/KuduScanner.html
+++ b/apidocs/org/apache/kudu/client/class-use/KuduScanner.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.KuduScanner (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.KuduScanner (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.KuduScanner (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.KuduScanner (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/KuduSession.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/KuduSession.html b/apidocs/org/apache/kudu/client/class-use/KuduSession.html
index 091c4c2..9659a07 100644
--- a/apidocs/org/apache/kudu/client/class-use/KuduSession.html
+++ b/apidocs/org/apache/kudu/client/class-use/KuduSession.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.KuduSession (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.KuduSession (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.KuduSession (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.KuduSession (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/KuduTable.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/KuduTable.html b/apidocs/org/apache/kudu/client/class-use/KuduTable.html
index 8bbac80..adc3399 100644
--- a/apidocs/org/apache/kudu/client/class-use/KuduTable.html
+++ b/apidocs/org/apache/kudu/client/class-use/KuduTable.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.KuduTable (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.KuduTable (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.KuduTable (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.KuduTable (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/ListTablesResponse.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/ListTablesResponse.html b/apidocs/org/apache/kudu/client/class-use/ListTablesResponse.html
index 8c05d3f..cf2449e 100644
--- a/apidocs/org/apache/kudu/client/class-use/ListTablesResponse.html
+++ b/apidocs/org/apache/kudu/client/class-use/ListTablesResponse.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.ListTablesResponse (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.ListTablesResponse (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.ListTablesResponse (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.ListTablesResponse (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/ListTabletServersResponse.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/ListTabletServersResponse.html b/apidocs/org/apache/kudu/client/class-use/ListTabletServersResponse.html
index 0de1c99..81e0742 100644
--- a/apidocs/org/apache/kudu/client/class-use/ListTabletServersResponse.html
+++ b/apidocs/org/apache/kudu/client/class-use/ListTabletServersResponse.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.ListTabletServersResponse (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.ListTabletServersResponse (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.ListTabletServersResponse (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.ListTabletServersResponse (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/LocatedTablet.Replica.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/LocatedTablet.Replica.html b/apidocs/org/apache/kudu/client/class-use/LocatedTablet.Replica.html
index 5ac6bc0..024ce17 100644
--- a/apidocs/org/apache/kudu/client/class-use/LocatedTablet.Replica.html
+++ b/apidocs/org/apache/kudu/client/class-use/LocatedTablet.Replica.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.LocatedTablet.Replica (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.LocatedTablet.Replica (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.LocatedTablet.Replica (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.LocatedTablet.Replica (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/LocatedTablet.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/LocatedTablet.html b/apidocs/org/apache/kudu/client/class-use/LocatedTablet.html
index 1a0d26b..70de217 100644
--- a/apidocs/org/apache/kudu/client/class-use/LocatedTablet.html
+++ b/apidocs/org/apache/kudu/client/class-use/LocatedTablet.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.LocatedTablet (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.LocatedTablet (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.LocatedTablet (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.LocatedTablet (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/Operation.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/Operation.html b/apidocs/org/apache/kudu/client/class-use/Operation.html
index 55abc86..3afc4dc 100644
--- a/apidocs/org/apache/kudu/client/class-use/Operation.html
+++ b/apidocs/org/apache/kudu/client/class-use/Operation.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.Operation (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.Operation (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.Operation (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.Operation (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/OperationResponse.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/OperationResponse.html b/apidocs/org/apache/kudu/client/class-use/OperationResponse.html
index a271702..12358a1 100644
--- a/apidocs/org/apache/kudu/client/class-use/OperationResponse.html
+++ b/apidocs/org/apache/kudu/client/class-use/OperationResponse.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.OperationResponse (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.OperationResponse (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.OperationResponse (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.OperationResponse (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/PartialRow.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/PartialRow.html b/apidocs/org/apache/kudu/client/class-use/PartialRow.html
index a879b08..ea82a37 100644
--- a/apidocs/org/apache/kudu/client/class-use/PartialRow.html
+++ b/apidocs/org/apache/kudu/client/class-use/PartialRow.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.PartialRow (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.PartialRow (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.PartialRow (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.PartialRow (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/PleaseThrottleException.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/PleaseThrottleException.html b/apidocs/org/apache/kudu/client/class-use/PleaseThrottleException.html
index 20f0328..f726d59 100644
--- a/apidocs/org/apache/kudu/client/class-use/PleaseThrottleException.html
+++ b/apidocs/org/apache/kudu/client/class-use/PleaseThrottleException.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.PleaseThrottleException (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.PleaseThrottleException (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.PleaseThrottleException (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.PleaseThrottleException (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/RangePartitionBound.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/RangePartitionBound.html b/apidocs/org/apache/kudu/client/class-use/RangePartitionBound.html
index ce6a4c3..72c3f9a 100644
--- a/apidocs/org/apache/kudu/client/class-use/RangePartitionBound.html
+++ b/apidocs/org/apache/kudu/client/class-use/RangePartitionBound.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.RangePartitionBound (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.RangePartitionBound (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.RangePartitionBound (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.RangePartitionBound (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/ReplicaSelection.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/ReplicaSelection.html b/apidocs/org/apache/kudu/client/class-use/ReplicaSelection.html
index 4fcc30d..b7f4e88 100644
--- a/apidocs/org/apache/kudu/client/class-use/ReplicaSelection.html
+++ b/apidocs/org/apache/kudu/client/class-use/ReplicaSelection.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.ReplicaSelection (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.ReplicaSelection (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.ReplicaSelection (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.ReplicaSelection (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/RowError.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/RowError.html b/apidocs/org/apache/kudu/client/class-use/RowError.html
index fc02736..9a0c6e6 100644
--- a/apidocs/org/apache/kudu/client/class-use/RowError.html
+++ b/apidocs/org/apache/kudu/client/class-use/RowError.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.RowError (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.RowError (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.RowError (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.RowError (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html b/apidocs/org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html
index e8898c4..1c2dc8d 100644
--- a/apidocs/org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html
+++ b/apidocs/org/apache/kudu/client/class-use/RowErrorsAndOverflowStatus.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.RowErrorsAndOverflowStatus (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.RowErrorsAndOverflowStatus (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.RowErrorsAndOverflowStatus (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.RowErrorsAndOverflowStatus (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/RowResult.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/RowResult.html b/apidocs/org/apache/kudu/client/class-use/RowResult.html
index 0bbd4b2..27df23f 100644
--- a/apidocs/org/apache/kudu/client/class-use/RowResult.html
+++ b/apidocs/org/apache/kudu/client/class-use/RowResult.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.RowResult (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.RowResult (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.RowResult (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.RowResult (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/RowResultIterator.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/RowResultIterator.html b/apidocs/org/apache/kudu/client/class-use/RowResultIterator.html
index 9858520..bd6c4dd 100644
--- a/apidocs/org/apache/kudu/client/class-use/RowResultIterator.html
+++ b/apidocs/org/apache/kudu/client/class-use/RowResultIterator.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.RowResultIterator (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.RowResultIterator (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.RowResultIterator (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.RowResultIterator (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.FlushMode.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.FlushMode.html b/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.FlushMode.html
index 052f2ec..e314231 100644
--- a/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.FlushMode.html
+++ b/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.FlushMode.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.SessionConfiguration.FlushMode (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.SessionConfiguration.FlushMode (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.SessionConfiguration.FlushMode (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.SessionConfiguration.FlushMode (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.html b/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.html
index 0e025bb..329fd02 100644
--- a/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.html
+++ b/apidocs/org/apache/kudu/client/class-use/SessionConfiguration.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Interface org.apache.kudu.client.SessionConfiguration (Kudu 1.2.0 API)</title>
+<title>Uses of Interface org.apache.kudu.client.SessionConfiguration (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Interface org.apache.kudu.client.SessionConfiguration (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Interface org.apache.kudu.client.SessionConfiguration (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/Statistics.Statistic.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/Statistics.Statistic.html b/apidocs/org/apache/kudu/client/class-use/Statistics.Statistic.html
index 0bfc9d4..f271493 100644
--- a/apidocs/org/apache/kudu/client/class-use/Statistics.Statistic.html
+++ b/apidocs/org/apache/kudu/client/class-use/Statistics.Statistic.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.Statistics.Statistic (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.Statistics.Statistic (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.Statistics.Statistic (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.Statistics.Statistic (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/Statistics.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/Statistics.html b/apidocs/org/apache/kudu/client/class-use/Statistics.html
index 0aa4c97..a101ccc 100644
--- a/apidocs/org/apache/kudu/client/class-use/Statistics.html
+++ b/apidocs/org/apache/kudu/client/class-use/Statistics.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.Statistics (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.Statistics (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.Statistics (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.Statistics (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/Status.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/Status.html b/apidocs/org/apache/kudu/client/class-use/Status.html
index 299e535..3a801b0 100644
--- a/apidocs/org/apache/kudu/client/class-use/Status.html
+++ b/apidocs/org/apache/kudu/client/class-use/Status.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.Status (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.Status (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.Status (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.Status (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/Update.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/Update.html b/apidocs/org/apache/kudu/client/class-use/Update.html
index 9cb1cd8..4ee36e1 100644
--- a/apidocs/org/apache/kudu/client/class-use/Update.html
+++ b/apidocs/org/apache/kudu/client/class-use/Update.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.Update (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.Update (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.Update (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.Update (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/class-use/Upsert.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/class-use/Upsert.html b/apidocs/org/apache/kudu/client/class-use/Upsert.html
index c191e33..d119d7d 100644
--- a/apidocs/org/apache/kudu/client/class-use/Upsert.html
+++ b/apidocs/org/apache/kudu/client/class-use/Upsert.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.kudu.client.Upsert (Kudu 1.2.0 API)</title>
+<title>Uses of Class org.apache.kudu.client.Upsert (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.kudu.client.Upsert (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Class org.apache.kudu.client.Upsert (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/package-frame.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/package-frame.html b/apidocs/org/apache/kudu/client/package-frame.html
index 6558ed5..9258cf2 100644
--- a/apidocs/org/apache/kudu/client/package-frame.html
+++ b/apidocs/org/apache/kudu/client/package-frame.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.client (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.client (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/package-summary.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/package-summary.html b/apidocs/org/apache/kudu/client/package-summary.html
index 73c1657..837b245 100644
--- a/apidocs/org/apache/kudu/client/package-summary.html
+++ b/apidocs/org/apache/kudu/client/package-summary.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.client (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.client (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.kudu.client (Kudu 1.2.0 API)";
+            parent.document.title="org.apache.kudu.client (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/package-tree.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/package-tree.html b/apidocs/org/apache/kudu/client/package-tree.html
index 972982b..bfe8f1c 100644
--- a/apidocs/org/apache/kudu/client/package-tree.html
+++ b/apidocs/org/apache/kudu/client/package-tree.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>org.apache.kudu.client Class Hierarchy (Kudu 1.2.0 API)</title>
+<title>org.apache.kudu.client Class Hierarchy (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="org.apache.kudu.client Class Hierarchy (Kudu 1.2.0 API)";
+            parent.document.title="org.apache.kudu.client Class Hierarchy (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/client/package-use.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/client/package-use.html b/apidocs/org/apache/kudu/client/package-use.html
index c05af62..ce6ae7f 100644
--- a/apidocs/org/apache/kudu/client/package-use.html
+++ b/apidocs/org/apache/kudu/client/package-use.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Package org.apache.kudu.client (Kudu 1.2.0 API)</title>
+<title>Uses of Package org.apache.kudu.client (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Package org.apache.kudu.client (Kudu 1.2.0 API)";
+            parent.document.title="Uses of Package org.apache.kudu.client (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/AvroKuduOperationsProducer.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/AvroKuduOperationsProducer.html b/apidocs/org/apache/kudu/flume/sink/AvroKuduOperationsProducer.html
index 962ef8b..46b46a0 100644
--- a/apidocs/org/apache/kudu/flume/sink/AvroKuduOperationsProducer.html
+++ b/apidocs/org/apache/kudu/flume/sink/AvroKuduOperationsProducer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>AvroKuduOperationsProducer (Kudu 1.2.0 API)</title>
+<title>AvroKuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="AvroKuduOperationsProducer (Kudu 1.2.0 API)";
+            parent.document.title="AvroKuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/apidocs/org/apache/kudu/flume/sink/KuduOperationsProducer.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/kudu/flume/sink/KuduOperationsProducer.html b/apidocs/org/apache/kudu/flume/sink/KuduOperationsProducer.html
index 161d8bc..60afdb3 100644
--- a/apidocs/org/apache/kudu/flume/sink/KuduOperationsProducer.html
+++ b/apidocs/org/apache/kudu/flume/sink/KuduOperationsProducer.html
@@ -4,7 +4,7 @@
 <head>
 <!-- Generated by javadoc -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>KuduOperationsProducer (Kudu 1.2.0 API)</title>
+<title>KuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)</title>
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -12,7 +12,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="KuduOperationsProducer (Kudu 1.2.0 API)";
+            parent.document.title="KuduOperationsProducer (Kudu 1.2.1-SNAPSHOT API)";
         }
     }
     catch(err) {


[2/6] kudu-site git commit: Publish commit(s) from site source repo: a16ab60 Update docs from branch-1.2.x 7fa56a53ae40fd89bcd79426386dbd004547b305

Posted by to...@apache.org.
http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_n.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_n.html b/cpp-client-api/functions_n.html
index 133a3d8..4f8a969 100644
--- a/cpp-client-api/functions_n.html
+++ b/cpp-client-api/functions_n.html
@@ -185,7 +185,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_o.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_o.html b/cpp-client-api/functions_o.html
index 0f9c716..3ab5bc6 100644
--- a/cpp-client-api/functions_o.html
+++ b/cpp-client-api/functions_o.html
@@ -176,7 +176,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_p.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_p.html b/cpp-client-api/functions_p.html
index eeccf34..c84574b 100644
--- a/cpp-client-api/functions_p.html
+++ b/cpp-client-api/functions_p.html
@@ -139,7 +139,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_r.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_r.html b/cpp-client-api/functions_r.html
index 597abe7..83acc34 100644
--- a/cpp-client-api/functions_r.html
+++ b/cpp-client-api/functions_r.html
@@ -178,7 +178,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_rela.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_rela.html b/cpp-client-api/functions_rela.html
index f2c7502..e8497c0 100644
--- a/cpp-client-api/functions_rela.html
+++ b/cpp-client-api/functions_rela.html
@@ -103,7 +103,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_s.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_s.html b/cpp-client-api/functions_s.html
index d98cfb5..f038202 100644
--- a/cpp-client-api/functions_s.html
+++ b/cpp-client-api/functions_s.html
@@ -233,7 +233,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_t.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_t.html b/cpp-client-api/functions_t.html
index 2b88d1d..81f215e 100644
--- a/cpp-client-api/functions_t.html
+++ b/cpp-client-api/functions_t.html
@@ -186,7 +186,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_type.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_type.html b/cpp-client-api/functions_type.html
index 555cc30..8562026 100644
--- a/cpp-client-api/functions_type.html
+++ b/cpp-client-api/functions_type.html
@@ -114,7 +114,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_u.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_u.html b/cpp-client-api/functions_u.html
index b8de828..22a4251 100644
--- a/cpp-client-api/functions_u.html
+++ b/cpp-client-api/functions_u.html
@@ -136,7 +136,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_v.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_v.html b/cpp-client-api/functions_v.html
index 3ea6c69..87b3e64 100644
--- a/cpp-client-api/functions_v.html
+++ b/cpp-client-api/functions_v.html
@@ -130,7 +130,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_vars.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_vars.html b/cpp-client-api/functions_vars.html
index 7947c4c..3cf0af5 100644
--- a/cpp-client-api/functions_vars.html
+++ b/cpp-client-api/functions_vars.html
@@ -106,7 +106,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/functions_w.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/functions_w.html b/cpp-client-api/functions_w.html
index 45ab5d5..04d0684 100644
--- a/cpp-client-api/functions_w.html
+++ b/cpp-client-api/functions_w.html
@@ -134,7 +134,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/globals.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/globals.html b/cpp-client-api/globals.html
index d8d5817..30899ea 100644
--- a/cpp-client-api/globals.html
+++ b/cpp-client-api/globals.html
@@ -117,7 +117,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/globals_defs.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/globals_defs.html b/cpp-client-api/globals_defs.html
index 8a582ec..57317d3 100644
--- a/cpp-client-api/globals_defs.html
+++ b/cpp-client-api/globals_defs.html
@@ -117,7 +117,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/graph_legend.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/graph_legend.html b/cpp-client-api/graph_legend.html
index d8309f3..9fa5d26 100644
--- a/cpp-client-api/graph_legend.html
+++ b/cpp-client-api/graph_legend.html
@@ -112,7 +112,7 @@ A yellow dashed arrow denotes a relation between a template instance and the tem
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/hierarchy.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/hierarchy.html b/cpp-client-api/hierarchy.html
index cc37103..820d849 100644
--- a/cpp-client-api/hierarchy.html
+++ b/cpp-client-api/hierarchy.html
@@ -143,7 +143,7 @@ This inheritance list is sorted roughly, but not completely, alphabetically:</di
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/index.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/index.html b/cpp-client-api/index.html
index 6da87ac..9197271 100644
--- a/cpp-client-api/index.html
+++ b/cpp-client-api/index.html
@@ -84,7 +84,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/inherits.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/inherits.html b/cpp-client-api/inherits.html
index 1290554..5278105 100644
--- a/cpp-client-api/inherits.html
+++ b/cpp-client-api/inherits.html
@@ -265,7 +265,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/kudu__export_8h_source.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/kudu__export_8h_source.html b/cpp-client-api/kudu__export_8h_source.html
index f4b933c..b8f9f11 100644
--- a/cpp-client-api/kudu__export_8h_source.html
+++ b/cpp-client-api/kudu__export_8h_source.html
@@ -93,7 +93,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/monotime_8h_source.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/monotime_8h_source.html b/cpp-client-api/monotime_8h_source.html
index 17fca99..a8e8b74 100644
--- a/cpp-client-api/monotime_8h_source.html
+++ b/cpp-client-api/monotime_8h_source.html
@@ -96,7 +96,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/pages.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/pages.html b/cpp-client-api/pages.html
index 351355d..262b375 100644
--- a/cpp-client-api/pages.html
+++ b/cpp-client-api/pages.html
@@ -89,7 +89,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/partial__row_8h_source.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/partial__row_8h_source.html b/cpp-client-api/partial__row_8h_source.html
index acbb91d..43d5ebf 100644
--- a/cpp-client-api/partial__row_8h_source.html
+++ b/cpp-client-api/partial__row_8h_source.html
@@ -96,7 +96,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/resource__metrics_8h_source.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/resource__metrics_8h_source.html b/cpp-client-api/resource__metrics_8h_source.html
index 45be52f..0b539f2 100644
--- a/cpp-client-api/resource__metrics_8h_source.html
+++ b/cpp-client-api/resource__metrics_8h_source.html
@@ -95,7 +95,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/row__result_8h_source.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/row__result_8h_source.html b/cpp-client-api/row__result_8h_source.html
index 46a7567..188708f 100644
--- a/cpp-client-api/row__result_8h_source.html
+++ b/cpp-client-api/row__result_8h_source.html
@@ -95,7 +95,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/scan__batch_8h_source.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/scan__batch_8h_source.html b/cpp-client-api/scan__batch_8h_source.html
index 64ddca3..0c20705 100644
--- a/cpp-client-api/scan__batch_8h_source.html
+++ b/cpp-client-api/scan__batch_8h_source.html
@@ -106,7 +106,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/scan__predicate_8h_source.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/scan__predicate_8h_source.html b/cpp-client-api/scan__predicate_8h_source.html
index e4547bd..156957b 100644
--- a/cpp-client-api/scan__predicate_8h_source.html
+++ b/cpp-client-api/scan__predicate_8h_source.html
@@ -97,7 +97,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/schema_8h_source.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/schema_8h_source.html b/cpp-client-api/schema_8h_source.html
index 84ede85..8727573 100644
--- a/cpp-client-api/schema_8h_source.html
+++ b/cpp-client-api/schema_8h_source.html
@@ -116,7 +116,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/shared__ptr_8h.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/shared__ptr_8h.html b/cpp-client-api/shared__ptr_8h.html
index ef499b2..962b778 100644
--- a/cpp-client-api/shared__ptr_8h.html
+++ b/cpp-client-api/shared__ptr_8h.html
@@ -119,7 +119,7 @@ This graph shows which files directly or indirectly include this file:</div>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/shared__ptr_8h_source.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/shared__ptr_8h_source.html b/cpp-client-api/shared__ptr_8h_source.html
index 43df796..ba3b4ec 100644
--- a/cpp-client-api/shared__ptr_8h_source.html
+++ b/cpp-client-api/shared__ptr_8h_source.html
@@ -94,7 +94,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/slice_8h_source.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/slice_8h_source.html b/cpp-client-api/slice_8h_source.html
index 5e53ac4..548f2c9 100644
--- a/cpp-client-api/slice_8h_source.html
+++ b/cpp-client-api/slice_8h_source.html
@@ -117,7 +117,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/status_8h.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/status_8h.html b/cpp-client-api/status_8h.html
index 8a7f0df..763b6a0 100644
--- a/cpp-client-api/status_8h.html
+++ b/cpp-client-api/status_8h.html
@@ -355,7 +355,7 @@ Macros</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/status_8h_source.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/status_8h_source.html b/cpp-client-api/status_8h_source.html
index cbccc3e..7cd4054 100644
--- a/cpp-client-api/status_8h_source.html
+++ b/cpp-client-api/status_8h_source.html
@@ -118,7 +118,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/structkudu_1_1SliceMap-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/structkudu_1_1SliceMap-members.html b/cpp-client-api/structkudu_1_1SliceMap-members.html
index a46f3d4..85b5679 100644
--- a/cpp-client-api/structkudu_1_1SliceMap-members.html
+++ b/cpp-client-api/structkudu_1_1SliceMap-members.html
@@ -99,7 +99,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/structkudu_1_1SliceMap.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/structkudu_1_1SliceMap.html b/cpp-client-api/structkudu_1_1SliceMap.html
index e4c231b..372eefa 100644
--- a/cpp-client-api/structkudu_1_1SliceMap.html
+++ b/cpp-client-api/structkudu_1_1SliceMap.html
@@ -119,7 +119,7 @@ struct kudu::SliceMap&lt; T &gt;</h3>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/structkudu_1_1Slice_1_1Comparator-members.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/structkudu_1_1Slice_1_1Comparator-members.html b/cpp-client-api/structkudu_1_1Slice_1_1Comparator-members.html
index bd7e4fc..cab1d54 100644
--- a/cpp-client-api/structkudu_1_1Slice_1_1Comparator-members.html
+++ b/cpp-client-api/structkudu_1_1Slice_1_1Comparator-members.html
@@ -99,7 +99,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/structkudu_1_1Slice_1_1Comparator.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/structkudu_1_1Slice_1_1Comparator.html b/cpp-client-api/structkudu_1_1Slice_1_1Comparator.html
index db68897..d79f198 100644
--- a/cpp-client-api/structkudu_1_1Slice_1_1Comparator.html
+++ b/cpp-client-api/structkudu_1_1Slice_1_1Comparator.html
@@ -158,7 +158,7 @@ Public Member Functions</h2></td></tr>
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/stubs_8h_source.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/stubs_8h_source.html b/cpp-client-api/stubs_8h_source.html
index d0bac1c..f0b4ba8 100644
--- a/cpp-client-api/stubs_8h_source.html
+++ b/cpp-client-api/stubs_8h_source.html
@@ -99,7 +99,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/todo.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/todo.html b/cpp-client-api/todo.html
index becd9ce..c4453af 100644
--- a/cpp-client-api/todo.html
+++ b/cpp-client-api/todo.html
@@ -115,7 +115,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/value_8h_source.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/value_8h_source.html b/cpp-client-api/value_8h_source.html
index 7a442e4..92f4050 100644
--- a/cpp-client-api/value_8h_source.html
+++ b/cpp-client-api/value_8h_source.html
@@ -97,7 +97,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/cpp-client-api/write__op_8h_source.html
----------------------------------------------------------------------
diff --git a/cpp-client-api/write__op_8h_source.html b/cpp-client-api/write__op_8h_source.html
index ec8adc4..33082a6 100644
--- a/cpp-client-api/write__op_8h_source.html
+++ b/cpp-client-api/write__op_8h_source.html
@@ -109,7 +109,7 @@ var searchBox = new SearchBox("searchBox", "search",false,'Search');
 <!-- start footer part -->
 <hr class="footer"/>
 <address class="footer">
-  <small>Generated for Kudu version 1.2.0 on Wed Jan 18 2017 10:15:36 by Doxygen 1.8.11</small>
+  <small>Generated for Kudu version 1.2.1-SNAPSHOT on Thu Feb 2 2017 14:03:08 by Doxygen 1.8.11</small>
   <br>
   <small>Copyright � 2017 The Apache Software Foundation.</small>
 </address>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/administration.html
----------------------------------------------------------------------
diff --git a/docs/administration.html b/docs/administration.html
index b4f82d1..a11909e 100644
--- a/docs/administration.html
+++ b/docs/administration.html
@@ -126,7 +126,7 @@ limitations under the License.
 <td class="content">
 Kudu is easier to manage with <a href="http://www.cloudera.com/content/www/en-us/products/cloudera-manager.html">Cloudera Manager</a>
 than in a standalone installation. See Cloudera&#8217;s
-<a href="http://www.cloudera.com/content/www/en-us/documentation/betas/kudu/latest/topics/kudu_installation.html">Kudu documentation</a>
+<a href="http://www.cloudera.com/documentation/kudu/latest/topics/kudu_installation.html">Kudu documentation</a>
 for more details about using Kudu with Cloudera Manager.
 </td>
 </tr>
@@ -1169,7 +1169,7 @@ can be viewed via <code>kudu cluster ksck --help</code>.</p>
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-12 20:05:28 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-02-02 13:49:37 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/configuration.html
----------------------------------------------------------------------
diff --git a/docs/configuration.html b/docs/configuration.html
index 441ae25..c1e6c62 100644
--- a/docs/configuration.html
+++ b/docs/configuration.html
@@ -126,7 +126,7 @@ limitations under the License.
 <td class="content">
 Kudu is easier to configure with <a href="http://www.cloudera.com/content/www/en-us/products/cloudera-manager.html">Cloudera Manager</a>
 than in a standalone installation. See Cloudera&#8217;s
-<a href="http://www.cloudera.com/content/www/en-us/documentation/betas/kudu/latest/topics/kudu_installation.html">Kudu documentation</a>
+<a href="http://www.cloudera.com/documentation/kudu/latest/topics/kudu_installation.html">Kudu documentation</a>
 for more details about using Kudu with Cloudera Manager.
 </td>
 </tr>
@@ -411,7 +411,7 @@ do not read this flag.</p></td>
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-09 20:43:37 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-02-02 13:49:37 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/configuration_reference.html
----------------------------------------------------------------------
diff --git a/docs/configuration_reference.html b/docs/configuration_reference.html
index 586d5f2..403f614 100644
--- a/docs/configuration_reference.html
+++ b/docs/configuration_reference.html
@@ -8425,7 +8425,7 @@ for informational purposes only. They are subject to change or be removed withou
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-18 10:16:01 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-02-02 14:03:11 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/configuration_reference_unsupported.html
----------------------------------------------------------------------
diff --git a/docs/configuration_reference_unsupported.html b/docs/configuration_reference_unsupported.html
index 1b6bfeb..50e5cf4 100644
--- a/docs/configuration_reference_unsupported.html
+++ b/docs/configuration_reference_unsupported.html
@@ -6214,7 +6214,7 @@ for informational purposes only. They are subject to change or be removed withou
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-18 10:16:01 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-02-02 14:03:11 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/contributing.html
----------------------------------------------------------------------
diff --git a/docs/contributing.html b/docs/contributing.html
index 694c587..f78ccc6 100644
--- a/docs/contributing.html
+++ b/docs/contributing.html
@@ -803,7 +803,7 @@ to the official Kudu documentation.</p>
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-12 20:05:28 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-02-02 13:49:27 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/developing.html
----------------------------------------------------------------------
diff --git a/docs/developing.html b/docs/developing.html
index ed42db3..0e26e6f 100644
--- a/docs/developing.html
+++ b/docs/developing.html
@@ -520,7 +520,7 @@ using YARN and Spark in the future.</p>
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-12 20:05:28 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-26 16:14:09 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/export_control.html
----------------------------------------------------------------------
diff --git a/docs/export_control.html b/docs/export_control.html
index 6af62db..160916a 100644
--- a/docs/export_control.html
+++ b/docs/export_control.html
@@ -236,7 +236,7 @@ to provide secure authentication and TLS-protected transport.</p>
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2016-11-14 15:52:59 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-20 13:15:18 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/index.html
----------------------------------------------------------------------
diff --git a/docs/index.html b/docs/index.html
index a56ba05..fb9befd 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -552,7 +552,7 @@ formats using Impala, without the need to change your legacy systems.</p>
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-12 20:05:28 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-26 16:14:09 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/installation.html
----------------------------------------------------------------------
diff --git a/docs/installation.html b/docs/installation.html
index 1e12efc..afeb12d 100644
--- a/docs/installation.html
+++ b/docs/installation.html
@@ -130,7 +130,7 @@ from source. To run Kudu without installing anything, use the <a href="quickstar
 <td class="content">
 Kudu is currently easier to install and manage with <a href="http://www.cloudera.com/content/www/en-us/products/cloudera-manager.html">Cloudera Manager</a>,
 version 5.4.7 or newer. If you use Cloudera Manager, see also Cloudera&#8217;s
-<a href="http://www.cloudera.com/content/www/en-us/documentation/betas/kudu/latest/topics/kudu_installation.html">Kudu documentation</a>.
+<a href="http://www.cloudera.com/documentation/kudu/latest/topics/kudu_installation.html">Kudu documentation</a>.
 </td>
 </tr>
 </table>
@@ -248,27 +248,27 @@ Cloudera Manager 5.4.7 and newer provide better monitoring and administration op
 <tbody>
 <tr>
 <td class="tableblock halign-right valign-top"><p class="tableblock"><strong>RHEL or CentOS</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/beta/kudu/redhat/6/x86_64/kudu/cloudera-kudu.repo">RHEL 6 or CentOS 6</a>,
-                   <a href="http://archive.cloudera.com/beta/kudu/redhat/7/x86_64/kudu/cloudera-kudu.repo">RHEL 7 or CentOS 7</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/beta/kudu/redhat/6/x86_64/kudu/0/RPMS/x86_64/">RHEL 6 or CentOS 6</a>,
-                   <a href="http://archive.cloudera.com/beta/kudu/redhat/7/x86_64/kudu/0/RPMS/x86_64/">RHEL 7 or CentOS 7</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/kudu/redhat/6/x86_64/kudu/cloudera-kudu.repo">RHEL 6 or CentOS 6</a>,
+                   <a href="http://archive.cloudera.com/kudu/redhat/7/x86_64/kudu/cloudera-kudu.repo">RHEL 7 or CentOS 7</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/kudu/redhat/6/x86_64/kudu/5/RPMS/x86_64/">RHEL 6 or CentOS 6</a>,
+                   <a href="http://archive.cloudera.com/kudu/redhat/7/x86_64/kudu/5/RPMS/x86_64/">RHEL 7 or CentOS 7</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-right valign-top"><p class="tableblock"><strong>SLES</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/beta/kudu/sles/12/x86_64/kudu/cloudera-kudu.repo">SLES 12</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/beta/kudu/sles/12/x86_64/kudu/0/RPMS/x86_64/">SLES 12</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/kudu/sles/12/x86_64/kudu/cloudera-kudu.repo">SLES 12</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/kudu/sles/12/x86_64/kudu/5/RPMS/x86_64/">SLES 12</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-right valign-top"><p class="tableblock"><strong>Ubuntu</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/beta/kudu/ubuntu/trusty/amd64/kudu/cloudera.list">Trusty</a>,
-           <a href="http://archive.cloudera.com/beta/kudu/ubuntu/xenial/amd64/kudu/cloudera.list">Xenial</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/beta/kudu/ubuntu/trusty/amd64/kudu/pool/contrib/k/kudu/">Trusty</a>,
-           <a href="http://archive.cloudera.com/beta/kudu/ubuntu/xenial/amd64/kudu/pool/contrib/k/kudu/">Xenial</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/kudu/ubuntu/trusty/amd64/kudu/cloudera.list">Trusty</a>,
+           <a href="http://archive.cloudera.com/kudu/ubuntu/xenial/amd64/kudu/cloudera.list">Xenial</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/kudu/ubuntu/trusty/amd64/kudu/pool/contrib/k/kudu/">Trusty</a>,
+           <a href="http://archive.cloudera.com/kudu/ubuntu/xenial/amd64/kudu/pool/contrib/k/kudu/">Xenial</a></p></td>
 </tr>
 <tr>
 <td class="tableblock halign-right valign-top"><p class="tableblock"><strong>Debian</strong></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/beta/kudu/debian/jessie/amd64/kudu/cloudera.list">Jessie</a></p></td>
-<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/beta/kudu/debian/jessie/amd64/kudu/pool/contrib/k/kudu/">Jessie</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/kudu/debian/jessie/amd64/kudu/cloudera.list">Jessie</a></p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock"><a href="http://archive.cloudera.com/kudu/debian/jessie/amd64/kudu/pool/contrib/k/kudu/">Jessie</a></p></td>
 </tr>
 </tbody>
 </table>
@@ -1259,7 +1259,7 @@ $ sudo service kudu-tserver start</code></pre>
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-12 12:48:06 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-02-02 13:49:37 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/known_issues.html
----------------------------------------------------------------------
diff --git a/docs/known_issues.html b/docs/known_issues.html
index 4f7cd8f..9f51b36 100644
--- a/docs/known_issues.html
+++ b/docs/known_issues.html
@@ -334,7 +334,7 @@ you can monitor the number of tablets per server in the web UI.</p>
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-12 12:48:06 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-26 16:14:09 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/kudu-master_configuration_reference.html
----------------------------------------------------------------------
diff --git a/docs/kudu-master_configuration_reference.html b/docs/kudu-master_configuration_reference.html
index 93193b9..07d2ea6 100644
--- a/docs/kudu-master_configuration_reference.html
+++ b/docs/kudu-master_configuration_reference.html
@@ -1284,7 +1284,7 @@ configuration tasks.</p>
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-18 10:16:01 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-02-02 14:03:11 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/kudu-master_configuration_reference_unsupported.html
----------------------------------------------------------------------
diff --git a/docs/kudu-master_configuration_reference_unsupported.html b/docs/kudu-master_configuration_reference_unsupported.html
index 4725176..0023e7e 100644
--- a/docs/kudu-master_configuration_reference_unsupported.html
+++ b/docs/kudu-master_configuration_reference_unsupported.html
@@ -3561,7 +3561,7 @@ for informational purposes only. They are subject to change or be removed withou
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-18 10:16:01 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-02-02 14:03:11 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/kudu-tserver_configuration_reference.html
----------------------------------------------------------------------
diff --git a/docs/kudu-tserver_configuration_reference.html b/docs/kudu-tserver_configuration_reference.html
index 6ebd48d..ad6f530 100644
--- a/docs/kudu-tserver_configuration_reference.html
+++ b/docs/kudu-tserver_configuration_reference.html
@@ -1284,7 +1284,7 @@ configuration tasks.</p>
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-18 10:16:01 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-02-02 14:03:11 PST 
         </p>
       </footer>
     </div>

http://git-wip-us.apache.org/repos/asf/kudu-site/blob/892773c2/docs/kudu-tserver_configuration_reference_unsupported.html
----------------------------------------------------------------------
diff --git a/docs/kudu-tserver_configuration_reference_unsupported.html b/docs/kudu-tserver_configuration_reference_unsupported.html
index 1eb8785..f6fa120 100644
--- a/docs/kudu-tserver_configuration_reference_unsupported.html
+++ b/docs/kudu-tserver_configuration_reference_unsupported.html
@@ -3281,7 +3281,7 @@ for informational purposes only. They are subject to change or be removed withou
 </div>
       <footer class="footer">
         <p class="small">
-        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-01-18 10:16:01 PST 
+        Copyright &copy; 2016 The Apache Software Foundation.  Last updated 2017-02-02 14:03:11 PST 
         </p>
       </footer>
     </div>