Repository: hbase-site Updated Branches: refs/heads/asf-site 734643e38 -> c61eabaf4
Published site at a392c017ed05c541403307e7fc75fbad38acff4a. Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/c61eabaf Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/c61eabaf Diff: http://git-wip-us.apache.org/repos/asf/hbase-site/diff/c61eabaf Branch: refs/heads/asf-site Commit: c61eabaf4709f2b83ae66a9a3f132b45b513f28b Parents: 734643e Author: jenkins <[email protected]> Authored: Thu Jul 26 14:49:24 2018 +0000 Committer: jenkins <[email protected]> Committed: Thu Jul 26 14:49:24 2018 +0000 ---------------------------------------------------------------------- acid-semantics.html | 4 ++-- apache_hbase_reference_guide.pdf | 4 ++-- .../apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html | 2 +- .../apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html | 2 +- apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.html | 2 +- book.html | 2 +- bulk-loads.html | 4 ++-- checkstyle-aggregate.html | 4 ++-- coc.html | 4 ++-- dependencies.html | 4 ++-- dependency-convergence.html | 4 ++-- dependency-info.html | 4 ++-- dependency-management.html | 4 ++-- devapidocs/constant-values.html | 6 +++--- devapidocs/src-html/org/apache/hadoop/hbase/Version.html | 6 +++--- .../org/apache/hadoop/hbase/regionserver/MemStoreSize.html | 6 +++--- .../apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html | 2 +- .../src-html/org/apache/hadoop/hbase/util/Bytes.Comparer.html | 2 +- .../Bytes.LexicographicalComparerHolder.PureJavaComparer.html | 2 +- .../Bytes.LexicographicalComparerHolder.UnsafeComparer.html | 2 +- .../hadoop/hbase/util/Bytes.LexicographicalComparerHolder.html | 2 +- .../apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html | 2 +- devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.html | 2 +- downloads.html | 4 ++-- export_control.html | 4 ++-- index.html | 4 ++-- integration.html | 4 ++-- issue-tracking.html | 4 ++-- license.html | 4 ++-- mail-lists.html | 4 ++-- metrics.html | 4 ++-- old_news.html | 4 ++-- plugin-management.html | 4 ++-- plugins.html | 4 ++-- poweredbyhbase.html | 4 ++-- project-info.html | 4 ++-- project-reports.html | 4 ++-- project-summary.html | 4 ++-- pseudo-distributed.html | 4 ++-- replication.html | 4 ++-- resources.html | 4 ++-- source-repository.html | 4 ++-- sponsors.html | 4 ++-- supportingprojects.html | 4 ++-- team-list.html | 4 ++-- 45 files changed, 82 insertions(+), 82 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/acid-semantics.html ---------------------------------------------------------------------- diff --git a/acid-semantics.html b/acid-semantics.html index 4fcc04b..98ed39e 100644 --- a/acid-semantics.html +++ b/acid-semantics.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Apache HBase (TM) ACID Properties @@ -601,7 +601,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-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/apache_hbase_reference_guide.pdf ---------------------------------------------------------------------- diff --git a/apache_hbase_reference_guide.pdf b/apache_hbase_reference_guide.pdf index ebfe82f..a095172 100644 --- a/apache_hbase_reference_guide.pdf +++ b/apache_hbase_reference_guide.pdf @@ -5,8 +5,8 @@ /Author (Apache HBase Team) /Creator (Asciidoctor PDF 1.5.0.alpha.15, based on Prawn 2.2.2) /Producer (Apache HBase Team) -/ModDate (D:20180725142952+00'00') -/CreationDate (D:20180725144559+00'00') +/ModDate (D:20180726142959+00'00') +/CreationDate (D:20180726144554+00'00') >> endobj 2 0 obj http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html ---------------------------------------------------------------------- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html b/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html index 3dc162e..804ef45 100644 --- a/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html +++ b/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html @@ -2076,7 +2076,7 @@ <span class="sourceLineNo">2068</span> int high = arr.length - 1;<a name="line.2068"></a> <span class="sourceLineNo">2069</span> KeyValue.KeyOnlyKeyValue r = new KeyValue.KeyOnlyKeyValue();<a name="line.2069"></a> <span class="sourceLineNo">2070</span> while (low <= high) {<a name="line.2070"></a> -<span class="sourceLineNo">2071</span> int mid = (low+high) >>> 1;<a name="line.2071"></a> +<span class="sourceLineNo">2071</span> int mid = low + ((high - low) >> 1);<a name="line.2071"></a> <span class="sourceLineNo">2072</span> // we have to compare in this order, because the comparator order<a name="line.2072"></a> <span class="sourceLineNo">2073</span> // has special logic when the 'left side' is a special key.<a name="line.2073"></a> <span class="sourceLineNo">2074</span> r.setKey(arr[mid], 0, arr[mid].length);<a name="line.2074"></a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html ---------------------------------------------------------------------- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html b/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html index 3dc162e..804ef45 100644 --- a/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html +++ b/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html @@ -2076,7 +2076,7 @@ <span class="sourceLineNo">2068</span> int high = arr.length - 1;<a name="line.2068"></a> <span class="sourceLineNo">2069</span> KeyValue.KeyOnlyKeyValue r = new KeyValue.KeyOnlyKeyValue();<a name="line.2069"></a> <span class="sourceLineNo">2070</span> while (low <= high) {<a name="line.2070"></a> -<span class="sourceLineNo">2071</span> int mid = (low+high) >>> 1;<a name="line.2071"></a> +<span class="sourceLineNo">2071</span> int mid = low + ((high - low) >> 1);<a name="line.2071"></a> <span class="sourceLineNo">2072</span> // we have to compare in this order, because the comparator order<a name="line.2072"></a> <span class="sourceLineNo">2073</span> // has special logic when the 'left side' is a special key.<a name="line.2073"></a> <span class="sourceLineNo">2074</span> r.setKey(arr[mid], 0, arr[mid].length);<a name="line.2074"></a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.html ---------------------------------------------------------------------- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.html b/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.html index 3dc162e..804ef45 100644 --- a/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.html +++ b/apidocs/src-html/org/apache/hadoop/hbase/util/Bytes.html @@ -2076,7 +2076,7 @@ <span class="sourceLineNo">2068</span> int high = arr.length - 1;<a name="line.2068"></a> <span class="sourceLineNo">2069</span> KeyValue.KeyOnlyKeyValue r = new KeyValue.KeyOnlyKeyValue();<a name="line.2069"></a> <span class="sourceLineNo">2070</span> while (low <= high) {<a name="line.2070"></a> -<span class="sourceLineNo">2071</span> int mid = (low+high) >>> 1;<a name="line.2071"></a> +<span class="sourceLineNo">2071</span> int mid = low + ((high - low) >> 1);<a name="line.2071"></a> <span class="sourceLineNo">2072</span> // we have to compare in this order, because the comparator order<a name="line.2072"></a> <span class="sourceLineNo">2073</span> // has special logic when the 'left side' is a special key.<a name="line.2073"></a> <span class="sourceLineNo">2074</span> r.setKey(arr[mid], 0, arr[mid].length);<a name="line.2074"></a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/book.html ---------------------------------------------------------------------- diff --git a/book.html b/book.html index 4179658..d111c13 100644 --- a/book.html +++ b/book.html @@ -40950,7 +40950,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-07-25 14:29:52 UTC +Last updated 2018-07-26 14:29:59 UTC </div> </div> </body> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/bulk-loads.html ---------------------------------------------------------------------- diff --git a/bulk-loads.html b/bulk-loads.html index 77c121d..71a10c6 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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Bulk Loads in Apache HBase (TM) @@ -306,7 +306,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-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/checkstyle-aggregate.html ---------------------------------------------------------------------- diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html index 930934d..35105b3 100644 --- a/checkstyle-aggregate.html +++ b/checkstyle-aggregate.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Checkstyle Results</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -120893,7 +120893,7 @@ <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/coc.html ---------------------------------------------------------------------- diff --git a/coc.html b/coc.html index c8ba259..2ec9736 100644 --- a/coc.html +++ b/coc.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Code of Conduct Policy @@ -375,7 +375,7 @@ email to <a class="externalLink" href="mailto:[email protected]">the priv <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/dependencies.html ---------------------------------------------------------------------- diff --git a/dependencies.html b/dependencies.html index d6b6645..ec3bf5e 100644 --- a/dependencies.html +++ b/dependencies.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Project Dependencies</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -440,7 +440,7 @@ <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/dependency-convergence.html ---------------------------------------------------------------------- diff --git a/dependency-convergence.html b/dependency-convergence.html index d6ee7ab..703bff8 100644 --- a/dependency-convergence.html +++ b/dependency-convergence.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Reactor Dependency Convergence</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -905,7 +905,7 @@ <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/dependency-info.html ---------------------------------------------------------------------- diff --git a/dependency-info.html b/dependency-info.html index 7771a00..f75e49e 100644 --- a/dependency-info.html +++ b/dependency-info.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Dependency Information</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -313,7 +313,7 @@ <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/dependency-management.html ---------------------------------------------------------------------- diff --git a/dependency-management.html b/dependency-management.html index d2dc84a..dac58f5 100644 --- a/dependency-management.html +++ b/dependency-management.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Project Dependency Management</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -1005,7 +1005,7 @@ <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/devapidocs/constant-values.html ---------------------------------------------------------------------- diff --git a/devapidocs/constant-values.html b/devapidocs/constant-values.html index a67d75e..37ebee4 100644 --- a/devapidocs/constant-values.html +++ b/devapidocs/constant-values.html @@ -3789,21 +3789,21 @@ <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/hadoop/hbase/Version.html#date">date</a></code></td> -<td class="colLast"><code>"Wed Jul 25 14:39:43 UTC 2018"</code></td> +<td class="colLast"><code>"Thu Jul 26 14:39:43 UTC 2018"</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="org.apache.hadoop.hbase.Version.revision"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/hadoop/hbase/Version.html#revision">revision</a></code></td> -<td class="colLast"><code>"ba5d1c1f28301adc99019d9d6c4a04fac98ae511"</code></td> +<td class="colLast"><code>"a392c017ed05c541403307e7fc75fbad38acff4a"</code></td> </tr> <tr class="altColor"> <td class="colFirst"><a name="org.apache.hadoop.hbase.Version.srcChecksum"> <!-- --> </a><code>public static final <a href="https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td><code><a href="org/apache/hadoop/hbase/Version.html#srcChecksum">srcChecksum</a></code></td> -<td class="colLast"><code>"98f10645c1fe99cd79f9f67ab8acbcc0"</code></td> +<td class="colLast"><code>"9d54db4d371ad5e7218c7c216677d202"</code></td> </tr> <tr class="rowColor"> <td class="colFirst"><a name="org.apache.hadoop.hbase.Version.url"> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/devapidocs/src-html/org/apache/hadoop/hbase/Version.html ---------------------------------------------------------------------- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/Version.html b/devapidocs/src-html/org/apache/hadoop/hbase/Version.html index 1ff92ef..67dc261 100644 --- a/devapidocs/src-html/org/apache/hadoop/hbase/Version.html +++ b/devapidocs/src-html/org/apache/hadoop/hbase/Version.html @@ -16,11 +16,11 @@ <span class="sourceLineNo">008</span>@InterfaceAudience.Private<a name="line.8"></a> <span class="sourceLineNo">009</span>public class Version {<a name="line.9"></a> <span class="sourceLineNo">010</span> public static final String version = "3.0.0-SNAPSHOT";<a name="line.10"></a> -<span class="sourceLineNo">011</span> public static final String revision = "ba5d1c1f28301adc99019d9d6c4a04fac98ae511";<a name="line.11"></a> +<span class="sourceLineNo">011</span> public static final String revision = "a392c017ed05c541403307e7fc75fbad38acff4a";<a name="line.11"></a> <span class="sourceLineNo">012</span> public static final String user = "jenkins";<a name="line.12"></a> -<span class="sourceLineNo">013</span> public static final String date = "Wed Jul 25 14:39:43 UTC 2018";<a name="line.13"></a> +<span class="sourceLineNo">013</span> public static final String date = "Thu Jul 26 14:39:43 UTC 2018";<a name="line.13"></a> <span class="sourceLineNo">014</span> public static final String url = "git://jenkins-websites1.apache.org/home/jenkins/jenkins-slave/workspace/hbase_generate_website/hbase";<a name="line.14"></a> -<span class="sourceLineNo">015</span> public static final String srcChecksum = "98f10645c1fe99cd79f9f67ab8acbcc0";<a name="line.15"></a> +<span class="sourceLineNo">015</span> public static final String srcChecksum = "9d54db4d371ad5e7218c7c216677d202";<a name="line.15"></a> <span class="sourceLineNo">016</span>}<a name="line.16"></a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/devapidocs/src-html/org/apache/hadoop/hbase/regionserver/MemStoreSize.html ---------------------------------------------------------------------- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/regionserver/MemStoreSize.html b/devapidocs/src-html/org/apache/hadoop/hbase/regionserver/MemStoreSize.html index f434f88..ea52a80 100644 --- a/devapidocs/src-html/org/apache/hadoop/hbase/regionserver/MemStoreSize.html +++ b/devapidocs/src-html/org/apache/hadoop/hbase/regionserver/MemStoreSize.html @@ -108,9 +108,9 @@ <span class="sourceLineNo">100</span><a name="line.100"></a> <span class="sourceLineNo">101</span> @Override<a name="line.101"></a> <span class="sourceLineNo">102</span> public int hashCode() {<a name="line.102"></a> -<span class="sourceLineNo">103</span> long h = 31 * this.dataSize;<a name="line.103"></a> -<span class="sourceLineNo">104</span> h = h + 31 * this.heapSize;<a name="line.104"></a> -<span class="sourceLineNo">105</span> h = h + 31 * this.offHeapSize;<a name="line.105"></a> +<span class="sourceLineNo">103</span> long h = this.dataSize;<a name="line.103"></a> +<span class="sourceLineNo">104</span> h = h * 31 + this.heapSize;<a name="line.104"></a> +<span class="sourceLineNo">105</span> h = h * 31 + this.offHeapSize;<a name="line.105"></a> <span class="sourceLineNo">106</span> return (int) h;<a name="line.106"></a> <span class="sourceLineNo">107</span> }<a name="line.107"></a> <span class="sourceLineNo">108</span><a name="line.108"></a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html ---------------------------------------------------------------------- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html b/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html index 3dc162e..804ef45 100644 --- a/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html +++ b/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.ByteArrayComparator.html @@ -2076,7 +2076,7 @@ <span class="sourceLineNo">2068</span> int high = arr.length - 1;<a name="line.2068"></a> <span class="sourceLineNo">2069</span> KeyValue.KeyOnlyKeyValue r = new KeyValue.KeyOnlyKeyValue();<a name="line.2069"></a> <span class="sourceLineNo">2070</span> while (low <= high) {<a name="line.2070"></a> -<span class="sourceLineNo">2071</span> int mid = (low+high) >>> 1;<a name="line.2071"></a> +<span class="sourceLineNo">2071</span> int mid = low + ((high - low) >> 1);<a name="line.2071"></a> <span class="sourceLineNo">2072</span> // we have to compare in this order, because the comparator order<a name="line.2072"></a> <span class="sourceLineNo">2073</span> // has special logic when the 'left side' is a special key.<a name="line.2073"></a> <span class="sourceLineNo">2074</span> r.setKey(arr[mid], 0, arr[mid].length);<a name="line.2074"></a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.Comparer.html ---------------------------------------------------------------------- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.Comparer.html b/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.Comparer.html index 3dc162e..804ef45 100644 --- a/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.Comparer.html +++ b/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.Comparer.html @@ -2076,7 +2076,7 @@ <span class="sourceLineNo">2068</span> int high = arr.length - 1;<a name="line.2068"></a> <span class="sourceLineNo">2069</span> KeyValue.KeyOnlyKeyValue r = new KeyValue.KeyOnlyKeyValue();<a name="line.2069"></a> <span class="sourceLineNo">2070</span> while (low <= high) {<a name="line.2070"></a> -<span class="sourceLineNo">2071</span> int mid = (low+high) >>> 1;<a name="line.2071"></a> +<span class="sourceLineNo">2071</span> int mid = low + ((high - low) >> 1);<a name="line.2071"></a> <span class="sourceLineNo">2072</span> // we have to compare in this order, because the comparator order<a name="line.2072"></a> <span class="sourceLineNo">2073</span> // has special logic when the 'left side' is a special key.<a name="line.2073"></a> <span class="sourceLineNo">2074</span> r.setKey(arr[mid], 0, arr[mid].length);<a name="line.2074"></a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.LexicographicalComparerHolder.PureJavaComparer.html ---------------------------------------------------------------------- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.LexicographicalComparerHolder.PureJavaComparer.html b/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.LexicographicalComparerHolder.PureJavaComparer.html index 3dc162e..804ef45 100644 --- a/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.LexicographicalComparerHolder.PureJavaComparer.html +++ b/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.LexicographicalComparerHolder.PureJavaComparer.html @@ -2076,7 +2076,7 @@ <span class="sourceLineNo">2068</span> int high = arr.length - 1;<a name="line.2068"></a> <span class="sourceLineNo">2069</span> KeyValue.KeyOnlyKeyValue r = new KeyValue.KeyOnlyKeyValue();<a name="line.2069"></a> <span class="sourceLineNo">2070</span> while (low <= high) {<a name="line.2070"></a> -<span class="sourceLineNo">2071</span> int mid = (low+high) >>> 1;<a name="line.2071"></a> +<span class="sourceLineNo">2071</span> int mid = low + ((high - low) >> 1);<a name="line.2071"></a> <span class="sourceLineNo">2072</span> // we have to compare in this order, because the comparator order<a name="line.2072"></a> <span class="sourceLineNo">2073</span> // has special logic when the 'left side' is a special key.<a name="line.2073"></a> <span class="sourceLineNo">2074</span> r.setKey(arr[mid], 0, arr[mid].length);<a name="line.2074"></a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.LexicographicalComparerHolder.UnsafeComparer.html ---------------------------------------------------------------------- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.LexicographicalComparerHolder.UnsafeComparer.html b/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.LexicographicalComparerHolder.UnsafeComparer.html index 3dc162e..804ef45 100644 --- a/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.LexicographicalComparerHolder.UnsafeComparer.html +++ b/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.LexicographicalComparerHolder.UnsafeComparer.html @@ -2076,7 +2076,7 @@ <span class="sourceLineNo">2068</span> int high = arr.length - 1;<a name="line.2068"></a> <span class="sourceLineNo">2069</span> KeyValue.KeyOnlyKeyValue r = new KeyValue.KeyOnlyKeyValue();<a name="line.2069"></a> <span class="sourceLineNo">2070</span> while (low <= high) {<a name="line.2070"></a> -<span class="sourceLineNo">2071</span> int mid = (low+high) >>> 1;<a name="line.2071"></a> +<span class="sourceLineNo">2071</span> int mid = low + ((high - low) >> 1);<a name="line.2071"></a> <span class="sourceLineNo">2072</span> // we have to compare in this order, because the comparator order<a name="line.2072"></a> <span class="sourceLineNo">2073</span> // has special logic when the 'left side' is a special key.<a name="line.2073"></a> <span class="sourceLineNo">2074</span> r.setKey(arr[mid], 0, arr[mid].length);<a name="line.2074"></a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.LexicographicalComparerHolder.html ---------------------------------------------------------------------- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.LexicographicalComparerHolder.html b/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.LexicographicalComparerHolder.html index 3dc162e..804ef45 100644 --- a/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.LexicographicalComparerHolder.html +++ b/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.LexicographicalComparerHolder.html @@ -2076,7 +2076,7 @@ <span class="sourceLineNo">2068</span> int high = arr.length - 1;<a name="line.2068"></a> <span class="sourceLineNo">2069</span> KeyValue.KeyOnlyKeyValue r = new KeyValue.KeyOnlyKeyValue();<a name="line.2069"></a> <span class="sourceLineNo">2070</span> while (low <= high) {<a name="line.2070"></a> -<span class="sourceLineNo">2071</span> int mid = (low+high) >>> 1;<a name="line.2071"></a> +<span class="sourceLineNo">2071</span> int mid = low + ((high - low) >> 1);<a name="line.2071"></a> <span class="sourceLineNo">2072</span> // we have to compare in this order, because the comparator order<a name="line.2072"></a> <span class="sourceLineNo">2073</span> // has special logic when the 'left side' is a special key.<a name="line.2073"></a> <span class="sourceLineNo">2074</span> r.setKey(arr[mid], 0, arr[mid].length);<a name="line.2074"></a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html ---------------------------------------------------------------------- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html b/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html index 3dc162e..804ef45 100644 --- a/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html +++ b/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.RowEndKeyComparator.html @@ -2076,7 +2076,7 @@ <span class="sourceLineNo">2068</span> int high = arr.length - 1;<a name="line.2068"></a> <span class="sourceLineNo">2069</span> KeyValue.KeyOnlyKeyValue r = new KeyValue.KeyOnlyKeyValue();<a name="line.2069"></a> <span class="sourceLineNo">2070</span> while (low <= high) {<a name="line.2070"></a> -<span class="sourceLineNo">2071</span> int mid = (low+high) >>> 1;<a name="line.2071"></a> +<span class="sourceLineNo">2071</span> int mid = low + ((high - low) >> 1);<a name="line.2071"></a> <span class="sourceLineNo">2072</span> // we have to compare in this order, because the comparator order<a name="line.2072"></a> <span class="sourceLineNo">2073</span> // has special logic when the 'left side' is a special key.<a name="line.2073"></a> <span class="sourceLineNo">2074</span> r.setKey(arr[mid], 0, arr[mid].length);<a name="line.2074"></a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.html ---------------------------------------------------------------------- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.html b/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.html index 3dc162e..804ef45 100644 --- a/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.html +++ b/devapidocs/src-html/org/apache/hadoop/hbase/util/Bytes.html @@ -2076,7 +2076,7 @@ <span class="sourceLineNo">2068</span> int high = arr.length - 1;<a name="line.2068"></a> <span class="sourceLineNo">2069</span> KeyValue.KeyOnlyKeyValue r = new KeyValue.KeyOnlyKeyValue();<a name="line.2069"></a> <span class="sourceLineNo">2070</span> while (low <= high) {<a name="line.2070"></a> -<span class="sourceLineNo">2071</span> int mid = (low+high) >>> 1;<a name="line.2071"></a> +<span class="sourceLineNo">2071</span> int mid = low + ((high - low) >> 1);<a name="line.2071"></a> <span class="sourceLineNo">2072</span> // we have to compare in this order, because the comparator order<a name="line.2072"></a> <span class="sourceLineNo">2073</span> // has special logic when the 'left side' is a special key.<a name="line.2073"></a> <span class="sourceLineNo">2074</span> r.setKey(arr[mid], 0, arr[mid].length);<a name="line.2074"></a> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/downloads.html ---------------------------------------------------------------------- diff --git a/downloads.html b/downloads.html index 199a52b..17aee59 100644 --- a/downloads.html +++ b/downloads.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Apache HBase Downloads</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -423,7 +423,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-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/export_control.html ---------------------------------------------------------------------- diff --git a/export_control.html b/export_control.html index e8a2e7c..9b072f4 100644 --- a/export_control.html +++ b/export_control.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Export Control @@ -331,7 +331,7 @@ for more details.</p> <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/index.html ---------------------------------------------------------------------- diff --git a/index.html b/index.html index ac0fe06..942378d 100644 --- a/index.html +++ b/index.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Apache HBase⢠Home</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -411,7 +411,7 @@ Apache HBase is an open-source, distributed, versioned, non-relational database <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/integration.html ---------------------------------------------------------------------- diff --git a/integration.html b/integration.html index a34e879..accd643 100644 --- a/integration.html +++ b/integration.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – CI Management</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -291,7 +291,7 @@ <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/issue-tracking.html ---------------------------------------------------------------------- diff --git a/issue-tracking.html b/issue-tracking.html index e7cfe20..9ec0a71 100644 --- a/issue-tracking.html +++ b/issue-tracking.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Issue Management</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -288,7 +288,7 @@ <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/license.html ---------------------------------------------------------------------- diff --git a/license.html b/license.html index 863c206..cf5a2bf 100644 --- a/license.html +++ b/license.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Project Licenses</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -491,7 +491,7 @@ <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/mail-lists.html ---------------------------------------------------------------------- diff --git a/mail-lists.html b/mail-lists.html index bfea259..b5c11a0 100644 --- a/mail-lists.html +++ b/mail-lists.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Project Mailing Lists</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -341,7 +341,7 @@ <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/metrics.html ---------------------------------------------------------------------- diff --git a/metrics.html b/metrics.html index bb6304c..5bb9cc5 100644 --- a/metrics.html +++ b/metrics.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Apache HBase (TM) Metrics @@ -459,7 +459,7 @@ export HBASE_REGIONSERVER_OPTS="$HBASE_JMX_OPTS -Dcom.sun.management.jmxrem <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/old_news.html ---------------------------------------------------------------------- diff --git a/old_news.html b/old_news.html index ee89bcf..e00984d 100644 --- a/old_news.html +++ b/old_news.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Old Apache HBase (TM) News @@ -440,7 +440,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-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/plugin-management.html ---------------------------------------------------------------------- diff --git a/plugin-management.html b/plugin-management.html index 0444222..4004d15 100644 --- a/plugin-management.html +++ b/plugin-management.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Project Plugin Management</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -440,7 +440,7 @@ <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/plugins.html ---------------------------------------------------------------------- diff --git a/plugins.html b/plugins.html index 33f92f8..3892ffc 100644 --- a/plugins.html +++ b/plugins.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Project Plugins</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -375,7 +375,7 @@ <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/poweredbyhbase.html ---------------------------------------------------------------------- diff --git a/poweredbyhbase.html b/poweredbyhbase.html index f4ca17a..a5f0c49 100644 --- a/poweredbyhbase.html +++ b/poweredbyhbase.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Powered By Apache HBaseÂ</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -769,7 +769,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-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/project-info.html ---------------------------------------------------------------------- diff --git a/project-info.html b/project-info.html index eff41ae..c2a7db5 100644 --- a/project-info.html +++ b/project-info.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Project Information</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -335,7 +335,7 @@ <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/project-reports.html ---------------------------------------------------------------------- diff --git a/project-reports.html b/project-reports.html index d36a360..5e4fc8c 100644 --- a/project-reports.html +++ b/project-reports.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Generated Reports</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -305,7 +305,7 @@ <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/project-summary.html ---------------------------------------------------------------------- diff --git a/project-summary.html b/project-summary.html index d964018..7149d65 100644 --- a/project-summary.html +++ b/project-summary.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Project Summary</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -331,7 +331,7 @@ <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/pseudo-distributed.html ---------------------------------------------------------------------- diff --git a/pseudo-distributed.html b/pseudo-distributed.html index 4ea4d0f..0ec71c7 100644 --- a/pseudo-distributed.html +++ b/pseudo-distributed.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Running Apache HBase (TM) in pseudo-distributed mode @@ -308,7 +308,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-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/replication.html ---------------------------------------------------------------------- diff --git a/replication.html b/replication.html index 88ea89a..6c38eb3 100644 --- a/replication.html +++ b/replication.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Apache HBase (TM) Replication @@ -303,7 +303,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-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/resources.html ---------------------------------------------------------------------- diff --git a/resources.html b/resources.html index 0ebca82..b77c0ff 100644 --- a/resources.html +++ b/resources.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Other Apache HBase (TM) Resources</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -331,7 +331,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-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/source-repository.html ---------------------------------------------------------------------- diff --git a/source-repository.html b/source-repository.html index 1514c12..85529a4 100644 --- a/source-repository.html +++ b/source-repository.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Source Code Management</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -299,7 +299,7 @@ <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/sponsors.html ---------------------------------------------------------------------- diff --git a/sponsors.html b/sponsors.html index 07cacd4..fbe8905 100644 --- a/sponsors.html +++ b/sponsors.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Apache HBase Sponsors</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -333,7 +333,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-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/supportingprojects.html ---------------------------------------------------------------------- diff --git a/supportingprojects.html b/supportingprojects.html index 79900cd..63a9f66 100644 --- a/supportingprojects.html +++ b/supportingprojects.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Supporting Projects</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -520,7 +520,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-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div> http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c61eabaf/team-list.html ---------------------------------------------------------------------- diff --git a/team-list.html b/team-list.html index 9bcc535..2bbf451 100644 --- a/team-list.html +++ b/team-list.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="20180725" /> + <meta name="Date-Revision-yyyymmdd" content="20180726" /> <meta http-equiv="Content-Language" content="en" /> <title>Apache HBase – Project Team</title> <link rel="stylesheet" href="./css/apache-maven-fluido-1.5-HBASE.min.css" /> @@ -742,7 +742,7 @@ <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved. - <li id="publishDate" class="pull-right">Last Published: 2018-07-25</li> + <li id="publishDate" class="pull-right">Last Published: 2018-07-26</li> </p> </div>
