You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kudu.apache.org by ad...@apache.org on 2016/03/10 23:39:18 UTC

incubator-kudu git commit: Add the missing upgrade instructions for 0.7.0

Repository: incubator-kudu
Updated Branches:
  refs/heads/gh-pages 6e8b4780d -> 625f766ff


Add the missing upgrade instructions for 0.7.0

Built from branch-0.7.x, with some surgery to the 0.7.0 release notes.

Change-Id: I94b74ccfe98a59fd05df69a1cbbfe8ed90f2290b
Reviewed-on: http://gerrit.cloudera.org:8080/2522
Reviewed-by: Mike Percy <mp...@apache.org>
Tested-by: Jean-Daniel Cryans


Project: http://git-wip-us.apache.org/repos/asf/incubator-kudu/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-kudu/commit/625f766f
Tree: http://git-wip-us.apache.org/repos/asf/incubator-kudu/tree/625f766f
Diff: http://git-wip-us.apache.org/repos/asf/incubator-kudu/diff/625f766f

Branch: refs/heads/gh-pages
Commit: 625f766ff7bd2c1860d38d8f7ba4ee5689c3f33c
Parents: 6e8b478
Author: Jean-Daniel Cryans <jd...@apache.org>
Authored: Thu Mar 10 09:34:12 2016 -0800
Committer: Jean-Daniel Cryans <jd...@gerrit.cloudera.org>
Committed: Thu Mar 10 21:22:30 2016 +0000

----------------------------------------------------------------------
 docs/installation.html                 | 48 +++++++++++++---------
 docs/release_notes.html                |  8 ++--
 releases/0.7.0/docs/installation.html  | 62 +++++++++++++++++------------
 releases/0.7.0/docs/release_notes.html |  5 ++-
 releases/0.7.1/docs/installation.html  | 48 +++++++++++++---------
 releases/0.7.1/docs/release_notes.html |  8 ++--
 6 files changed, 109 insertions(+), 70 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/625f766f/docs/installation.html
----------------------------------------------------------------------
diff --git a/docs/installation.html b/docs/installation.html
index 63df0f9..8498f1b 100644
--- a/docs/installation.html
+++ b/docs/installation.html
@@ -2,7 +2,7 @@
 title: Installing Apache Kudu (incubating)
 layout: default
 active_nav: docs
-last_updated: 'Last updated 2016-03-09 17:49:55 PST'
+last_updated: 'Last updated 2016-03-10 09:24:41 PST'
 ---
 <!--
 
@@ -47,7 +47,7 @@ version 5.4.7 or newer. If you use Cloudera Manager, see also Cloudera&#8217;s
 </div>
 <div class="paragraph">
 <div class="title">Upgrading Kudu</div>
-<p>To upgrade Kudu from a previous version, see <a href="#upgrade">Upgrade from 0.5.0 to 0.6.0</a>.</p>
+<p>To upgrade Kudu from a previous version, see <a href="#upgrade">Upgrade from 0.6.0 to 0.7.0</a>.</p>
 </div>
 </div>
 </div>
@@ -912,12 +912,12 @@ in <code>java/kudu-client/target/apidocs/index.html</code>.</p>
 </div>
 </div>
 <div class="sect1">
-<h2 id="upgrade"><a class="link" href="#upgrade">Upgrade from 0.5.0 to 0.6.0</a></h2>
+<h2 id="upgrade"><a class="link" href="#upgrade">Upgrade from 0.6.0 to 0.7.0</a></h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Before upgrading, see <a href="#client_compatibility_0.6.0">Client compatibility</a> and <a href="#api_compatibility_0.6.0">API Compatibility</a>.
-To upgrade from Kudu 0.5.0 to 0.6.0, perform the following high-level steps, which
-are detailed in <a href="#upgrade_procedure_0.6.0">Upgrade procedure</a>:</p>
+<p>Before upgrading, see <a href="#client_compatibility">Client compatibility</a> and <a href="#api_compatibility">API Compatibility</a>.
+To upgrade from Kudu 0.6.0 to 0.7.0, perform the following high-level steps, which
+are detailed in <a href="#upgrade_procedure">Upgrade procedure</a>:</p>
 </div>
 <div class="olist arabic">
 <ol class="arabic">
@@ -925,7 +925,7 @@ are detailed in <a href="#upgrade_procedure_0.6.0">Upgrade procedure</a>:</p>
 <p>Shut down all Kudu services.</p>
 </li>
 <li>
-<p>Install the new Kudu packages or parcels, or install Kudu 0.6.0 from source.</p>
+<p>Install the new Kudu packages or parcels, or install Kudu 0.7.0 from source.</p>
 </li>
 <li>
 <p>Restart all Kudu services.</p>
@@ -936,11 +936,24 @@ are detailed in <a href="#upgrade_procedure_0.6.0">Upgrade procedure</a>:</p>
 <p>It is technically possible to upgrade Kudu using rolling restarts, but it has not
 been tested and is not recommended.</p>
 </div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+For the duration of the Kudu Beta, upgrade instructions are only given for going
+from the previous latest version to the newest.
+</td>
+</tr>
+</table>
+</div>
 <div class="sect2">
-<h3 id="client_compatibility_0.6.0"><a class="link" href="#client_compatibility_0.6.0">Client compatibility</a></h3>
+<h3 id="client_compatibility"><a class="link" href="#client_compatibility">Client compatibility</a></h3>
 <div class="paragraph">
-<p>Kudu 0.6.0 maintains wire compatibility with Kudu 0.5.0. This means that a Kudu 0.6.0
-client can communicate with a Kudu 0.5.0 cluster, and vice versa. For that reason,
+<p>Kudu 0.7.0 maintains wire compatibility with previous versions. This means that a Kudu 0.7.0
+client can communicate with a Kudu 0.6.0 cluster, and vice versa. For that reason,
 you do not need to upgrade client JARs at the same time the cluster is upgraded.</p>
 </div>
 <div class="paragraph">
@@ -949,14 +962,13 @@ with Kudu 0.5.0.</p>
 </div>
 </div>
 <div class="sect2">
-<h3 id="api_compatibility_0.6.0"><a class="link" href="#api_compatibility_0.6.0">API Compatibility</a></h3>
+<h3 id="api_compatibility"><a class="link" href="#api_compatibility">API Compatibility</a></h3>
 <div class="paragraph">
-<p>The Kudu 0.6.0 client API is not compatible with the Kudu 0.5.0 client API. See the
-<a href="release_notes.html#0.6.0">Kudu 0.6.0 release notes</a> for details.</p>
+<p>The Kudu 0.7.0 client API is compatible with Kudu 0.6.0.</p>
 </div>
 </div>
 <div class="sect2">
-<h3 id="upgrade_procedure_0.6.0"><a class="link" href="#upgrade_procedure_0.6.0">Upgrade procedure</a></h3>
+<h3 id="upgrade_procedure"><a class="link" href="#upgrade_procedure">Upgrade procedure</a></h3>
 <div class="olist arabic">
 <ol class="arabic">
 <li>
@@ -1063,11 +1075,11 @@ $ sudo service kudu-tserver start</code></pre>
 <li><a href="#build_cpp_client">Installing the C++ Client Libraries</a></li>
 <li><a href="#build_java_client">Build the Java Client</a></li>
 <li><a href="#view_api">View API Documentation</a></li>
-<li><a href="#upgrade">Upgrade from 0.5.0 to 0.6.0</a>
+<li><a href="#upgrade">Upgrade from 0.6.0 to 0.7.0</a>
 <ul class="sectlevel2">
-<li><a href="#client_compatibility_0.6.0">Client compatibility</a></li>
-<li><a href="#api_compatibility_0.6.0">API Compatibility</a></li>
-<li><a href="#upgrade_procedure_0.6.0">Upgrade procedure</a></li>
+<li><a href="#client_compatibility">Client compatibility</a></li>
+<li><a href="#api_compatibility">API Compatibility</a></li>
+<li><a href="#upgrade_procedure">Upgrade procedure</a></li>
 </ul>
 </li>
 <li><a href="#next_steps">Next Steps</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/625f766f/docs/release_notes.html
----------------------------------------------------------------------
diff --git a/docs/release_notes.html b/docs/release_notes.html
index ee32757..e2966d3 100644
--- a/docs/release_notes.html
+++ b/docs/release_notes.html
@@ -2,7 +2,7 @@
 title: Apache Kudu (incubating) Release Notes
 layout: default
 active_nav: docs
-last_updated: 'Last updated 2016-03-09 17:49:55 PST'
+last_updated: 'Last updated 2016-03-10 09:24:41 PST'
 ---
 <!--
 
@@ -133,6 +133,9 @@ of changes, new features, improvements, and fixes.</p>
 for Kudu 0.7.0</a> and <a href="https://github.com/apache/incubator-kudu/compare/branch-0.6.0...branch-0.7.0">Git
 changes between 0.6.0 and 0.7.0</a>.</p>
 </div>
+<div class="paragraph">
+<p>The upgrade instructions can be found at <a href="installation.html#upgrade">Upgrade from 0.6.0 to 0.7.0</a>.</p>
+</div>
 <div class="sect3">
 <h4 id="rn_0.7.0_incompatible_changes"><a class="link" href="#rn_0.7.0_incompatible_changes">Incompatible changes</a></h4>
 <div class="olist arabic">
@@ -296,9 +299,6 @@ instructions in <a href="installation.html#osx_from_source">OS X</a>.</p>
 </li>
 </ol>
 </div>
-<div class="paragraph">
-<p>The upgrade instructions are situated at <a href="installation.html#upgrade">Upgrade from 0.5.0 to 0.6.0</a>.</p>
-</div>
 <div class="sect3">
 <h4 id="_limitations_2"><a class="link" href="#_limitations_2">Limitations</a></h4>
 <div class="paragraph">

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/625f766f/releases/0.7.0/docs/installation.html
----------------------------------------------------------------------
diff --git a/releases/0.7.0/docs/installation.html b/releases/0.7.0/docs/installation.html
index 4baec25..8498f1b 100644
--- a/releases/0.7.0/docs/installation.html
+++ b/releases/0.7.0/docs/installation.html
@@ -2,7 +2,7 @@
 title: Installing Apache Kudu (incubating)
 layout: default
 active_nav: docs
-last_updated: 'Last updated 2016-02-25 22:58:39 SAST'
+last_updated: 'Last updated 2016-03-10 09:24:41 PST'
 ---
 <!--
 
@@ -47,7 +47,7 @@ version 5.4.7 or newer. If you use Cloudera Manager, see also Cloudera&#8217;s
 </div>
 <div class="paragraph">
 <div class="title">Upgrading Kudu</div>
-<p>To upgrade Kudu from a previous version, see <a href="#upgrade">Upgrade from 0.5.0 to 0.6.0</a>.</p>
+<p>To upgrade Kudu from a previous version, see <a href="#upgrade">Upgrade from 0.6.0 to 0.7.0</a>.</p>
 </div>
 </div>
 </div>
@@ -426,7 +426,7 @@ $ sudo yum install -y devtoolset-3-toolchain</pre>
 <p>Clone the Git repository and change to the new <code>kudu</code> directory.</p>
 <div class="listingblock">
 <div class="content">
-<pre class="highlight"><code class="language-bash" data-lang="bash">$ git clone https://github.com/cloudera/kudu
+<pre class="highlight"><code class="language-bash" data-lang="bash">$ git clone https://github.com/apache/incubator-kudu kudu
 $ cd kudu</code></pre>
 </div>
 </div>
@@ -538,7 +538,7 @@ make -j4</code></pre>
 <p>Clone the Git repository and change to the new <code>kudu</code> directory.</p>
 <div class="listingblock">
 <div class="content">
-<pre class="highlight"><code class="language-bash" data-lang="bash">$ git clone https://github.com/cloudera/kudu
+<pre class="highlight"><code class="language-bash" data-lang="bash">$ git clone https://github.com/apache/incubator-kudu kudu
 $ cd kudu</code></pre>
 </div>
 </div>
@@ -600,7 +600,7 @@ the steps marked <strong>Optional</strong> above.</p>
 sudo apt-get -y install git autoconf automake libboost-thread-dev \
   libboost-system-dev curl gcc g++ libsasl2-dev libsasl2-modules \
   libtool ntp patch pkg-config make rsync unzip vim-common gdb python
-git clone https://github.com/cloudera/kudu
+git clone https://github.com/apache/incubator-kudu kudu
 cd kudu
 thirdparty/build-if-necessary.sh
 mkdir -p build/release
@@ -652,7 +652,7 @@ popd</pre>
 <p>Clone the Git repository and change to the new <code>kudu</code> directory.</p>
 <div class="listingblock">
 <div class="content">
-<pre class="highlight"><code class="language-bash" data-lang="bash">$ git clone https://github.com/cloudera/kudu
+<pre class="highlight"><code class="language-bash" data-lang="bash">$ git clone https://github.com/apache/incubator-kudu kudu
 $ cd kudu</code></pre>
 </div>
 </div>
@@ -713,7 +713,7 @@ pushd boost_1_59_0
 ./bootstrap.sh
 ./b2 --with-system --with-threads
 popd
-git clone https://github.com/cloudera/kudu
+git clone https://github.com/apache/incubator-kudu kudu
 cd kudu
 thirdparty/build-if-necessary.sh
 mkdir -p build/release
@@ -767,7 +767,7 @@ for more information.</p>
 <p>Clone the Git repository and change to the new <code>kudu</code> directory.</p>
 <div class="listingblock">
 <div class="content">
-<pre class="highlight"><code class="language-bash" data-lang="bash">$ git clone https://github.com/cloudera/kudu
+<pre class="highlight"><code class="language-bash" data-lang="bash">$ git clone https://github.com/apache/incubator-kudu kudu
 $ cd kudu</code></pre>
 </div>
 </div>
@@ -807,7 +807,7 @@ are installed.</p>
 <pre>#!/bin/bash
 
 brew install autoconf automake cmake libtool pkg-config boost pstree
-git clone https://github.com/cloudera/kudu
+git clone https://github.com/apache/incubator-kudu kudu
 cd kudu
 thirdparty/build-if-necessary.sh
 mkdir -p build/release
@@ -912,12 +912,12 @@ in <code>java/kudu-client/target/apidocs/index.html</code>.</p>
 </div>
 </div>
 <div class="sect1">
-<h2 id="upgrade"><a class="link" href="#upgrade">Upgrade from 0.5.0 to 0.6.0</a></h2>
+<h2 id="upgrade"><a class="link" href="#upgrade">Upgrade from 0.6.0 to 0.7.0</a></h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Before upgrading, see <a href="#client_compatibility_0.6.0">Client compatibility</a> and <a href="#api_compatibility_0.6.0">API Compatibility</a>.
-To upgrade from Kudu 0.5.0 to 0.6.0, perform the following high-level steps, which
-are detailed in <a href="#upgrade_procedure_0.6.0">Upgrade procedure</a>:</p>
+<p>Before upgrading, see <a href="#client_compatibility">Client compatibility</a> and <a href="#api_compatibility">API Compatibility</a>.
+To upgrade from Kudu 0.6.0 to 0.7.0, perform the following high-level steps, which
+are detailed in <a href="#upgrade_procedure">Upgrade procedure</a>:</p>
 </div>
 <div class="olist arabic">
 <ol class="arabic">
@@ -925,7 +925,7 @@ are detailed in <a href="#upgrade_procedure_0.6.0">Upgrade procedure</a>:</p>
 <p>Shut down all Kudu services.</p>
 </li>
 <li>
-<p>Install the new Kudu packages or parcels, or install Kudu 0.6.0 from source.</p>
+<p>Install the new Kudu packages or parcels, or install Kudu 0.7.0 from source.</p>
 </li>
 <li>
 <p>Restart all Kudu services.</p>
@@ -936,11 +936,24 @@ are detailed in <a href="#upgrade_procedure_0.6.0">Upgrade procedure</a>:</p>
 <p>It is technically possible to upgrade Kudu using rolling restarts, but it has not
 been tested and is not recommended.</p>
 </div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+For the duration of the Kudu Beta, upgrade instructions are only given for going
+from the previous latest version to the newest.
+</td>
+</tr>
+</table>
+</div>
 <div class="sect2">
-<h3 id="client_compatibility_0.6.0"><a class="link" href="#client_compatibility_0.6.0">Client compatibility</a></h3>
+<h3 id="client_compatibility"><a class="link" href="#client_compatibility">Client compatibility</a></h3>
 <div class="paragraph">
-<p>Kudu 0.6.0 maintains wire compatibility with Kudu 0.5.0. This means that a Kudu 0.6.0
-client can communicate with a Kudu 0.5.0 cluster, and vice versa. For that reason,
+<p>Kudu 0.7.0 maintains wire compatibility with previous versions. This means that a Kudu 0.7.0
+client can communicate with a Kudu 0.6.0 cluster, and vice versa. For that reason,
 you do not need to upgrade client JARs at the same time the cluster is upgraded.</p>
 </div>
 <div class="paragraph">
@@ -949,14 +962,13 @@ with Kudu 0.5.0.</p>
 </div>
 </div>
 <div class="sect2">
-<h3 id="api_compatibility_0.6.0"><a class="link" href="#api_compatibility_0.6.0">API Compatibility</a></h3>
+<h3 id="api_compatibility"><a class="link" href="#api_compatibility">API Compatibility</a></h3>
 <div class="paragraph">
-<p>The Kudu 0.6.0 client API is not compatible with the Kudu 0.5.0 client API. See the
-<a href="release_notes.html#0.6.0">Kudu 0.6.0 release notes</a> for details.</p>
+<p>The Kudu 0.7.0 client API is compatible with Kudu 0.6.0.</p>
 </div>
 </div>
 <div class="sect2">
-<h3 id="upgrade_procedure_0.6.0"><a class="link" href="#upgrade_procedure_0.6.0">Upgrade procedure</a></h3>
+<h3 id="upgrade_procedure"><a class="link" href="#upgrade_procedure">Upgrade procedure</a></h3>
 <div class="olist arabic">
 <ol class="arabic">
 <li>
@@ -1063,11 +1075,11 @@ $ sudo service kudu-tserver start</code></pre>
 <li><a href="#build_cpp_client">Installing the C++ Client Libraries</a></li>
 <li><a href="#build_java_client">Build the Java Client</a></li>
 <li><a href="#view_api">View API Documentation</a></li>
-<li><a href="#upgrade">Upgrade from 0.5.0 to 0.6.0</a>
+<li><a href="#upgrade">Upgrade from 0.6.0 to 0.7.0</a>
 <ul class="sectlevel2">
-<li><a href="#client_compatibility_0.6.0">Client compatibility</a></li>
-<li><a href="#api_compatibility_0.6.0">API Compatibility</a></li>
-<li><a href="#upgrade_procedure_0.6.0">Upgrade procedure</a></li>
+<li><a href="#client_compatibility">Client compatibility</a></li>
+<li><a href="#api_compatibility">API Compatibility</a></li>
+<li><a href="#upgrade_procedure">Upgrade procedure</a></li>
 </ul>
 </li>
 <li><a href="#next_steps">Next Steps</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/625f766f/releases/0.7.0/docs/release_notes.html
----------------------------------------------------------------------
diff --git a/releases/0.7.0/docs/release_notes.html b/releases/0.7.0/docs/release_notes.html
index 682aa9b..710cb51 100644
--- a/releases/0.7.0/docs/release_notes.html
+++ b/releases/0.7.0/docs/release_notes.html
@@ -93,6 +93,9 @@ of changes, new features, improvements, and fixes.</p>
 for Kudu 0.7.0</a> and <a href="https://github.com/apache/incubator-kudu/compare/branch-0.6.0...branch-0.7.0">Git
 changes between 0.6.0 and 0.7.0</a>.</p>
 </div>
+<div class="paragraph">
+<p>The upgrade instructions can be found at <a href="installation.html#upgrade">Upgrade from 0.6.0 to 0.7.0</a>.</p>
+</div>
 <div class="sect3">
 <h4 id="rn_0.7.0_incompatible_changes"><a class="link" href="#rn_0.7.0_incompatible_changes">Incompatible changes</a></h4>
 <div class="olist arabic">
@@ -748,4 +751,4 @@ the project has yet to be fully endorsed by the ASF.</p>
   </div>
     </div>
   </div>
-</div>
\ No newline at end of file
+</div>

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/625f766f/releases/0.7.1/docs/installation.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/installation.html b/releases/0.7.1/docs/installation.html
index 63df0f9..8498f1b 100644
--- a/releases/0.7.1/docs/installation.html
+++ b/releases/0.7.1/docs/installation.html
@@ -2,7 +2,7 @@
 title: Installing Apache Kudu (incubating)
 layout: default
 active_nav: docs
-last_updated: 'Last updated 2016-03-09 17:49:55 PST'
+last_updated: 'Last updated 2016-03-10 09:24:41 PST'
 ---
 <!--
 
@@ -47,7 +47,7 @@ version 5.4.7 or newer. If you use Cloudera Manager, see also Cloudera&#8217;s
 </div>
 <div class="paragraph">
 <div class="title">Upgrading Kudu</div>
-<p>To upgrade Kudu from a previous version, see <a href="#upgrade">Upgrade from 0.5.0 to 0.6.0</a>.</p>
+<p>To upgrade Kudu from a previous version, see <a href="#upgrade">Upgrade from 0.6.0 to 0.7.0</a>.</p>
 </div>
 </div>
 </div>
@@ -912,12 +912,12 @@ in <code>java/kudu-client/target/apidocs/index.html</code>.</p>
 </div>
 </div>
 <div class="sect1">
-<h2 id="upgrade"><a class="link" href="#upgrade">Upgrade from 0.5.0 to 0.6.0</a></h2>
+<h2 id="upgrade"><a class="link" href="#upgrade">Upgrade from 0.6.0 to 0.7.0</a></h2>
 <div class="sectionbody">
 <div class="paragraph">
-<p>Before upgrading, see <a href="#client_compatibility_0.6.0">Client compatibility</a> and <a href="#api_compatibility_0.6.0">API Compatibility</a>.
-To upgrade from Kudu 0.5.0 to 0.6.0, perform the following high-level steps, which
-are detailed in <a href="#upgrade_procedure_0.6.0">Upgrade procedure</a>:</p>
+<p>Before upgrading, see <a href="#client_compatibility">Client compatibility</a> and <a href="#api_compatibility">API Compatibility</a>.
+To upgrade from Kudu 0.6.0 to 0.7.0, perform the following high-level steps, which
+are detailed in <a href="#upgrade_procedure">Upgrade procedure</a>:</p>
 </div>
 <div class="olist arabic">
 <ol class="arabic">
@@ -925,7 +925,7 @@ are detailed in <a href="#upgrade_procedure_0.6.0">Upgrade procedure</a>:</p>
 <p>Shut down all Kudu services.</p>
 </li>
 <li>
-<p>Install the new Kudu packages or parcels, or install Kudu 0.6.0 from source.</p>
+<p>Install the new Kudu packages or parcels, or install Kudu 0.7.0 from source.</p>
 </li>
 <li>
 <p>Restart all Kudu services.</p>
@@ -936,11 +936,24 @@ are detailed in <a href="#upgrade_procedure_0.6.0">Upgrade procedure</a>:</p>
 <p>It is technically possible to upgrade Kudu using rolling restarts, but it has not
 been tested and is not recommended.</p>
 </div>
+<div class="admonitionblock note">
+<table>
+<tr>
+<td class="icon">
+<i class="fa icon-note" title="Note"></i>
+</td>
+<td class="content">
+For the duration of the Kudu Beta, upgrade instructions are only given for going
+from the previous latest version to the newest.
+</td>
+</tr>
+</table>
+</div>
 <div class="sect2">
-<h3 id="client_compatibility_0.6.0"><a class="link" href="#client_compatibility_0.6.0">Client compatibility</a></h3>
+<h3 id="client_compatibility"><a class="link" href="#client_compatibility">Client compatibility</a></h3>
 <div class="paragraph">
-<p>Kudu 0.6.0 maintains wire compatibility with Kudu 0.5.0. This means that a Kudu 0.6.0
-client can communicate with a Kudu 0.5.0 cluster, and vice versa. For that reason,
+<p>Kudu 0.7.0 maintains wire compatibility with previous versions. This means that a Kudu 0.7.0
+client can communicate with a Kudu 0.6.0 cluster, and vice versa. For that reason,
 you do not need to upgrade client JARs at the same time the cluster is upgraded.</p>
 </div>
 <div class="paragraph">
@@ -949,14 +962,13 @@ with Kudu 0.5.0.</p>
 </div>
 </div>
 <div class="sect2">
-<h3 id="api_compatibility_0.6.0"><a class="link" href="#api_compatibility_0.6.0">API Compatibility</a></h3>
+<h3 id="api_compatibility"><a class="link" href="#api_compatibility">API Compatibility</a></h3>
 <div class="paragraph">
-<p>The Kudu 0.6.0 client API is not compatible with the Kudu 0.5.0 client API. See the
-<a href="release_notes.html#0.6.0">Kudu 0.6.0 release notes</a> for details.</p>
+<p>The Kudu 0.7.0 client API is compatible with Kudu 0.6.0.</p>
 </div>
 </div>
 <div class="sect2">
-<h3 id="upgrade_procedure_0.6.0"><a class="link" href="#upgrade_procedure_0.6.0">Upgrade procedure</a></h3>
+<h3 id="upgrade_procedure"><a class="link" href="#upgrade_procedure">Upgrade procedure</a></h3>
 <div class="olist arabic">
 <ol class="arabic">
 <li>
@@ -1063,11 +1075,11 @@ $ sudo service kudu-tserver start</code></pre>
 <li><a href="#build_cpp_client">Installing the C++ Client Libraries</a></li>
 <li><a href="#build_java_client">Build the Java Client</a></li>
 <li><a href="#view_api">View API Documentation</a></li>
-<li><a href="#upgrade">Upgrade from 0.5.0 to 0.6.0</a>
+<li><a href="#upgrade">Upgrade from 0.6.0 to 0.7.0</a>
 <ul class="sectlevel2">
-<li><a href="#client_compatibility_0.6.0">Client compatibility</a></li>
-<li><a href="#api_compatibility_0.6.0">API Compatibility</a></li>
-<li><a href="#upgrade_procedure_0.6.0">Upgrade procedure</a></li>
+<li><a href="#client_compatibility">Client compatibility</a></li>
+<li><a href="#api_compatibility">API Compatibility</a></li>
+<li><a href="#upgrade_procedure">Upgrade procedure</a></li>
 </ul>
 </li>
 <li><a href="#next_steps">Next Steps</a></li>

http://git-wip-us.apache.org/repos/asf/incubator-kudu/blob/625f766f/releases/0.7.1/docs/release_notes.html
----------------------------------------------------------------------
diff --git a/releases/0.7.1/docs/release_notes.html b/releases/0.7.1/docs/release_notes.html
index ee32757..e2966d3 100644
--- a/releases/0.7.1/docs/release_notes.html
+++ b/releases/0.7.1/docs/release_notes.html
@@ -2,7 +2,7 @@
 title: Apache Kudu (incubating) Release Notes
 layout: default
 active_nav: docs
-last_updated: 'Last updated 2016-03-09 17:49:55 PST'
+last_updated: 'Last updated 2016-03-10 09:24:41 PST'
 ---
 <!--
 
@@ -133,6 +133,9 @@ of changes, new features, improvements, and fixes.</p>
 for Kudu 0.7.0</a> and <a href="https://github.com/apache/incubator-kudu/compare/branch-0.6.0...branch-0.7.0">Git
 changes between 0.6.0 and 0.7.0</a>.</p>
 </div>
+<div class="paragraph">
+<p>The upgrade instructions can be found at <a href="installation.html#upgrade">Upgrade from 0.6.0 to 0.7.0</a>.</p>
+</div>
 <div class="sect3">
 <h4 id="rn_0.7.0_incompatible_changes"><a class="link" href="#rn_0.7.0_incompatible_changes">Incompatible changes</a></h4>
 <div class="olist arabic">
@@ -296,9 +299,6 @@ instructions in <a href="installation.html#osx_from_source">OS X</a>.</p>
 </li>
 </ol>
 </div>
-<div class="paragraph">
-<p>The upgrade instructions are situated at <a href="installation.html#upgrade">Upgrade from 0.5.0 to 0.6.0</a>.</p>
-</div>
 <div class="sect3">
 <h4 id="_limitations_2"><a class="link" href="#_limitations_2">Limitations</a></h4>
 <div class="paragraph">