http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dadf279b/book.html ---------------------------------------------------------------------- diff --git a/book.html b/book.html index f69adc9..ed082c7 100644 --- a/book.html +++ b/book.html @@ -16009,12 +16009,12 @@ Also see <a href="#hfilev2">HBase file format with inline blocks (version 2)</a> <div class="sect4"> <h5 id="hfile_tool"><a class="anchor" href="#hfile_tool"></a>HFile Tool</h5> <div class="paragraph"> -<p>To view a textualized version of HFile content, you can use the <code>org.apache.hadoop.hbase.io.hfile.HFile</code> tool. +<p>To view a textualized version of HFile content, you can use the <code>hbase hfile</code> tool. Type the following to see usage:</p> </div> <div class="listingblock"> <div class="content"> -<pre class="CodeRay highlight"><code data-lang="bash">$ ${HBASE_HOME}/bin/hbase org.apache.hadoop.hbase.io.hfile.HFile</code></pre> +<pre class="CodeRay highlight"><code data-lang="bash">$ ${HBASE_HOME}/bin/hbase hfile</code></pre> </div> </div> <div class="paragraph"> @@ -16022,12 +16022,12 @@ Type the following to see usage:</p> </div> <div class="listingblock"> <div class="content"> -<pre class="CodeRay highlight"><code data-lang="bash"> $ ${HBASE_HOME}/bin/hbase org.apache.hadoop.hbase.io.hfile.HFile -v -f hdfs://10.81.47.41:8020/hbase/default/TEST/1418428042/DSMP/4759508618286845475</code></pre> +<pre class="CodeRay highlight"><code data-lang="bash"> $ ${HBASE_HOME}/bin/hbase hfile -v -f hdfs://10.81.47.41:8020/hbase/default/TEST/1418428042/DSMP/4759508618286845475</code></pre> </div> </div> <div class="paragraph"> <p>If you leave off the option -v to see just a summary on the HFile. -See usage for other things to do with the <code>HFile</code> tool.</p> +See usage for other things to do with the <code>hfile</code> tool.</p> </div> </div> <div class="sect4"> @@ -37715,7 +37715,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-04-17 14:29:51 UTC +Last updated 2018-04-18 14:29:52 UTC </div> </div> </body>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/dadf279b/bulk-loads.html ---------------------------------------------------------------------- diff --git a/bulk-loads.html b/bulk-loads.html index e289fe0..3d3f156 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="20180417" /> + <meta name="Date-Revision-yyyymmdd" content="20180418" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – 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-04-17</li> + <li id="publishDate" class="pull-right">Last Published: 2018-04-18</li> </p> </div>
