http://git-wip-us.apache.org/repos/asf/hbase-site/blob/83cfd2ad/book.html ---------------------------------------------------------------------- diff --git a/book.html b/book.html index 70f44ab..1631876 100644 --- a/book.html +++ b/book.html @@ -16925,7 +16925,7 @@ creation or mutation, and <code>DELETE</code> for deletion. </div> <div class="listingblock"> <div class="content"> -<pre>http://example.com:8000<table>/schema</pre> +<pre>http://example.com:8000/<table>/schema</pre> </div> </div> <div class="listingblock"> @@ -16943,7 +16943,7 @@ creation or mutation, and <code>DELETE</code> for deletion. </div> <div class="listingblock"> <div class="content"> -<pre>http://example.com:8000<table>/<row>/<column>:<qualifier>/<timestamp>/content:raw</pre> +<pre>http://example.com:8000/<table>/<row>/<column>:<qualifier>/<timestamp>/content:raw</pre> </div> </div> <div class="paragraph"> @@ -16957,7 +16957,7 @@ and end-timestamp. You can also limit the number of versions.</p> </div> <div class="listingblock"> <div class="content"> -<pre>http://example.com:8000<table>/<row>/<column>:<qualifier>?v=<num-versions></pre> +<pre>http://example.com:8000/<table>/<row>/<column>:<qualifier>?v=<num-versions></pre> </div> </div> <div class="paragraph"> @@ -16967,7 +16967,7 @@ character on the <row> value to glob together multiple rows.</p> </div> <div class="listingblock"> <div class="content"> -<pre>http://example.com:8000urls/https|ad.doubleclick.net|*</pre> +<pre>http://example.com:8000/urls/https|ad.doubleclick.net|*</pre> </div> </div> </div> @@ -16982,8 +16982,8 @@ character on the <row> value to glob together multiple rows.</p> </div> <div class="listingblock"> <div class="content"> -<pre>http://example.com:8000put/<table>/<row>/<column>:<qualifier>/<timestamp> -http://example.com:8000test/testrow/test:testcolumn</pre> +<pre>http://example.com:8000/put/<table>/<row>/<column>:<qualifier>/<timestamp> +http://example.com:8000/test/testrow/test:testcolumn</pre> </div> </div> <div class="paragraph"> @@ -17009,7 +17009,7 @@ URI is returned which should be used to address the scanner.</p> </div> <div class="listingblock"> <div class="content"> -<pre>http://example.com:8000<table>/scanner</pre> +<pre>http://example.com:8000/<table>/scanner</pre> </div> </div> <div class="paragraph"> @@ -17020,7 +17020,7 @@ is exhausted, HTTP status `204</code> is returned.</p> </div> <div class="listingblock"> <div class="content"> -<pre>http://example.com:8000<table>/scanner/<scanner-id></pre> +<pre>http://example.com:8000/<table>/scanner/<scanner-id></pre> </div> </div> <div class="paragraph"> @@ -17030,7 +17030,7 @@ is exhausted, HTTP status `204</code> is returned.</p> </div> <div class="listingblock"> <div class="content"> -<pre>http://example.com:8000<table>/scanner/<scanner-id></pre> +<pre>http://example.com:8000/<table>/scanner/<scanner-id></pre> </div> </div> </div> @@ -33398,7 +33398,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 2016-04-18 14:31:26 UTC +Last updated 2016-04-28 14:31:37 UTC </div> </div> </body>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/83cfd2ad/bulk-loads.html ---------------------------------------------------------------------- diff --git a/bulk-loads.html b/bulk-loads.html index 46d8876..1630cf0 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="20160427" /> + <meta name="Date-Revision-yyyymmdd" content="20160428" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Bulk Loads in Apache HBase (TM) @@ -305,7 +305,7 @@ under the License. --> <a href="http://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2016-04-27</li> + <li id="publishDate" class="pull-right">Last Published: 2016-04-28</li> </p> </div>
