You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by gi...@apache.org on 2017/09/11 15:29:46 UTC

[24/26] hbase-site git commit: Published site at .

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/539471a7/apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/apidocs/constant-values.html b/apidocs/constant-values.html
index 6d727a9..94fa4e0 100644
--- a/apidocs/constant-values.html
+++ b/apidocs/constant-values.html
@@ -812,7 +812,7 @@
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
 <td><code><a href="org/apache/hadoop/hbase/HConstants.html#DEFAULT_HBASE_CLIENT_RETRIES_NUMBER">DEFAULT_HBASE_CLIENT_RETRIES_NUMBER</a></code></td>
-<td class="colLast"><code>31</code></td>
+<td class="colLast"><code>35</code></td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><a name="org.apache.hadoop.hbase.HConstants.DEFAULT_HBASE_CLIENT_SCANNER_CACHING">
@@ -1043,7 +1043,7 @@
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;boolean</code></td>
 <td><code><a href="org/apache/hadoop/hbase/HConstants.html#DEFAULT_SNAPSHOT_RESTORE_TAKE_FAILSAFE_SNAPSHOT">DEFAULT_SNAPSHOT_RESTORE_TAKE_FAILSAFE_SNAPSHOT</a></code></td>
-<td class="colLast"><code>false</code></td>
+<td class="colLast"><code>true</code></td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><a name="org.apache.hadoop.hbase.HConstants.DEFAULT_STATUS_MULTICAST_ADDRESS">
@@ -1099,7 +1099,7 @@
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
 <td><code><a href="org/apache/hadoop/hbase/HConstants.html#DEFAULT_ZK_SESSION_TIMEOUT">DEFAULT_ZK_SESSION_TIMEOUT</a></code></td>
-<td class="colLast"><code>180000</code></td>
+<td class="colLast"><code>90000</code></td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><a name="org.apache.hadoop.hbase.HConstants.DEFAULT_ZOOKEEPER_ZNODE_PARENT">

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/539471a7/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html
----------------------------------------------------------------------
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html b/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html
index d016536..1e334ed 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/HConstants.html
@@ -237,7 +237,7 @@
 <span class="sourceLineNo">229</span>  public static final String ZK_SESSION_TIMEOUT = "zookeeper.session.timeout";<a name="line.229"></a>
 <span class="sourceLineNo">230</span><a name="line.230"></a>
 <span class="sourceLineNo">231</span>  /** Default value for ZooKeeper session timeout */<a name="line.231"></a>
-<span class="sourceLineNo">232</span>  public static final int DEFAULT_ZK_SESSION_TIMEOUT = 180 * 1000;<a name="line.232"></a>
+<span class="sourceLineNo">232</span>  public static final int DEFAULT_ZK_SESSION_TIMEOUT = 90 * 1000;<a name="line.232"></a>
 <span class="sourceLineNo">233</span><a name="line.233"></a>
 <span class="sourceLineNo">234</span>  /** Parameter name for port region server listens on. */<a name="line.234"></a>
 <span class="sourceLineNo">235</span>  public static final String REGIONSERVER_PORT = "hbase.regionserver.port";<a name="line.235"></a>
@@ -773,7 +773,7 @@
 <span class="sourceLineNo">765</span>  /**<a name="line.765"></a>
 <span class="sourceLineNo">766</span>   * Default value of {@link #HBASE_CLIENT_RETRIES_NUMBER}.<a name="line.766"></a>
 <span class="sourceLineNo">767</span>   */<a name="line.767"></a>
-<span class="sourceLineNo">768</span>  public static final int DEFAULT_HBASE_CLIENT_RETRIES_NUMBER = 31;<a name="line.768"></a>
+<span class="sourceLineNo">768</span>  public static final int DEFAULT_HBASE_CLIENT_RETRIES_NUMBER = 35;<a name="line.768"></a>
 <span class="sourceLineNo">769</span><a name="line.769"></a>
 <span class="sourceLineNo">770</span>  /**<a name="line.770"></a>
 <span class="sourceLineNo">771</span>   * Parameter name to set the default scanner caching for all clients.<a name="line.771"></a>
@@ -1317,7 +1317,7 @@
 <span class="sourceLineNo">1309</span><a name="line.1309"></a>
 <span class="sourceLineNo">1310</span>  public static final String SNAPSHOT_RESTORE_TAKE_FAILSAFE_SNAPSHOT =<a name="line.1310"></a>
 <span class="sourceLineNo">1311</span>      "hbase.snapshot.restore.take.failsafe.snapshot";<a name="line.1311"></a>
-<span class="sourceLineNo">1312</span>  public static final boolean DEFAULT_SNAPSHOT_RESTORE_TAKE_FAILSAFE_SNAPSHOT = false;<a name="line.1312"></a>
+<span class="sourceLineNo">1312</span>  public static final boolean DEFAULT_SNAPSHOT_RESTORE_TAKE_FAILSAFE_SNAPSHOT = true;<a name="line.1312"></a>
 <span class="sourceLineNo">1313</span><a name="line.1313"></a>
 <span class="sourceLineNo">1314</span>  public static final String SNAPSHOT_RESTORE_FAILSAFE_NAME =<a name="line.1314"></a>
 <span class="sourceLineNo">1315</span>      "hbase.snapshot.restore.failsafe.name";<a name="line.1315"></a>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/539471a7/book.html
----------------------------------------------------------------------
diff --git a/book.html b/book.html
index 73d340b..89f6958 100644
--- a/book.html
+++ b/book.html
@@ -458,7 +458,7 @@ table, enable or disable the table, and start and stop HBase.</p>
 <div class="paragraph">
 <p>Prior to HBase 0.94.x, HBase expected the loopback IP address to be 127.0.0.1.
 Ubuntu and some other distributions default to 127.0.1.1 and this will cause
-problems for you. See <a href="http://devving.com/?p=414">Why does HBase care about /etc/hosts?</a> for detail</p>
+problems for you. See <a href="https://web-beta.archive.org/web/20140104070155/http://blog.devving.com/why-does-hbase-care-about-etchosts">Why does HBase care about /etc/hosts?</a> for detail</p>
 </div>
 <div class="paragraph">
 <p>The following <em>/etc/hosts</em> file works correctly for HBase 0.94.x and earlier, on Ubuntu. Use this as a template if you run into trouble.</p>
@@ -1686,6 +1686,13 @@ earlier versions of Hadoop. See the table below for requirements specific to dif
 <td class="tableblock halign-left valign-top"><p class="tableblock">X</p></td>
 </tr>
 <tr>
+<td class="tableblock halign-left valign-top"><p class="tableblock">Hadoop-2.8.1</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">X</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">X</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">X</p></td>
+<td class="tableblock halign-left valign-top"><p class="tableblock">X</p></td>
+</tr>
+<tr>
 <td class="tableblock halign-left valign-top"><p class="tableblock">Hadoop-3.0.0-alphax</p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">NT</p></td>
 <td class="tableblock halign-left valign-top"><p class="tableblock">NT</p></td>
@@ -1754,7 +1761,7 @@ data loss. This patch is present in Apache Hadoop releases 2.6.1+.</p>
 <td class="content">
 <div class="title">Hadoop 2.8.x</div>
 <div class="paragraph">
-<p>Hadoop version 2.8.0 is not tested or supported as the Hadoop PMC has explicitly labeled that release as not being stable. (reference the <a href="https://s.apache.org/hadoop-2.8.0-announcement">announcement of Apache Hadoop 2.8.0</a>.)</p>
+<p>Hadoop version 2.8.0 and 2.8.1 are not tested or supported as the Hadoop PMC has explicitly labeled that releases as not being stable. (reference the <a href="https://s.apache.org/hadoop-2.8.0-announcement">announcement of Apache Hadoop 2.8.0</a> and <a href="https://s.apache.org/hadoop-2.8.1-announcement">announcement of Apache Hadoop 2.8.1</a>.)</p>
 </div>
 </td>
 </tr>
@@ -2584,7 +2591,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>A split policy determines when a region should be split. The various other split policies that are available currently are BusyRegionSplitPolicy, ConstantSizeRegionSplitPolicy, DisabledRegionSplitPolicy, DelimitedKeyPrefixRegionSplitPolicy, and KeyPrefixRegionSplitPolicy. DisabledRegionSplitPolicy blocks manual region splitting.</p>
+<p>A split policy determines when a region should be split. The various other split policies that are available currently are BusyRegionSplitPolicy, ConstantSizeRegionSplitPolicy, DisabledRegionSplitPolicy, DelimitedKeyPrefixRegionSplitPolicy, KeyPrefixRegionSplitPolicy, and SteppingSplitPolicy. DisabledRegionSplitPolicy blocks manual region splitting.</p>
 </div>
 <div class="paragraph">
 <div class="title">Default</div>
@@ -2873,7 +2880,7 @@ Some configurations would only appear in source code; the only way to identify t
 </div>
 <div class="paragraph">
 <div class="title">Default</div>
-<p><code>5</code></p>
+<p><code>2</code></p>
 </div>
 </dd>
 </dl>
@@ -3034,7 +3041,7 @@ Some configurations would only appear in source code; the only way to identify t
 </div>
 <div class="paragraph">
 <div class="title">Default</div>
-<p><code>1800000</code></p>
+<p><code>300000</code></p>
 </div>
 </dd>
 </dl>
@@ -35145,7 +35152,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-09-10 14:29:38 UTC
+Last updated 2017-09-11 14:45:07 UTC
 </div>
 </div>
 </body>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/539471a7/bulk-loads.html
----------------------------------------------------------------------
diff --git a/bulk-loads.html b/bulk-loads.html
index 9b08351..196e5a3 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="20170910" />
+    <meta name="Date-Revision-yyyymmdd" content="20170911" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013;  
       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-09-10</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2017-09-11</li>
             </p>
                 </div>