hbase git commit: Add Yi Liang to pom.xml

2017-12-22 Thread yiliang
Repository: hbase Updated Branches: refs/heads/master 600772552 -> 4a9c298a5 Add Yi Liang to pom.xml Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4a9c298a Tree:

[1/2] hbase git commit: HBASE-19590 Remove the duplicate code in deprecated ReplicationAdmin

2017-12-22 Thread zghao
Repository: hbase Updated Branches: refs/heads/master 8ec0aa0d7 -> 7501e6442 HBASE-19590 Remove the duplicate code in deprecated ReplicationAdmin Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/001bce54 Tree:

[2/2] hbase git commit: HBASE-19591 Cleanup the usage of ReplicationAdmin from hbase-shell

2017-12-22 Thread zghao
HBASE-19591 Cleanup the usage of ReplicationAdmin from hbase-shell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7501e644 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7501e644 Diff:

[2/4] hbase git commit: HBASE-19496 Reusing the ByteBuffer in rpc layer corrupt the ServerLoad and RegionLoad

2017-12-22 Thread chia7712
http://git-wip-us.apache.org/repos/asf/hbase/blob/d4af099e/hbase-server/src/main/java/org/apache/hadoop/hbase/master/ClusterStatusPublisher.java -- diff --git

[3/4] hbase git commit: HBASE-19496 Reusing the ByteBuffer in rpc layer corrupt the ServerLoad and RegionLoad

2017-12-22 Thread chia7712
http://git-wip-us.apache.org/repos/asf/hbase/blob/d4af099e/hbase-client/src/main/java/org/apache/hadoop/hbase/ServerLoad.java -- diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/ServerLoad.java

hbase git commit: HBASE-19593 Possible NPE if wal is closed during waledit append.(Rajeshabbu)

2017-12-22 Thread rajeshbabu
Repository: hbase Updated Branches: refs/heads/master 448ba3a78 -> c0598dcb1 HBASE-19593 Possible NPE if wal is closed during waledit append.(Rajeshabbu) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c0598dcb Tree:

hbase git commit: HBASE-19593 Possible NPE if wal is closed during waledit append.(Rajeshabbu)

2017-12-22 Thread rajeshbabu
Repository: hbase Updated Branches: refs/heads/branch-2 d4af099e9 -> 79d4f6c11 HBASE-19593 Possible NPE if wal is closed during waledit append.(Rajeshabbu) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/79d4f6c1 Tree:

[1/2] hbase git commit: HBASE-19590 Remove the duplicate code in deprecated ReplicationAdmin

2017-12-22 Thread zghao
Repository: hbase Updated Branches: refs/heads/branch-2 11ea19a10 -> 7ff1feeb8 HBASE-19590 Remove the duplicate code in deprecated ReplicationAdmin Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3a210d51 Tree:

[2/2] hbase git commit: HBASE-19591 Cleanup the usage of ReplicationAdmin from hbase-shell

2017-12-22 Thread zghao
HBASE-19591 Cleanup the usage of ReplicationAdmin from hbase-shell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7ff1feeb Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7ff1feeb Diff:

[2/4] hbase git commit: HBASE-19496 Reusing the ByteBuffer in rpc layer corrupt the ServerLoad and RegionLoad

2017-12-22 Thread chia7712
http://git-wip-us.apache.org/repos/asf/hbase/blob/448ba3a7/hbase-server/src/main/java/org/apache/hadoop/hbase/master/ClusterStatusPublisher.java -- diff --git

[4/4] hbase git commit: HBASE-19496 Reusing the ByteBuffer in rpc layer corrupt the ServerLoad and RegionLoad

2017-12-22 Thread chia7712
HBASE-19496 Reusing the ByteBuffer in rpc layer corrupt the ServerLoad and RegionLoad Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/448ba3a7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/448ba3a7 Diff:

[4/4] hbase git commit: HBASE-19496 Reusing the ByteBuffer in rpc layer corrupt the ServerLoad and RegionLoad

2017-12-22 Thread chia7712
HBASE-19496 Reusing the ByteBuffer in rpc layer corrupt the ServerLoad and RegionLoad Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d4af099e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d4af099e Diff:

[3/4] hbase git commit: HBASE-19496 Reusing the ByteBuffer in rpc layer corrupt the ServerLoad and RegionLoad

2017-12-22 Thread chia7712
http://git-wip-us.apache.org/repos/asf/hbase/blob/448ba3a7/hbase-client/src/main/java/org/apache/hadoop/hbase/ServerLoad.java -- diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/ServerLoad.java

[1/4] hbase git commit: HBASE-19496 Reusing the ByteBuffer in rpc layer corrupt the ServerLoad and RegionLoad

2017-12-22 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-2 7ff1feeb8 -> d4af099e9 http://git-wip-us.apache.org/repos/asf/hbase/blob/d4af099e/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestClientClusterStatus.java

[1/4] hbase git commit: HBASE-19496 Reusing the ByteBuffer in rpc layer corrupt the ServerLoad and RegionLoad

2017-12-22 Thread chia7712
Repository: hbase Updated Branches: refs/heads/master 7501e6442 -> 448ba3a78 http://git-wip-us.apache.org/repos/asf/hbase/blob/448ba3a7/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestClientClusterStatus.java --

[02/26] hbase git commit: HBASE-19571 Renames OUTPUTDIR to OUTPUT_DIR and OUTPUT_RELATIVE to OUTPUT_DIR_RELATIVE.

2017-12-22 Thread zhangduo
HBASE-19571 Renames OUTPUTDIR to OUTPUT_DIR and OUTPUT_RELATIVE to OUTPUT_DIR_RELATIVE. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6cefabee Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6cefabee Diff:

[05/26] hbase git commit: HBASE-19148 Reevaluate default values of configurations; minor ADDENDUM

2017-12-22 Thread zhangduo
HBASE-19148 Reevaluate default values of configurations; minor ADDENDUM Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/bcaf2fd2 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bcaf2fd2 Diff:

[22/26] hbase git commit: HBASE-19520 Add UTs for the new lock type PEER

2017-12-22 Thread zhangduo
HBASE-19520 Add UTs for the new lock type PEER Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/bdc06c2e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bdc06c2e Diff:

[15/26] hbase git commit: HBASE-19496 Reusing the ByteBuffer in rpc layer corrupt the ServerLoad and RegionLoad

2017-12-22 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/448ba3a7/hbase-client/src/main/java/org/apache/hadoop/hbase/ServerLoad.java -- diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/ServerLoad.java

[06/26] hbase git commit: HBASE-19570 Add hadoop3 tests to Nightly master/branch-2 runs.

2017-12-22 Thread zhangduo
HBASE-19570 Add hadoop3 tests to Nightly master/branch-2 runs. Jenkins fails the whole build immediately if any stage fails. Hadoop2 tests run before Hadoop3 tests. So Hadoop3 tests will run only if hadoop2 tests pass. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[24/26] hbase git commit: HBASE-19525 RS side changes for moving peer modification from zk watcher to procedure

2017-12-22 Thread zhangduo
HBASE-19525 RS side changes for moving peer modification from zk watcher to procedure Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/72e30d87 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/72e30d87 Diff:

[01/26] hbase git commit: HBASE-19578 MasterProcWALs cleaning is incorrect [Forced Update!]

2017-12-22 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/HBASE-19397 61b974789 -> 557f5d4d8 (forced update) HBASE-19578 MasterProcWALs cleaning is incorrect Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[21/26] hbase git commit: HBASE-19564 Procedure id is missing in the response of peer related operations

2017-12-22 Thread zhangduo
HBASE-19564 Procedure id is missing in the response of peer related operations Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/377d776b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/377d776b Diff:

[10/26] hbase git commit: HBASE-19589 New regions should always be added with state CLOSED (followup of HBASE-19530)

2017-12-22 Thread zhangduo
HBASE-19589 New regions should always be added with state CLOSED (followup of HBASE-19530) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8ec0aa0d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8ec0aa0d Diff:

[04/26] hbase git commit: HBASE-19148 Reevaluate default values of configurations

2017-12-22 Thread zhangduo
HBASE-19148 Reevaluate default values of configurations Removed unused: hbase.fs.tmp.dir Added hbase.master.loadbalance.bytable Edit of description text. Moved stuff around to put configs beside each other. M hbase-server/src/main/java/org/apache/hadoop/hbase/util/ServerCommandLine.java

[25/26] hbase git commit: HBASE-19543 Abstract a replication storage interface to extract the zk specific code

2017-12-22 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/557f5d4d/hbase-server/src/main/java/org/apache/hadoop/hbase/master/replication/ReplicationManager.java -- diff --git

[26/26] hbase git commit: HBASE-19543 Abstract a replication storage interface to extract the zk specific code

2017-12-22 Thread zhangduo
HBASE-19543 Abstract a replication storage interface to extract the zk specific code Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/557f5d4d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/557f5d4d Diff:

[13/26] hbase git commit: HBASE-19496 Reusing the ByteBuffer in rpc layer corrupt the ServerLoad and RegionLoad

2017-12-22 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/448ba3a7/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestClientClusterStatus.java -- diff --git

[08/26] hbase git commit: HBASE--17248 fix javadoc in SimpleRegionNormalizer

2017-12-22 Thread zhangduo
HBASE--17248 fix javadoc in SimpleRegionNormalizer Signed-off-by: Michael Stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/37bf54a5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/37bf54a5

[18/26] hbase git commit: HBASE-19216 Implement a general framework to execute remote procedure on RS

2017-12-22 Thread zhangduo
HBASE-19216 Implement a general framework to execute remote procedure on RS Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ad6b8c69 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ad6b8c69 Diff:

[07/26] hbase git commit: HBASE-10092 Addendum. Move to slf4j. Few changes in bin/ scripts.

2017-12-22 Thread zhangduo
HBASE-10092 Addendum. Move to slf4j. Few changes in bin/ scripts. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5f02bf5b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/5f02bf5b Diff:

[03/26] hbase git commit: HBASE-19575 add copy constructor to Mutation

2017-12-22 Thread zhangduo
HBASE-19575 add copy constructor to Mutation Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/59baf12c Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/59baf12c Diff:

[16/26] hbase git commit: HBASE-19496 Reusing the ByteBuffer in rpc layer corrupt the ServerLoad and RegionLoad

2017-12-22 Thread zhangduo
HBASE-19496 Reusing the ByteBuffer in rpc layer corrupt the ServerLoad and RegionLoad Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/448ba3a7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/448ba3a7 Diff:

[20/26] hbase git commit: HBASE-19536 Client side changes for moving peer modification from zk watcher to procedure

2017-12-22 Thread zhangduo
HBASE-19536 Client side changes for moving peer modification from zk watcher to procedure Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f2077c96 Tree:

[11/26] hbase git commit: HBASE-19590 Remove the duplicate code in deprecated ReplicationAdmin

2017-12-22 Thread zhangduo
HBASE-19590 Remove the duplicate code in deprecated ReplicationAdmin Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/001bce54 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/001bce54 Diff:

[14/26] hbase git commit: HBASE-19496 Reusing the ByteBuffer in rpc layer corrupt the ServerLoad and RegionLoad

2017-12-22 Thread zhangduo
http://git-wip-us.apache.org/repos/asf/hbase/blob/448ba3a7/hbase-server/src/main/java/org/apache/hadoop/hbase/master/ClusterStatusPublisher.java -- diff --git

[09/26] hbase git commit: HBASE-15124 Document the new 'normalization' feature in refguid

2017-12-22 Thread zhangduo
HBASE-15124 Document the new 'normalization' feature in refguid Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/070c2ee7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/070c2ee7 Diff:

[19/26] hbase git commit: HBASE-19524 Master side changes for moving peer modification from zk watcher to procedure

2017-12-22 Thread zhangduo
HBASE-19524 Master side changes for moving peer modification from zk watcher to procedure Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/577c19aa Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/577c19aa Diff:

[17/26] hbase git commit: HBASE-19593 Possible NPE if wal is closed during waledit append.(Rajeshabbu)

2017-12-22 Thread zhangduo
HBASE-19593 Possible NPE if wal is closed during waledit append.(Rajeshabbu) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c0598dcb Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c0598dcb Diff:

[23/26] hbase git commit: HBASE-19580 Use slf4j instead of commons-logging in new, just-added Peer Procedure classes

2017-12-22 Thread zhangduo
HBASE-19580 Use slf4j instead of commons-logging in new, just-added Peer Procedure classes Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/24c0ccc5 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/24c0ccc5 Diff:

[12/26] hbase git commit: HBASE-19591 Cleanup the usage of ReplicationAdmin from hbase-shell

2017-12-22 Thread zhangduo
HBASE-19591 Cleanup the usage of ReplicationAdmin from hbase-shell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7501e644 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7501e644 Diff:

[35/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/org/apache/hadoop/hbase/client/Mutation.html -- diff --git a/apidocs/org/apache/hadoop/hbase/client/Mutation.html

[23/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/src-html/org/apache/hadoop/hbase/client/Increment.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Increment.html

[31/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/src-html/org/apache/hadoop/hbase/ClusterStatus.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/ClusterStatus.html

[39/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/org/apache/hadoop/hbase/client/Admin.html -- diff --git a/apidocs/org/apache/hadoop/hbase/client/Admin.html

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

2017-12-22 Thread git-site-role
Published site at . Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/c4b2cc17 Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/c4b2cc17 Diff:

[16/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/bulk-loads.html -- diff --git a/bulk-loads.html b/bulk-loads.html index 044bffd..22930ed 100644 --- a/bulk-loads.html +++ b/bulk-loads.html @@ -7,7 +7,7 @@

[11/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/devapidocs/org/apache/hadoop/hbase/ClusterId.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/ClusterId.html

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

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/src-html/org/apache/hadoop/hbase/client/Delete.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Delete.html

[29/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/src-html/org/apache/hadoop/hbase/ServerLoad.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/ServerLoad.html

[04/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/devapidocs/org/apache/hadoop/hbase/RegionLoad.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/RegionLoad.html

[09/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/devapidocs/org/apache/hadoop/hbase/ClusterMetricsBuilder.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/ClusterMetricsBuilder.html

[44/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/org/apache/hadoop/hbase/RegionLoad.html -- diff --git a/apidocs/org/apache/hadoop/hbase/RegionLoad.html b/apidocs/org/apache/hadoop/hbase/RegionLoad.html

[45/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/org/apache/hadoop/hbase/ClusterStatus.html -- diff --git a/apidocs/org/apache/hadoop/hbase/ClusterStatus.html

[32/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/src-html/org/apache/hadoop/hbase/ClusterMetrics.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/ClusterMetrics.html

[19/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/src-html/org/apache/hadoop/hbase/replication/ReplicationLoadSource.html -- diff --git

[43/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/org/apache/hadoop/hbase/RegionMetrics.html -- diff --git a/apidocs/org/apache/hadoop/hbase/RegionMetrics.html

[30/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/src-html/org/apache/hadoop/hbase/RegionLoad.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/RegionLoad.html

[41/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/org/apache/hadoop/hbase/ServerMetrics.html -- diff --git a/apidocs/org/apache/hadoop/hbase/ServerMetrics.html

[47/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/index-all.html -- diff --git a/apidocs/index-all.html b/apidocs/index-all.html index 94d2d12..22bddcf 100644 --- a/apidocs/index-all.html +++

[37/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html -- diff --git a/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html

[17/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/book.html -- diff --git a/book.html b/book.html index e96c1ac..5df6ac7 100644 --- a/book.html +++ b/book.html @@ -258,46 +258,47 @@ 155. Capacity Planning and Region

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

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/src-html/org/apache/hadoop/hbase/client/Append.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Append.html

[28/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/src-html/org/apache/hadoop/hbase/ServerMetrics.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/ServerMetrics.html

[01/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
Repository: hbase-site Updated Branches: refs/heads/asf-site 4f18f8a6e -> c4b2cc17a http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/devapidocs/org/apache/hadoop/hbase/ServerLoad.html -- diff --git

[02/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/devapidocs/org/apache/hadoop/hbase/RegionMetricsBuilder.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/RegionMetricsBuilder.html

[48/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/deprecated-list.html -- diff --git a/apidocs/deprecated-list.html b/apidocs/deprecated-list.html index c11f712..5235dee 100644 ---

[33/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/org/apache/hadoop/hbase/replication/ReplicationLoadSink.html -- diff --git a/apidocs/org/apache/hadoop/hbase/replication/ReplicationLoadSink.html

[12/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/devapidocs/index-all.html -- diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html index ce3d805..d6491d4 100644 --- a/devapidocs/index-all.html +++

[15/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/checkstyle-aggregate.html -- diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html index d5a2465..d5a2af9 100644 --- a/checkstyle-aggregate.html +++

[21/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/src-html/org/apache/hadoop/hbase/client/OperationWithAttributes.html -- diff --git

[40/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/org/apache/hadoop/hbase/class-use/ServerMetrics.html -- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/ServerMetrics.html

[46/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/org/apache/hadoop/hbase/ClockOutOfSyncException.html -- diff --git a/apidocs/org/apache/hadoop/hbase/ClockOutOfSyncException.html

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

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/allclasses-frame.html -- diff --git a/apidocs/allclasses-frame.html b/apidocs/allclasses-frame.html index 4be44d7..6c3a5ff 100644 ---

[07/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/devapidocs/org/apache/hadoop/hbase/ClusterStatus.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/ClusterStatus.html

[18/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/src-html/org/apache/hadoop/hbase/util/RegionMover.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/util/RegionMover.html

[05/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.html

[27/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/src-html/org/apache/hadoop/hbase/client/Admin.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Admin.html

[10/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/devapidocs/org/apache/hadoop/hbase/ClusterMetricsBuilder.ClusterMetricsImpl.html -- diff --git

[08/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/devapidocs/org/apache/hadoop/hbase/ClusterStatus.Option.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/ClusterStatus.Option.html

[06/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/devapidocs/org/apache/hadoop/hbase/CompareOperator.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/CompareOperator.html

[03/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/devapidocs/org/apache/hadoop/hbase/RegionMetrics.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/RegionMetrics.html

[34/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/org/apache/hadoop/hbase/client/class-use/Append.html -- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Append.html

[36/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/org/apache/hadoop/hbase/client/Delete.html -- diff --git a/apidocs/org/apache/hadoop/hbase/client/Delete.html

[25/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html

[20/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/src-html/org/apache/hadoop/hbase/client/replication/ReplicationAdmin.html -- diff --git

hbase-site git commit: INFRA-10751 Empty commit

2017-12-22 Thread git-site-role
Repository: hbase-site Updated Branches: refs/heads/asf-site c4b2cc17a -> d1bc8d7fa INFRA-10751 Empty commit Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/d1bc8d7f Tree:

hbase git commit: HBASE-19148 Reevaluate default values of configurations; minor ADDENDUM2 Fix a description.

2017-12-22 Thread stack
Repository: hbase Updated Branches: refs/heads/master c0598dcb1 -> 8ed3d4b9c HBASE-19148 Reevaluate default values of configurations; minor ADDENDUM2 Fix a description. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-19148 Reevaluate default values of configurations; minor ADDENDUM2 Fix a description.

2017-12-22 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 79d4f6c11 -> 95663f6b1 HBASE-19148 Reevaluate default values of configurations; minor ADDENDUM2 Fix a description. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[14/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/checkstyle.rss -- diff --git a/checkstyle.rss b/checkstyle.rss index e8c7328..2297e10 100644 --- a/checkstyle.rss +++ b/checkstyle.rss @@ -25,8 +25,8 @@ under the

[50/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apache_hbase_reference_guide.pdf -- diff --git a/apache_hbase_reference_guide.pdf b/apache_hbase_reference_guide.pdf index c8382bd..f70a63d 100644 ---

[38/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/org/apache/hadoop/hbase/client/Append.html -- diff --git a/apidocs/org/apache/hadoop/hbase/client/Append.html

[22/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html

[42/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/apidocs/org/apache/hadoop/hbase/ServerLoad.html -- diff --git a/apidocs/org/apache/hadoop/hbase/ServerLoad.html b/apidocs/org/apache/hadoop/hbase/ServerLoad.html

[13/51] [partial] hbase-site git commit: Published site at .

2017-12-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/c4b2cc17/devapidocs/deprecated-list.html -- diff --git a/devapidocs/deprecated-list.html b/devapidocs/deprecated-list.html index b7892a6..4ecd3a9 100644 ---

hbase git commit: HBASE-19597 Fixed Checkstyle errors in hbase-spark and enabled Checkstyle to fail on violations

2017-12-22 Thread janh
Repository: hbase Updated Branches: refs/heads/master c0c802f62 -> 600772552 HBASE-19597 Fixed Checkstyle errors in hbase-spark and enabled Checkstyle to fail on violations Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: Update version on branch to 1.4.1-SNAPSHOT

2017-12-22 Thread apurtell
Repository: hbase Updated Branches: refs/heads/branch-1.4 1f3e1bb0d -> dbe3907ec Update version on branch to 1.4.1-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/dbe3907e Tree:

hbase git commit: HBASE-19514 TestJMXListener now uses random port

2017-12-22 Thread janh
Repository: hbase Updated Branches: refs/heads/master 8ed3d4b9c -> c0c802f62 HBASE-19514 TestJMXListener now uses random port Signed-off-by: Jan Hentschel Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-19514 TestJMXListener now uses random port

2017-12-22 Thread janh
Repository: hbase Updated Branches: refs/heads/branch-1 f547f6e7d -> 64d2ebf9f HBASE-19514 TestJMXListener now uses random port Signed-off-by: Jan Hentschel Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-19514 TestJMXListener now uses random port

2017-12-22 Thread janh
Repository: hbase Updated Branches: refs/heads/branch-1.3 1779417bc -> 7a054d3e6 HBASE-19514 TestJMXListener now uses random port Signed-off-by: Jan Hentschel Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

  1   2   >