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 2018/12/07 14:53:13 UTC

[26/28] hbase-site git commit: Published site at 8d7061a487357344f10ee260979cc2c47cd833dd.

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2e694a8e/book.html
----------------------------------------------------------------------
diff --git a/book.html b/book.html
index af3569d..29dec1f 100644
--- a/book.html
+++ b/book.html
@@ -29628,13 +29628,45 @@ replication as long as peers exist.</p>
 </li>
 </ol>
 </div>
-<div class="olist arabic">
+<div class="paragraph">
 <div class="title">Serial replication configuration</div>
-<ol class="arabic">
+<p>Set the serial flag to true for a repliation peer. And the default serial flag is false.</p>
+</div>
+<div class="ulist">
+<ul>
 <li>
-<p>Set the serial flag to true for a repliation peer. You can either set it to true when creating a replication peer, or change it to true later.</p>
+<p>Add a new replication peer which serial flag is true</p>
 </li>
-</ol>
+</ul>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="ruby">hbase&gt; add_peer <span class="string"><span class="delimiter">'</span><span class="content">1</span><span class="delimiter">'</span></span>, <span class="constant">CLUSTER_KEY</span> =&gt; <span class="string"><span class="delimiter">&quot;</span><span class="content">server1.cie.com:2181:/hbase</span><span class="delimiter">&quot;</span></span>, <span class="constant">SERIAL</span> =&gt; <span class="predefined-constant">true</span></code></pre>
+</div>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>Set a replication peer&#8217;s serial flag to false</p>
+</li>
+</ul>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="ruby">hbase&gt; set_peer_serial <span class="string"><span class="delimiter">'</span><span class="content">1</span><span class="delimiter">'</span></span>, <span class="predefined-constant">false</span></code></pre>
+</div>
+</div>
+<div class="ulist">
+<ul>
+<li>
+<p>Set a replication peer&#8217;s serial flag to true</p>
+</li>
+</ul>
+</div>
+<div class="listingblock">
+<div class="content">
+<pre class="CodeRay highlight"><code data-lang="ruby">hbase&gt; set_peer_serial <span class="string"><span class="delimiter">'</span><span class="content">1</span><span class="delimiter">'</span></span>, <span class="predefined-constant">true</span></code></pre>
+</div>
 </div>
 <div class="paragraph">
 <p>The serial replication feature had been done firstly in <a href="https://issues.apache.org/jira/browse/HBASE-9465">HBASE-9465</a> and then reverted and redone in <a href="https://issues.apache.org/jira/browse/HBASE-20046">HBASE-20046</a>. You can find more details in these issues.</p>
@@ -41318,7 +41350,7 @@ org/apache/hadoop/hbase/security/access/AccessControlClient.revoke:(Lorg/apache/
 <div id="footer">
 <div id="footer-text">
 Version 3.0.0-SNAPSHOT<br>
-Last updated 2018-12-06 14:33:09 UTC
+Last updated 2018-12-07 14:33:02 UTC
 </div>
 </div>
 </body>

http://git-wip-us.apache.org/repos/asf/hbase-site/blob/2e694a8e/bulk-loads.html
----------------------------------------------------------------------
diff --git a/bulk-loads.html b/bulk-loads.html
index 2f4075f..3b191af 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="20181206" />
+    <meta name="Date-Revision-yyyymmdd" content="20181207" />
     <meta http-equiv="Content-Language" content="en" />
     <title>Apache HBase &#x2013;  
       Bulk Loads in Apache HBase (TM)
@@ -316,7 +316,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: 2018-12-06</li>
+                  <li id="publishDate" class="pull-right">Last Published: 2018-12-07</li>
             </p>
                 </div>