http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9577bd5e/book.html
----------------------------------------------------------------------
diff --git a/book.html b/book.html
index 11eb235..8ece264 100644
--- a/book.html
+++ b/book.html
@@ -22831,7 +22831,7 @@ To see the usage, use the <code>--help</code> 
parameter.</p>
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>$ ${HBASE_HOME}/bin/hbase org.apache.hadoop.hbase.tool.Canary -help
+<pre>$ ${HBASE_HOME}/bin/hbase canary -help
 
 Usage: bin/hbase org.apache.hadoop.hbase.tool.Canary [opts] [table1 
[table2]...] | [regionserver1 [regionserver2]..]
  where [opts] are:
@@ -22903,7 +22903,7 @@ see following table.</p>
 <h4 
id="_canary_test_for_every_column_family_store_of_every_region_of_every_table"><a
 class="anchor" 
href="#_canary_test_for_every_column_family_store_of_every_region_of_every_table"></a>128.1.1.
 Canary test for every column family (store) of every region of every table</h4>
 <div class="listingblock">
 <div class="content">
-<pre>$ ${HBASE_HOME}/bin/hbase org.apache.hadoop.hbase.tool.Canary
+<pre>$ ${HBASE_HOME}/bin/hbase canary
 
 3/12/09 03:26:32 INFO tool.Canary: read from region 
test-01,,1386230156732.0e3c7d77ffb6361ea1b996ac1042ca9a. column family cf1 in 
2ms
 13/12/09 03:26:32 INFO tool.Canary: read from region 
test-01,,1386230156732.0e3c7d77ffb6361ea1b996ac1042ca9a. column family cf2 in 
2ms
@@ -22928,7 +22928,7 @@ This is a default behavior of the this tool does.</p>
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>$ ${HBASE_HOME}/bin/hbase org.apache.hadoop.hbase.tool.Canary test-01 
test-02</pre>
+<pre>$ ${HBASE_HOME}/bin/hbase canary test-01 test-02</pre>
 </div>
 </div>
 </div>
@@ -22939,7 +22939,7 @@ This is a default behavior of the this tool does.</p>
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>$ ${HBASE_HOME}/bin/hbase org.apache.hadoop.hbase.tool.Canary 
-regionserver
+<pre>$ ${HBASE_HOME}/bin/hbase canary -regionserver
 
 13/12/09 06:05:17 INFO tool.Canary: Read from table:test-01 on region 
server:rs2 in 72ms
 13/12/09 06:05:17 INFO tool.Canary: Read from table:test-02 on region 
server:rs3 in 34ms
@@ -22954,7 +22954,7 @@ This is a default behavior of the this tool does.</p>
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>$ ${HBASE_HOME}/bin/hbase org.apache.hadoop.hbase.tool.Canary -e 
test-0[1-2]</pre>
+<pre>$ ${HBASE_HOME}/bin/hbase canary -e test-0[1-2]</pre>
 </div>
 </div>
 </div>
@@ -22966,7 +22966,7 @@ This daemon will stop itself and return non-zero error 
code if any error occurs,
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>$ ${HBASE_HOME}/bin/hbase org.apache.hadoop.hbase.tool.Canary 
-daemon</pre>
+<pre>$ ${HBASE_HOME}/bin/hbase canary -daemon</pre>
 </div>
 </div>
 <div class="paragraph">
@@ -22974,7 +22974,7 @@ This daemon will stop itself and return non-zero error 
code if any error occurs,
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>$ ${HBASE_HOME}/bin/hbase org.apache.hadoop.hbase.tool.Canary -daemon 
-interval 50000 -f false</pre>
+<pre>$ ${HBASE_HOME}/bin/hbase canary -daemon -interval 50000 -f false</pre>
 </div>
 </div>
 </div>
@@ -22987,7 +22987,7 @@ This run sets the timeout value to 60 seconds, the 
default value is 600 seconds.
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>$ ${HBASE_HOME}/bin/hbase org.apache.hadoop.hbase.tool.Canary -t 
600000</pre>
+<pre>$ ${HBASE_HOME}/bin/hbase canary -t 600000</pre>
 </div>
 </div>
 </div>
@@ -23002,7 +23002,7 @@ try to put data to these regions to check the write 
availability of each region
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>$ ${HBASE_HOME}/bin/hbase org.apache.hadoop.hbase.tool.Canary 
-writeSniffing</pre>
+<pre>$ ${HBASE_HOME}/bin/hbase canary -writeSniffing</pre>
 </div>
 </div>
 <div class="paragraph">
@@ -23010,7 +23010,7 @@ try to put data to these regions to check the write 
availability of each region
 </div>
 <div class="listingblock">
 <div class="content">
-<pre>$ ${HBASE_HOME}/bin/hbase org.apache.hadoop.hbase.tool.Canary 
-writeSniffing -writeTable ns:canary</pre>
+<pre>$ ${HBASE_HOME}/bin/hbase canary -writeSniffing -writeTable 
ns:canary</pre>
 </div>
 </div>
 <div class="paragraph">
@@ -32948,7 +32948,7 @@ The server will return cellblocks compressed using this 
same compressor as long
 <div id="footer">
 <div id="footer-text">
 Version 2.0.0-SNAPSHOT<br>
-Last updated 2015-12-30 15:47:38 UTC
+Last updated 2016-01-14 14:46:28 UTC
 </div>
 </div>
 </body>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9577bd5e/bulk-loads.html
----------------------------------------------------------------------
diff --git a/bulk-loads.html b/bulk-loads.html
index edca791..c749e33 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="20151230" />
+    <meta name="Date-Revision-yyyymmdd" content="20160114" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013;  
       Bulk Loads in Apache HBase (TM)
@@ -301,11 +301,11 @@ under the License. -->
     <footer>
             <div class="container">
                       <div class="row">
-                                      <p >Copyright &copy;                    
2007&#x2013;2015
+                                      <p >Copyright &copy;                    
2007&#x2013;2016
                         <a href="http://www.apache.org/";>The Apache Software 
Foundation</a>.
             All rights reserved.      
                     
-                  <li id="publishDate" class="pull-right">Last Published: 
2015-12-30</li>
+                  <li id="publishDate" class="pull-right">Last Published: 
2016-01-14</li>
             </p>
                 </div>
 

Reply via email to