http://git-wip-us.apache.org/repos/asf/hbase-site/blob/809180c4/book.html ---------------------------------------------------------------------- diff --git a/book.html b/book.html index 34135c7..1bc2f91 100644 --- a/book.html +++ b/book.html @@ -3578,7 +3578,7 @@ Some configurations would only appear in source code; the only way to identify t <dd> <div class="paragraph"> <div class="title">Description</div> -<p>Where to store the contents of the bucketcache. One of: heap, offheap, or file. If a file, set it to file:PATH_TO_FILE. See <a href="http://hbase.apache.org/book.html#offheap.blockcache" class="bare">http://hbase.apache.org/book.html#offheap.blockcache</a> for more information.</p> +<p>Where to store the contents of the bucketcache. One of: offheap, file, files or mmap. If a file or files, set it to file(s):PATH_TO_FILE. mmap means the content will be in an mmaped file. Use mmap:PATH_TO_FILE. See <a href="http://hbase.apache.org/book.html#offheap.blockcache" class="bare">http://hbase.apache.org/book.html#offheap.blockcache</a> for more information.</p> </div> <div class="paragraph"> <div class="title">Default</div> @@ -35445,7 +35445,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 2017-11-10 14:40:34 UTC +Last updated 2017-11-11 14:33:15 UTC </div> </div> </body>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/809180c4/bulk-loads.html ---------------------------------------------------------------------- diff --git a/bulk-loads.html b/bulk-loads.html index 7416336..2c6c98d 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="20171110" /> + <meta name="Date-Revision-yyyymmdd" content="20171111" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Bulk Loads in Apache HBase (TM) @@ -311,7 +311,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: 2017-11-10</li> + <li id="publishDate" class="pull-right">Last Published: 2017-11-11</li> </p> </div>
