You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by mi...@apache.org on 2016/02/12 22:26:14 UTC

[49/51] [partial] hbase-site git commit: Published site at 85e1d9a109341c5f4aabb0e82c96ab52e99a6d72.

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/526c7822/apache_hbase_reference_guide.pdfmarks
----------------------------------------------------------------------
diff --git a/apache_hbase_reference_guide.pdfmarks b/apache_hbase_reference_guide.pdfmarks
index 99d5ad8..8c66735 100644
--- a/apache_hbase_reference_guide.pdfmarks
+++ b/apache_hbase_reference_guide.pdfmarks
@@ -2,8 +2,8 @@
   /Author (Apache HBase Team)
   /Subject ()
   /Keywords ()
-  /ModDate (D:20160211153818)
-  /CreationDate (D:20160211153818)
+  /ModDate (D:20160212145830)
+  /CreationDate (D:20160212145830)
   /Creator (Asciidoctor PDF 1.5.0.alpha.6, based on Prawn 1.2.1)
   /Producer ()
   /DOCINFO pdfmark

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/526c7822/apidocs/src-html/org/apache/hadoop/hbase/CellUtil.html
----------------------------------------------------------------------
diff --git a/apidocs/src-html/org/apache/hadoop/hbase/CellUtil.html b/apidocs/src-html/org/apache/hadoop/hbase/CellUtil.html
index 37288b5..a168ce2 100644
--- a/apidocs/src-html/org/apache/hadoop/hbase/CellUtil.html
+++ b/apidocs/src-html/org/apache/hadoop/hbase/CellUtil.html
@@ -468,7 +468,7 @@
 <span class="sourceLineNo">460</span><a name="line.460"></a>
 <span class="sourceLineNo">461</span>  public static boolean matchingRow(final Cell left, final byte[] buf) {<a name="line.461"></a>
 <span class="sourceLineNo">462</span>    if (buf == null) {<a name="line.462"></a>
-<span class="sourceLineNo">463</span>      return left.getQualifierLength() == 0;<a name="line.463"></a>
+<span class="sourceLineNo">463</span>      return left.getRowLength() == 0;<a name="line.463"></a>
 <span class="sourceLineNo">464</span>    }<a name="line.464"></a>
 <span class="sourceLineNo">465</span>    return matchingRow(left, buf, 0, buf.length);<a name="line.465"></a>
 <span class="sourceLineNo">466</span>  }<a name="line.466"></a>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/526c7822/book.html
----------------------------------------------------------------------
diff --git a/book.html b/book.html
index bd9a097..4f03813 100644
--- a/book.html
+++ b/book.html
@@ -19777,6 +19777,13 @@ Don&#8217;t starve HBase.</p>
 Set <code>swappiness</code> to 0.</p>
 </div>
 </div>
+<div class="sect2">
+<h3 id="perf.os.cpu"><a class="anchor" href="#perf.os.cpu"></a>91.4. CPU</h3>
+<div class="paragraph">
+<p>Make sure you have set up your Hadoop to use native, hardware checksumming.
+See link:[hadoop.native.lib].</p>
+</div>
+</div>
 </div>
 </div>
 <div class="sect1">
@@ -19910,6 +19917,10 @@ If you do not have HBASE-8163 installed, and you are trying to improve your youn
 You&#8217;d do this because these MSLAB allocations are going to likely make it to the old gen anyways and rather than pay the price of a copies between s0 and s1 in eden space followed by the copy up from young to old gen after the MSLABs have achieved sufficient tenure, save a bit of YGC churn and allocate in the old gen directly.</p>
 </div>
 <div class="paragraph">
+<p>Other sources of long GCs can be the JVM itself logging.
+See <a href="https://engineering.linkedin.com/blog/2016/02/eliminating-large-jvm-gc-pauses-caused-by-background-io-traffic">Eliminating Large JVM GC Pauses Caused by Background IO Traffic</a></p>
+</div>
+<div class="paragraph">
 <p>For more information about GC logs, see <a href="#trouble.log.gc">JVM Garbage Collection Logs</a>.</p>
 </div>
 <div class="paragraph">
@@ -33124,7 +33135,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-02-11 15:09:33 UTC
+Last updated 2016-02-12 14:33:13 UTC
 </div>
 </div>
 </body>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/526c7822/bulk-loads.html
----------------------------------------------------------------------
diff --git a/bulk-loads.html b/bulk-loads.html
index 11bdfcc..5d1e12a 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="20160211" />
+    <meta name="Date-Revision-yyyymmdd" content="20160212" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013;  
       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-02-11</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2016-02-12</li>
             </p>
                 </div>