hbase git commit: HBASE-17850 Backup system repair utility (Vladimir Rodionov)

2017-05-22 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master f1a999032 -> 28d619b22 HBASE-17850 Backup system repair utility (Vladimir Rodionov) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/28d619b2 Tree:

[hbase] Git Push Summary

2017-05-22 Thread elserj
Repository: hbase Updated Branches: refs/heads/HBASE-16961 [deleted] fae5f7e66

[21/49] hbase git commit: HBASE-16998 Implement Master-side analysis of region space reports

2017-05-22 Thread elserj
HBASE-16998 Implement Master-side analysis of region space reports Adds a new Chore to the Master that analyzes the reports that are sent by RegionServers. The Master must then, for all tables with quotas, determine the tables that are violating quotas and move those tables into violation.

[47/49] hbase git commit: HBASE-17955 Various reviewboard improvements to space quota work

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/d671a1db/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/RegionServerStatusProtos.java -- diff --git

[27/49] hbase git commit: HBASE-17001 Enforce quota violation policies in the RegionServer

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/34ba143f/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/QuotaProtos.java -- diff --git

[37/49] hbase git commit: HBASE-16999 Implement master and regionserver synchronization of quota state

2017-05-22 Thread elserj
HBASE-16999 Implement master and regionserver synchronization of quota state * Implement the RegionServer reading violation from the quota table * Implement the Master reporting violations to the quota table * RegionServers need to track its enforced policies Project:

[49/49] hbase git commit: HBASE-17955 Various reviewboard improvements to space quota work

2017-05-22 Thread elserj
HBASE-17955 Various reviewboard improvements to space quota work Most notable change is to cache SpaceViolationPolicyEnforcement objects in the write path. When a table has no quota or there is not SpaceQuotaSnapshot for that table (yet), we want to avoid creating lots of

[34/49] hbase git commit: HBASE-17002 JMX metrics and some UI additions for space quotas

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/13af7f8a/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/QuotaProtos.java -- diff --git

[40/49] hbase git commit: HBASE-17981 Consolidate the space quota shell commands

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/ed618da9/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/QuotaProtos.java -- diff --git

[44/49] hbase git commit: HBASE-17977 Enable the MasterSpaceQuotaObserver by default

2017-05-22 Thread elserj
HBASE-17977 Enable the MasterSpaceQuotaObserver by default It should be the normal case that HBase automatically deletes quotas for deleted tables. Switch the Observer to be on by default and add an option to instead prevent it from being added. Project:

[39/49] hbase git commit: HBASE-17981 Consolidate the space quota shell commands

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/ed618da9/hbase-protocol-shaded/src/main/protobuf/Admin.proto -- diff --git a/hbase-protocol-shaded/src/main/protobuf/Admin.proto

[38/49] hbase git commit: HBASE-17259 API to remove space quotas on a table/namespace

2017-05-22 Thread elserj
HBASE-17259 API to remove space quotas on a table/namespace Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6c9082fe Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/6c9082fe Diff:

[31/49] hbase git commit: HBASE-17602 Reduce some quota chore periods/delays

2017-05-22 Thread elserj
HBASE-17602 Reduce some quota chore periods/delays Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/8159eae7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/8159eae7 Diff:

[26/49] hbase git commit: HBASE-17001 Enforce quota violation policies in the RegionServer

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/34ba143f/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/QuotaObserverChore.java -- diff --git

[36/49] hbase git commit: HBASE-16999 Implement master and regionserver synchronization of quota state

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/98b4181f/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestTableSpaceQuotaViolationNotifier.java -- diff --git

[06/49] hbase git commit: HBASE-16995 Build client Java API and client protobuf messages (Josh Elser)

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/4dfafd6e/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/QuotaProtos.java -- diff --git

[45/49] hbase git commit: HBASE-17976 Remove stability annotation from public audience class

2017-05-22 Thread elserj
HBASE-17976 Remove stability annotation from public audience class Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/13b9a1ed Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/13b9a1ed Diff:

[46/49] hbase git commit: HBASE-17955 Various reviewboard improvements to space quota work

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/d671a1db/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/ActivePolicyEnforcement.java -- diff --git

[08/49] hbase git commit: HBASE-16995 Build client Java API and client protobuf messages (Josh Elser)

2017-05-22 Thread elserj
HBASE-16995 Build client Java API and client protobuf messages (Josh Elser) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4dfafd6e Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/4dfafd6e Diff:

[28/49] hbase git commit: HBASE-17001 Enforce quota violation policies in the RegionServer

2017-05-22 Thread elserj
HBASE-17001 Enforce quota violation policies in the RegionServer The nuts-and-bolts of filesystem quotas. The Master must inform RegionServers of the violation of a quota by a table. The RegionServer must apply the violation policy as configured. Need to ensure that the proper interfaces exist to

[10/49] hbase git commit: HBASE-16996 Implement storage/retrieval of filesystem-use quotas into quota table (Josh Elser)

2017-05-22 Thread elserj
HBASE-16996 Implement storage/retrieval of filesystem-use quotas into quota table (Josh Elser) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f74e051b Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f74e051b Diff:

[32/49] hbase git commit: HBASE-17557 HRegionServer#reportRegionSizesForQuotas() should respond to UnsupportedOperationException

2017-05-22 Thread elserj
HBASE-17557 HRegionServer#reportRegionSizesForQuotas() should respond to UnsupportedOperationException Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7fb0ac26 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7fb0ac26

[19/49] hbase git commit: HBASE-17428 Implement informational RPCs for space quotas

2017-05-22 Thread elserj
HBASE-17428 Implement informational RPCs for space quotas Create some RPCs that can expose the in-memory state that the RegionServers and Master hold to drive the space quota "state machine". Then, create some hbase shell commands to interact with those. Project:

[16/49] hbase git commit: HBASE-17428 Implement informational RPCs for space quotas

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/80a1f8fa/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/QuotaProtos.java -- diff --git

[15/49] hbase git commit: HBASE-17428 Implement informational RPCs for space quotas

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/80a1f8fa/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/RegionServerStatusProtos.java -- diff --git

[35/49] hbase git commit: HBASE-17002 JMX metrics and some UI additions for space quotas

2017-05-22 Thread elserj
HBASE-17002 JMX metrics and some UI additions for space quotas Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/13af7f8a Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/13af7f8a Diff:

[05/49] hbase git commit: HBASE-16995 Build client Java API and client protobuf messages (Josh Elser)

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/4dfafd6e/hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/QuotaProtos.java -- diff --git

[29/49] hbase git commit: HBASE-17003 Documentation updates for space quotas

2017-05-22 Thread elserj
HBASE-17003 Documentation updates for space quotas Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f7da41d0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f7da41d0 Diff:

[02/49] hbase git commit: HBASE-17794 Swap "violation" for "snapshot" where appropriate

2017-05-22 Thread elserj
HBASE-17794 Swap "violation" for "snapshot" where appropriate A couple of variables and comments in which violation is incorrectly used to describe what the code is doing. This was a hold over from early implementation -- need to scrub these out for clarity. Project:

[42/49] hbase git commit: HBASE-17981 Consolidate the space quota shell commands

2017-05-22 Thread elserj
HBASE-17981 Consolidate the space quota shell commands Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ed618da9 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ed618da9 Diff:

[41/49] hbase git commit: HBASE-17981 Consolidate the space quota shell commands

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/ed618da9/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/AdminProtos.java -- diff --git

[14/49] hbase git commit: HBASE-17516 Correctly handle case where table and NS quotas both apply

2017-05-22 Thread elserj
HBASE-17516 Correctly handle case where table and NS quotas both apply The logic surrounding when a table and namespace quota both apply to a table was incorrect, leading to a case where a table quota violation which should have fired did not because of the less-strict namespace quota. Project:

[25/49] hbase git commit: HBASE-17001 Enforce quota violation policies in the RegionServer

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/34ba143f/hbase-server/src/main/java/org/apache/hadoop/hbase/quotas/SpaceViolationPolicyEnforcementFactory.java -- diff --git

[13/49] hbase git commit: HBASE-17000 Implement computation of online region sizes and report to the Master

2017-05-22 Thread elserj
HBASE-17000 Implement computation of online region sizes and report to the Master Includes a trivial implementation of the Master-side collection to avoid. Only enough to write a test to verify RS collection. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[22/49] hbase git commit: HBASE-16995 Build client Java API and client protobuf messages - addendum fixes white spaces (Josh Elser)

2017-05-22 Thread elserj
HBASE-16995 Build client Java API and client protobuf messages - addendum fixes white spaces (Josh Elser) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/140413c1 Tree:

[20/49] hbase git commit: HBASE-16998 Implement Master-side analysis of region space reports

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/533470f8/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaObserverChoreWithMiniCluster.java -- diff --git

[18/49] hbase git commit: HBASE-17428 Implement informational RPCs for space quotas

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/80a1f8fa/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/AdminProtos.java -- diff --git

[24/49] hbase git commit: HBASE-17001 Enforce quota violation policies in the RegionServer

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/34ba143f/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/TestQuotaObserverChoreWithMiniCluster.java -- diff --git

[09/49] hbase git commit: HBASE-16995 Build client Java API and client protobuf messages - addendum fixes line lengths (Josh Elser)

2017-05-22 Thread elserj
HBASE-16995 Build client Java API and client protobuf messages - addendum fixes line lengths (Josh Elser) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c5172169 Tree:

[30/49] hbase git commit: HBASE-17568 Better handle stale/missing region size reports

2017-05-22 Thread elserj
HBASE-17568 Better handle stale/missing region size reports * Expire region reports in the master after a timeout. * Move regions in violation out of violation when insufficient region size reports are observed. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[11/49] hbase git commit: HBASE-17000 Implement computation of online region sizes and report to the Master

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/6b334cd8/hbase-protocol-shaded/src/main/protobuf/RegionServerStatus.proto -- diff --git a/hbase-protocol-shaded/src/main/protobuf/RegionServerStatus.proto

[43/49] hbase git commit: HBASE-17978 Ensure superusers can circumvent actions restricted by space quota violations

2017-05-22 Thread elserj
HBASE-17978 Ensure superusers can circumvent actions restricted by space quota violations Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b971b449 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/b971b449 Diff:

[17/49] hbase git commit: HBASE-17428 Implement informational RPCs for space quotas

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/80a1f8fa/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/MasterProtos.java -- diff --git

[33/49] hbase git commit: HBASE-17002 JMX metrics and some UI additions for space quotas

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/13af7f8a/hbase-protocol-shaded/src/main/protobuf/Master.proto -- diff --git a/hbase-protocol-shaded/src/main/protobuf/Master.proto

[48/49] hbase git commit: HBASE-17955 Various reviewboard improvements to space quota work

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/d671a1db/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/QuotaProtos.java -- diff --git

[01/49] hbase git commit: HBASE-17447 Implement a MasterObserver for automatically deleting space quotas

2017-05-22 Thread elserj
Repository: hbase Updated Branches: refs/heads/master 56cbc68b0 -> f1a999032 HBASE-17447 Implement a MasterObserver for automatically deleting space quotas When a table or namespace is deleted, it would be nice to automatically delete the quota on said table/NS. It's possible that not all

[03/49] hbase git commit: HBASE-17478 Avoid reporting FS use when quotas are disabled

2017-05-22 Thread elserj
HBASE-17478 Avoid reporting FS use when quotas are disabled Also, gracefully produce responses when quotas are disabled. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4ad49bc3 Tree:

[23/49] hbase git commit: HBASE-17001 Enforce quota violation policies in the RegionServer

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/34ba143f/hbase-server/src/test/java/org/apache/hadoop/hbase/quotas/policies/BaseViolationPolicyEnforcement.java -- diff --git

[04/49] hbase git commit: HBASE-17025 Add shell commands for space quotas

2017-05-22 Thread elserj
HBASE-17025 Add shell commands for space quotas Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f1066cd7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/f1066cd7 Diff:

[12/49] hbase git commit: HBASE-17000 Implement computation of online region sizes and report to the Master

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/6b334cd8/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/RegionServerStatusProtos.java -- diff --git

[07/49] hbase git commit: HBASE-16995 Build client Java API and client protobuf messages (Josh Elser)

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/4dfafd6e/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/MasterProtos.java -- diff --git

[36/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.html

hbase-site git commit: INFRA-10751 Empty commit

2017-05-22 Thread git-site-role
Repository: hbase-site Updated Branches: refs/heads/asf-site 9dfe3cd80 -> 64facdcf5 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/64facdcf Tree:

[01/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
Repository: hbase-site Updated Branches: refs/heads/asf-site bb0e51758 -> 9dfe3cd80 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/testdevapidocs/src-html/org/apache/hadoop/hbase/client/replication/TestReplicationAdminWithClusters.html

[16/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.NamespaceProcedureBiConsumer.html -- diff --git

[37/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.DeleteTableProcedureBiConsumer.html -- diff --git

[33/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/org/apache/hadoop/hbase/tmpl/regionserver/RSStatusTmpl.ImplData.html -- diff --git

[29/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.AdminRpcCall.html -- diff --git

[03/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/testdevapidocs/src-html/org/apache/hadoop/hbase/TestHTableDescriptor.html -- diff --git a/testdevapidocs/src-html/org/apache/hadoop/hbase/TestHTableDescriptor.html

[30/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.AddColumnFamilyProcedureBiConsumer.html -- diff --git

[22/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.DisableTableProcedureBiConsumer.html -- diff --git

[12/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.TruncateTableProcedureBiConsumer.html -- diff --git

[06/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/hbase-annotations/integration.html -- diff --git a/hbase-annotations/integration.html b/hbase-annotations/integration.html index d324672..cec3571 100644 ---

[23/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.DeleteTableProcedureBiConsumer.html -- diff --git

[26/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.CreateTableProcedureBiConsumer.html -- diff --git

[27/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.CreateNamespaceProcedureBiConsumer.html -- diff --git

[08/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.ImplData.html -- diff --git

[11/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.html

[41/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/apidocs/org/apache/hadoop/hbase/client/AsyncTableBase.html -- diff --git a/apidocs/org/apache/hadoop/hbase/client/AsyncTableBase.html

[07/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/MasterStatusTmpl.html -- diff --git

[19/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.MergeTableRegionProcedureBiConsumer.html -- diff --git

[40/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/apidocs/src-html/org/apache/hadoop/hbase/TableName.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/TableName.html

[17/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.ModifyNamespaceProcedureBiConsumer.html -- diff --git

[35/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/org/apache/hadoop/hbase/client/AsyncTableBase.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/AsyncTableBase.html

[32/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/TableName.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/TableName.html

[38/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/index-all.html -- diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html index 9616acc..aeb7adf 100644 --- a/devapidocs/index-all.html +++

[42/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
Published site at 82d554e3783372cc6b05489452c815b57c06f6cd. Project: http://git-wip-us.apache.org/repos/asf/hbase-site/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase-site/commit/9dfe3cd8 Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/9dfe3cd8 Diff:

[39/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncTableBase.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncTableBase.html

[34/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/org/apache/hadoop/hbase/master/package-tree.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/master/package-tree.html

[31/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/Version.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/Version.html

[28/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.Converter.html -- diff --git

[04/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/resources.html -- diff --git a/resources.html b/resources.html index 4aa2b6c..12b4c33 100644 --- a/resources.html +++ b/resources.html @@ -7,7 +7,7 @@

[21/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.EnableTableProcedureBiConsumer.html -- diff --git

[20/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.MasterRpcCall.html -- diff --git

[14/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.TableOperator.html -- diff --git

[24/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.DeleteNamespaceProcedureBiConsumer.html -- diff --git

[25/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.DeleteColumnFamilyProcedureBiConsumer.html -- diff --git

[05/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/hbase-archetypes/hbase-shaded-client-project/dependency-info.html -- diff --git a/hbase-archetypes/hbase-shaded-client-project/dependency-info.html

[15/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.ProcedureBiConsumer.html -- diff --git

[18/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.ModifyColumnFamilyProcedureBiConsumer.html -- diff --git

[09/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/io/HFileLink.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/io/HFileLink.html

[13/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.TableProcedureBiConsumer.html -- diff --git

[10/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncTableBase.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/client/AsyncTableBase.html

[02/42] hbase-site git commit: Published site at 82d554e3783372cc6b05489452c815b57c06f6cd.

2017-05-22 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/9dfe3cd8/testdevapidocs/src-html/org/apache/hadoop/hbase/client/TestAsyncSnapshotAdminApi.html -- diff --git

hbase git commit: HBASE-18075 (addendum) Correct javadoc for valid namespaces

2017-05-22 Thread elserj
Repository: hbase Updated Branches: refs/heads/master 23ea2c36f -> 56cbc68b0 HBASE-18075 (addendum) Correct javadoc for valid namespaces Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/56cbc68b Tree:

[46/50] [abbrv] hbase git commit: HBASE-17977 Enable the MasterSpaceQuotaObserver by default

2017-05-22 Thread elserj
HBASE-17977 Enable the MasterSpaceQuotaObserver by default It should be the normal case that HBase automatically deletes quotas for deleted tables. Switch the Observer to be on by default and add an option to instead prevent it from being added. Project:

[38/50] [abbrv] hbase git commit: HBASE-17981 Consolidate the space quota shell commands

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/dd4066a5/hbase-protocol-shaded/src/main/protobuf/Admin.proto -- diff --git a/hbase-protocol-shaded/src/main/protobuf/Admin.proto

[50/50] [abbrv] hbase git commit: HBASE-17002 JMX metrics and some UI additions for space quotas

2017-05-22 Thread elserj
HBASE-17002 JMX metrics and some UI additions for space quotas Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1e843b4d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/1e843b4d Diff:

[39/50] [abbrv] hbase git commit: HBASE-17981 Consolidate the space quota shell commands

2017-05-22 Thread elserj
http://git-wip-us.apache.org/repos/asf/hbase/blob/dd4066a5/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/QuotaProtos.java -- diff --git

[14/50] [abbrv] hbase git commit: HBASE-17557 HRegionServer#reportRegionSizesForQuotas() should respond to UnsupportedOperationException

2017-05-22 Thread elserj
HBASE-17557 HRegionServer#reportRegionSizesForQuotas() should respond to UnsupportedOperationException Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e4bef6e0 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e4bef6e0

  1   2   >