http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3469cbc0/apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html
index 6463414..22e3d45 100644
--- a/apidocs/deprecated-list.html
+++ b/apidocs/deprecated-list.html
@@ -2249,7 +2249,7 @@
 </tr>
 <tr class="altColor">
 <td class="colOne"><a 
href="org/apache/hadoop/hbase/client/Scan.html#setStopRow-byte:A-">org.apache.hadoop.hbase.client.Scan.setStopRow(byte[])</a>
-<div class="block"><span class="deprecationComment">use <a 
href="org/apache/hadoop/hbase/client/Scan.html#withStartRow-byte:A-"><code>Scan.withStartRow(byte[])</code></a>
 instead. This method may change the inclusive of
+<div class="block"><span class="deprecationComment">use <a 
href="org/apache/hadoop/hbase/client/Scan.html#withStopRow-byte:A-"><code>Scan.withStopRow(byte[])</code></a>
 instead. This method may change the inclusive of
              the stop row to keep compatible with the old 
behavior.</span></div>
 </td>
 </tr>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3469cbc0/apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/apidocs/index-all.html b/apidocs/index-all.html
index c388812..415bbef 100644
--- a/apidocs/index-all.html
+++ b/apidocs/index-all.html
@@ -17051,7 +17051,7 @@ Input/OutputFormats, a table indexing MapReduce job, 
and utility methods.</div>
 <dt><span class="memberNameLink"><a 
href="org/apache/hadoop/hbase/client/Scan.html#setStopRow-byte:A-">setStopRow(byte[])</a></span>
 - Method in class org.apache.hadoop.hbase.client.<a 
href="org/apache/hadoop/hbase/client/Scan.html" title="class in 
org.apache.hadoop.hbase.client">Scan</a></dt>
 <dd>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>
-<div class="block"><span class="deprecationComment">use <a 
href="org/apache/hadoop/hbase/client/Scan.html#withStartRow-byte:A-"><code>Scan.withStartRow(byte[])</code></a>
 instead. This method may change the inclusive of
+<div class="block"><span class="deprecationComment">use <a 
href="org/apache/hadoop/hbase/client/Scan.html#withStopRow-byte:A-"><code>Scan.withStopRow(byte[])</code></a>
 instead. This method may change the inclusive of
              the stop row to keep compatible with the old 
behavior.</span></div>
 </div>
 </dd>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3469cbc0/apidocs/org/apache/hadoop/hbase/client/Scan.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/hadoop/hbase/client/Scan.html 
b/apidocs/org/apache/hadoop/hbase/client/Scan.html
index 5a02583..c424600 100644
--- a/apidocs/org/apache/hadoop/hbase/client/Scan.html
+++ b/apidocs/org/apache/hadoop/hbase/client/Scan.html
@@ -708,7 +708,7 @@ extends <a 
href="../../../../../org/apache/hadoop/hbase/client/Query.html" title
 <td class="colFirst"><code><a 
href="../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class in 
org.apache.hadoop.hbase.client">Scan</a></code></td>
 <td class="colLast"><code><span class="memberNameLink"><a 
href="../../../../../org/apache/hadoop/hbase/client/Scan.html#setStopRow-byte:A-">setStopRow</a></span>(byte[]&nbsp;stopRow)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<div class="block"><span class="deprecationComment">use <a 
href="../../../../../org/apache/hadoop/hbase/client/Scan.html#withStartRow-byte:A-"><code>withStartRow(byte[])</code></a>
 instead. This method may change the inclusive of
+<div class="block"><span class="deprecationComment">use <a 
href="../../../../../org/apache/hadoop/hbase/client/Scan.html#withStopRow-byte:A-"><code>withStopRow(byte[])</code></a>
 instead. This method may change the inclusive of
              the stop row to keep compatible with the old 
behavior.</span></div>
 </div>
 </td>
@@ -1223,7 +1223,7 @@ public&nbsp;<a 
href="../../../../../org/apache/hadoop/hbase/client/Scan.html" ti
 <h4>setStopRow</h4>
 <pre><a 
href="https://docs.oracle.com/javase/8/docs/api/java/lang/Deprecated.html?is-external=true";
 title="class or interface in java.lang">@Deprecated</a>
 public&nbsp;<a href="../../../../../org/apache/hadoop/hbase/client/Scan.html" 
title="class in org.apache.hadoop.hbase.client">Scan</a>&nbsp;<a 
href="../../../../../src-html/org/apache/hadoop/hbase/client/Scan.html#line.490">setStopRow</a>(byte[]&nbsp;stopRow)</pre>
-<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">use <a 
href="../../../../../org/apache/hadoop/hbase/client/Scan.html#withStartRow-byte:A-"><code>withStartRow(byte[])</code></a>
 instead. This method may change the inclusive of
+<div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;<span 
class="deprecationComment">use <a 
href="../../../../../org/apache/hadoop/hbase/client/Scan.html#withStopRow-byte:A-"><code>withStopRow(byte[])</code></a>
 instead. This method may change the inclusive of
              the stop row to keep compatible with the old 
behavior.</span></div>
 <div class="block">Set the stop row of the scan.
  <p>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3469cbc0/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
----------------------------------------------------------------------
diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html 
b/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
index 14f5be1..3080d57 100644
--- a/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
+++ b/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html
@@ -350,7 +350,7 @@ Input/OutputFormats, a table indexing MapReduce job, and 
utility methods.</div>
 <td class="colFirst"><code><a 
href="../../../../../../org/apache/hadoop/hbase/client/Scan.html" title="class 
in org.apache.hadoop.hbase.client">Scan</a></code></td>
 <td class="colLast"><span class="typeNameLabel">Scan.</span><code><span 
class="memberNameLink"><a 
href="../../../../../../org/apache/hadoop/hbase/client/Scan.html#setStopRow-byte:A-">setStopRow</a></span>(byte[]&nbsp;stopRow)</code>
 <div class="block"><span class="deprecatedLabel">Deprecated.</span>&nbsp;
-<div class="block"><span class="deprecationComment">use <a 
href="../../../../../../org/apache/hadoop/hbase/client/Scan.html#withStartRow-byte:A-"><code>withStartRow(byte[])</code></a>
 instead. This method may change the inclusive of
+<div class="block"><span class="deprecationComment">use <a 
href="../../../../../../org/apache/hadoop/hbase/client/Scan.html#withStopRow-byte:A-"><code>withStopRow(byte[])</code></a>
 instead. This method may change the inclusive of
              the stop row to keep compatible with the old 
behavior.</span></div>
 </div>
 </td>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3469cbc0/apidocs/src-html/org/apache/hadoop/hbase/client/Scan.ReadType.html
----------------------------------------------------------------------
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Scan.ReadType.html 
b/apidocs/src-html/org/apache/hadoop/hbase/client/Scan.ReadType.html
index 070e349..efeb69a 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/client/Scan.ReadType.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/client/Scan.ReadType.html
@@ -491,7 +491,7 @@
 <span class="sourceLineNo">483</span>   * @return this<a name="line.483"></a>
 <span class="sourceLineNo">484</span>   * @throws IllegalArgumentException if 
stopRow does not meet criteria for a row key (when length<a name="line.484"></a>
 <span class="sourceLineNo">485</span>   *           exceeds {@link 
HConstants#MAX_ROW_LENGTH})<a name="line.485"></a>
-<span class="sourceLineNo">486</span>   * @deprecated use {@link 
#withStartRow(byte[])} instead. This method may change the inclusive of<a 
name="line.486"></a>
+<span class="sourceLineNo">486</span>   * @deprecated use {@link 
#withStopRow(byte[])} instead. This method may change the inclusive of<a 
name="line.486"></a>
 <span class="sourceLineNo">487</span>   *             the stop row to keep 
compatible with the old behavior.<a name="line.487"></a>
 <span class="sourceLineNo">488</span>   */<a name="line.488"></a>
 <span class="sourceLineNo">489</span>  @Deprecated<a name="line.489"></a>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3469cbc0/apidocs/src-html/org/apache/hadoop/hbase/client/Scan.html
----------------------------------------------------------------------
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Scan.html 
b/apidocs/src-html/org/apache/hadoop/hbase/client/Scan.html
index 070e349..efeb69a 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/client/Scan.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/client/Scan.html
@@ -491,7 +491,7 @@
 <span class="sourceLineNo">483</span>   * @return this<a name="line.483"></a>
 <span class="sourceLineNo">484</span>   * @throws IllegalArgumentException if 
stopRow does not meet criteria for a row key (when length<a name="line.484"></a>
 <span class="sourceLineNo">485</span>   *           exceeds {@link 
HConstants#MAX_ROW_LENGTH})<a name="line.485"></a>
-<span class="sourceLineNo">486</span>   * @deprecated use {@link 
#withStartRow(byte[])} instead. This method may change the inclusive of<a 
name="line.486"></a>
+<span class="sourceLineNo">486</span>   * @deprecated use {@link 
#withStopRow(byte[])} instead. This method may change the inclusive of<a 
name="line.486"></a>
 <span class="sourceLineNo">487</span>   *             the stop row to keep 
compatible with the old behavior.<a name="line.487"></a>
 <span class="sourceLineNo">488</span>   */<a name="line.488"></a>
 <span class="sourceLineNo">489</span>  @Deprecated<a name="line.489"></a>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3469cbc0/book.html
----------------------------------------------------------------------
diff --git a/book.html b/book.html
index faa972a..7771653 100644
--- a/book.html
+++ b/book.html
@@ -12111,7 +12111,8 @@ You also need to enable the DataBlockEncoder for the 
column family, for encoding
 Tag compression uses dictionary encoding.</p>
 </div>
 <div class="paragraph">
-<p>Tag compression is not supported when using WAL encryption.</p>
+<p>Coprocessors that run server-side on RegionServers can perform get and set 
operations on cell Tags. Tags are stripped out at the RPC layer before the read 
response is sent back, so clients do not see these tags.
+Tag compression is not supported when using WAL encryption.</p>
 </div>
 </div>
 </div>
@@ -38050,7 +38051,7 @@ The server will return cellblocks compressed using this 
same compressor as long
 <div id="footer">
 <div id="footer-text">
 Version 3.0.0-SNAPSHOT<br>
-Last updated 2018-06-04 14:29:53 UTC
+Last updated 2018-06-05 14:29:53 UTC
 </div>
 </div>
 </body>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/3469cbc0/bulk-loads.html
----------------------------------------------------------------------
diff --git a/bulk-loads.html b/bulk-loads.html
index 336bd6e..ad47e17 100644
--- a/bulk-loads.html
+++ b/bulk-loads.html
@@ -7,7 +7,7 @@
   <head>
     <meta charset="UTF-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-    <meta name="Date-Revision-yyyymmdd" content="20180604" />
+    <meta name="Date-Revision-yyyymmdd" content="20180605" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013;  
       Bulk Loads in Apache HBase (TM)
@@ -306,7 +306,7 @@ under the License. -->
                         <a href="https://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2018-06-04</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2018-06-05</li>
             </p>
                 </div>
 

Reply via email to