http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/apidocs/src-html/org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.html ---------------------------------------------------------------------- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.html b/apidocs/src-html/org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.html index 77768b8..86cea16 100644 --- a/apidocs/src-html/org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.html +++ b/apidocs/src-html/org/apache/hadoop/hbase/zookeeper/MiniZooKeeperCluster.html @@ -242,7 +242,7 @@ <span class="sourceLineNo">234</span> standaloneServerFactory = new NIOServerCnxnFactory();<a name="line.234"></a> <span class="sourceLineNo">235</span> standaloneServerFactory.configure(<a name="line.235"></a> <span class="sourceLineNo">236</span> new InetSocketAddress(currentClientPort),<a name="line.236"></a> -<span class="sourceLineNo">237</span> configuration.getInt(HConstants.ZOOKEEPER_MAX_CLIENT_CNXNS, 1000));<a name="line.237"></a> +<span class="sourceLineNo">237</span> configuration.getInt(HConstants.ZOOKEEPER_MAX_CLIENT_CNXNS, HConstants.DEFAULT_ZOOKEPER_MAX_CLIENT_CNXNS));<a name="line.237"></a> <span class="sourceLineNo">238</span> } catch (BindException e) {<a name="line.238"></a> <span class="sourceLineNo">239</span> LOG.debug("Failed binding ZK Server to client port: " +<a name="line.239"></a> <span class="sourceLineNo">240</span> currentClientPort, e);<a name="line.240"></a>
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/book.html ---------------------------------------------------------------------- diff --git a/book.html b/book.html index 0e33d48..25ac0ca 100644 --- a/book.html +++ b/book.html @@ -35086,7 +35086,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-08-31 14:29:36 UTC +Last updated 2017-09-01 14:29:53 UTC </div> </div> </body> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/7ebe345d/bulk-loads.html ---------------------------------------------------------------------- diff --git a/bulk-loads.html b/bulk-loads.html index c49eddb..0042555 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="20170831" /> + <meta name="Date-Revision-yyyymmdd" content="20170901" /> <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-08-31</li> + <li id="publishDate" class="pull-right">Last Published: 2017-09-01</li> </p> </div>
