http://git-wip-us.apache.org/repos/asf/hbase-site/blob/00c22388/book.html ---------------------------------------------------------------------- diff --git a/book.html b/book.html index 3c52a8e..51057fa 100644 --- a/book.html +++ b/book.html @@ -2555,6 +2555,21 @@ Some configurations would only appear in source code; the only way to identify t </dd> </dl> </div> +<div id="hbase.systemtables.compacting.memstore.type" class="dlist"> +<dl> +<dt class="hdlist1"><code>hbase.systemtables.compacting.memstore.type</code></dt> +<dd> +<div class="paragraph"> +<div class="title">Description</div> +<p>Determines the type of memstore to be used for system tables like META, namespace tables etc. By default NONE is the type and hence we use the default memstore for all the system tables. If we need to use compacting memstore for system tables then set this property to BASIC/EAGER</p> +</div> +<div class="paragraph"> +<div class="title">Default</div> +<p><code>NONE</code></p> +</div> +</dd> +</dl> +</div> <div id="hbase.regionserver.optionalcacheflushinterval" class="dlist"> <dl> <dt class="hdlist1"><code>hbase.regionserver.optionalcacheflushinterval</code></dt> @@ -35225,7 +35240,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-10-25 14:29:37 UTC +Last updated 2017-10-27 14:29:36 UTC </div> </div> </body>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/00c22388/bulk-loads.html ---------------------------------------------------------------------- diff --git a/bulk-loads.html b/bulk-loads.html index c57b7a5..f94c657 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="20171025" /> + <meta name="Date-Revision-yyyymmdd" content="20171027" /> <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-10-25</li> + <li id="publishDate" class="pull-right">Last Published: 2017-10-27</li> </p> </div>
