hbase git commit: HBASE-18510 Update clock on replaying recovered edits (Sai Teja Ranuva)

2017-08-14 Thread appy
Repository: hbase Updated Branches: refs/heads/HBASE-14070.HLC 93c0d71c4 -> 58a51bcb7 HBASE-18510 Update clock on replaying recovered edits (Sai Teja Ranuva) - Added clock updating to HRegion#replayRecoveredEdits - Added TestHRegion#testHybridLogicalClockUpdatesOnRecoveryEditReplay and

[1/3] hbase git commit: HBASE-18497 Add clock type to proto message for HLC region open/close (revision 4)

2017-08-14 Thread appy
Repository: hbase Updated Branches: refs/heads/HBASE-14070.HLC d9a990490 -> 93c0d71c4 http://git-wip-us.apache.org/repos/asf/hbase/blob/93c0d71c/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/HBaseProtos.java

[3/3] hbase git commit: HBASE-18497 Add clock type to proto message for HLC region open/close (revision 4)

2017-08-14 Thread appy
HBASE-18497 Add clock type to proto message for HLC region open/close (revision 4) - Removed overridden methods in HMaster#get/set/updateClock - Changed parameter name and exception text in ProtobufUtil#toClockType - Removed unused import of ClockType in TestMasterNoCluster - Removed unused

[2/3] hbase git commit: HBASE-18497 Add clock type to proto message for HLC region open/close (revision 4)

2017-08-14 Thread appy
http://git-wip-us.apache.org/repos/asf/hbase/blob/93c0d71c/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/AdminProtos.java -- diff --git

hbase git commit: HBASE-18238 rubocop autocorrect for bin/

2017-08-14 Thread mdrob
Repository: hbase Updated Branches: refs/heads/master 096dac2e8 -> ea8fa59a4 HBASE-18238 rubocop autocorrect for bin/ Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ea8fa59a Tree:

hbase git commit: HBASE-18533 Expose BucketCache values to be configured

2017-08-14 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master 0b26ccdaa -> 0e32869f0 HBASE-18533 Expose BucketCache values to be configured Before this commit, BucketCache always used the default values. This commit adds the ability to configure these values. Signed-off-by: tedyu

hbase git commit: HBASE-18533 Expose BucketCache values to be configured

2017-08-14 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-2 0ded122b1 -> 26bbc8ad6 HBASE-18533 Expose BucketCache values to be configured Before this commit, BucketCache always used the default values. This commit adds the ability to configure these values. Signed-off-by: tedyu

hbase git commit: HBASE-18303 Clean up @Parameter boilerplate

2017-08-14 Thread mdrob
Repository: hbase Updated Branches: refs/heads/branch-2 4e9961b4f -> 0ded122b1 HBASE-18303 Clean up @Parameter boilerplate Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0ded122b Tree:

hbase git commit: HBASE-18533 Expose BucketCache values to be configured

2017-08-14 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1 9078a034c -> d6a781cf0 HBASE-18533 Expose BucketCache values to be configured Before this commit, BucketCache always used the default values. This commit adds the ability to configure these values. Signed-off-by: tedyu

hbase git commit: HBASE-18533 Expose BucketCache values to be configured

2017-08-14 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1.4 c6f57e0f3 -> 81f5da7af HBASE-18533 Expose BucketCache values to be configured Before this commit, BucketCache always used the default values. This commit adds the ability to configure these values. Signed-off-by: tedyu

hbase git commit: HBASE-18238 rubocop autocorrect for bin/

2017-08-14 Thread mdrob
Repository: hbase Updated Branches: refs/heads/branch-2 cf050de91 -> 4e9961b4f HBASE-18238 rubocop autocorrect for bin/ Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/4e9961b4 Tree:

hbase git commit: HBASE-18303 Clean up @Parameter boilerplate

2017-08-14 Thread mdrob
Repository: hbase Updated Branches: refs/heads/master ea8fa59a4 -> 0b26ccdaa HBASE-18303 Clean up @Parameter boilerplate Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0b26ccda Tree:

hbase git commit: HBASE-18579 Enable core dump by default for docker -revert

2017-08-14 Thread tedyu
Repository: hbase Updated Branches: refs/heads/HBASE-14850 6e0f6df79 -> d4bd3c71e HBASE-18579 Enable core dump by default for docker -revert Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d4bd3c71 Tree:

hbase git commit: HBASE-17803 PE always re-creates table when we specify the split policy

2017-08-14 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-1.2 b9a57f455 -> e4f65bf7b HBASE-17803 PE always re-creates table when we specify the split policy Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e4f65bf7 Tree:

hbase git commit: HBASE-18528 DON'T allow user to modify the passed table/column descriptor

2017-08-14 Thread chia7712
Repository: hbase Updated Branches: refs/heads/master c6bf4d519 -> e2b797be3 HBASE-18528 DON'T allow user to modify the passed table/column descriptor Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e2b797be Tree:

hbase git commit: HBASE-18528 DON'T allow user to modify the passed table/column descriptor

2017-08-14 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-2 de22fabed -> fffe4e278 HBASE-18528 DON'T allow user to modify the passed table/column descriptor Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/fffe4e27 Tree:

hbase git commit: HBASE-17803 PE always re-creates table when we specify the split policy

2017-08-14 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-1.3 18726b370 -> f62069897 HBASE-17803 PE always re-creates table when we specify the split policy Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/f6206989 Tree:

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/AsyncAdmin.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/backup/mapreduce/HFileSplitterJob.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/backup/mapreduce/HFileSplitterJob.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/apidocs/org/apache/hadoop/hbase/ClusterStatus.html -- diff --git a/apidocs/org/apache/hadoop/hbase/ClusterStatus.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/ipc/NettyRpcDuplexHandler.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/NettyRpcDuplexHandler.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/master/HMaster.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/master/HMaster.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/client/AsyncMasterRequestRpcRetryingCaller.html -- diff --git

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/backup/impl/RestoreTablesClient.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/backup/impl/RestoreTablesClient.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupAdminImpl.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupAdminImpl.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/ClusterStatus.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/ClusterStatus.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/client/AsyncAdminRequestRetryingCaller.html -- diff --git

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/client/class-use/AsyncAdminRequestRetryingCaller.Callable.html -- diff --git

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.MergeTableRegionsFuture.html -- diff --git

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/index-all.html -- diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html index 54d424b..bd4d91b 100644 --- a/devapidocs/index-all.html +++

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/master/MasterCoprocessorHost.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/master/MasterCoprocessorHost.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/checkstyle.rss -- diff --git a/checkstyle.rss b/checkstyle.rss index 691d6ad..a5be63d 100644 --- a/checkstyle.rss +++ b/checkstyle.rss @@ -25,8 +25,8 @@ under the

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/apidocs/src-html/org/apache/hadoop/hbase/client/ImmutableHTableDescriptor.html -- diff --git

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/classification/class-use/InterfaceAudience.Private.html -- diff --git

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.html

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

2017-08-14 Thread git-site-role
Repository: hbase-site Updated Branches: refs/heads/asf-site c70834a52 -> 8bae1c8a1 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/master/MasterRpcServices.html -- diff --git

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/client/ImmutableHColumnDescriptor.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/ImmutableHColumnDescriptor.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupSystemTable.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupSystemTable.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/class-use/ClusterStatus.Options.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/ClusterStatus.Options.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/backup/mapreduce/MapReduceHFileSplitterJob.HFileCellMapper.html -- diff --git

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/client/HBaseAdmin.ThrowableAbortable.html -- diff --git

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html -- diff --git a/apidocs/org/apache/hadoop/hbase/client/AsyncAdmin.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputSaslHelper.EncryptHandler.html -- diff --git

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/client/package-use.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/package-use.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupManager.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupManager.html

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

2017-08-14 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/8bae1c8a Tree: http://git-wip-us.apache.org/repos/asf/hbase-site/tree/8bae1c8a Diff:

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/constant-values.html -- diff --git a/devapidocs/constant-values.html b/devapidocs/constant-values.html index bb57548..fd61d3e 100644 ---

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/master/HMasterCommandLine.LocalHMaster.html -- diff --git

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/AsyncHBaseAdmin.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutputSaslHelper.html -- diff --git

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/ClusterStatus.Builder.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/ClusterStatus.Builder.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/apidocs/src-html/org/apache/hadoop/hbase/ClusterStatus.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/ClusterStatus.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/client/class-use/TableDescriptor.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/TableDescriptor.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/backup/mapreduce/class-use/MapReduceHFileSplitterJob.html -- diff --git

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/checkstyle-aggregate.html -- diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html index 7ef078b..eca8090 100644 --- a/checkstyle-aggregate.html +++

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/RawAsyncHBaseAdmin.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/io/asyncfs/FanOutOneBlockAsyncDFSOutput.AckHandler.html -- diff --git

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/backup/BackupInfo.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/backup/BackupInfo.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupCommands.Command.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/backup/impl/BackupCommands.Command.html

hbase-site git commit: INFRA-10751 Empty commit

2017-08-14 Thread git-site-role
Repository: hbase-site Updated Branches: refs/heads/asf-site 8bae1c8a1 -> 2341d7c5a 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/2341d7c5 Tree:

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/backup/util/BackupUtils.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/backup/util/BackupUtils.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/apidocs/org/apache/hadoop/hbase/client/Admin.html -- diff --git a/apidocs/org/apache/hadoop/hbase/client/Admin.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/apidocs/src-html/org/apache/hadoop/hbase/client/Admin.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Admin.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/client/Admin.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/Admin.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/MetricsHBaseServer.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/ipc/class-use/MetricsHBaseServer.html

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

2017-08-14 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/8bae1c8a/apidocs/org/apache/hadoop/hbase/client/HTableMultiplexer.HTableMultiplexerStatus.html -- diff --git

hbase git commit: HBASE-18579 Enable core dump by default for docker

2017-08-14 Thread tedyu
Repository: hbase Updated Branches: refs/heads/HBASE-14850 aff0336ec -> 6e0f6df79 HBASE-18579 Enable core dump by default for docker Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/6e0f6df7 Tree:

[4/4] hbase git commit: HBASE-18520 Add jmx value to determine true Master Start time; amendment

2017-08-14 Thread apurtell
HBASE-18520 Add jmx value to determine true Master Start time; amendment This is to determine how long it took in total for the master to start and finish initializing. Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[1/4] hbase git commit: HBASE-18387: [Thrift] Make principal configurable in DemoClient.java

2017-08-14 Thread apurtell
Repository: hbase Updated Branches: refs/heads/branch-1.4 2523e716f -> 043211760 HBASE-18387: [Thrift] Make principal configurable in DemoClient.java Added optional (fourth) parameter "server-principal" The solution is backward compatible, in case not given, uses "hbase" as default value If

[2/4] hbase git commit: HBASE-18469 Correct RegionServer metric of totalRequestCount

2017-08-14 Thread apurtell
HBASE-18469 Correct RegionServer metric of totalRequestCount Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c9f38bc7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c9f38bc7 Diff:

[3/4] hbase git commit: Revert "HBASE-18520 Add jmx value to determine true Master Start time"

2017-08-14 Thread apurtell
Revert "HBASE-18520 Add jmx value to determine true Master Start time" This reverts commit 1ba949e0307e4fda3f9234bc436490fb33155bea. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/16223bcb Tree:

hbase git commit: HBASE-18588 Verify we're using netty .so epolling on linux post HBASE-18271

2017-08-14 Thread stack
Repository: hbase Updated Branches: refs/heads/master e2b797be3 -> ddbaf56ca HBASE-18588 Verify we're using netty .so epolling on linux post HBASE-18271 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ddbaf56c Tree:

[1/2] hbase git commit: Revert "HBASE-18588 Verify we're using netty .so epolling on linux post HBASE-18271" Commit message references wrong-issue

2017-08-14 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 b4793a035 -> c20ce21fe Revert "HBASE-18588 Verify we're using netty .so epolling on linux post HBASE-18271" Commit message references wrong-issue This reverts commit b4793a03554c08a9e33b76457a1c1fe347aa0f2f. Project:

[2/2] hbase git commit: HBASE-18593 Tell m2eclipse what to do w/ replacer plugin

2017-08-14 Thread stack
HBASE-18593 Tell m2eclipse what to do w/ replacer plugin Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c20ce21f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/c20ce21f Diff:

[1/2] hbase git commit: Revert "HBASE-18588 Verify we're using netty .so epolling on linux post HBASE-18271" References the wrong JIRA

2017-08-14 Thread stack
Repository: hbase Updated Branches: refs/heads/master ddbaf56ca -> bd4007309 Revert "HBASE-18588 Verify we're using netty .so epolling on linux post HBASE-18271" References the wrong JIRA This reverts commit ddbaf56ca8c712dc44608d3323280f578c56aed2. Project:

[2/2] hbase git commit: HBASE-18593 Tell m2eclipse what to do w/ replacer plugin

2017-08-14 Thread stack
HBASE-18593 Tell m2eclipse what to do w/ replacer plugin Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/bd400730 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/bd400730 Diff:

hbase git commit: HBASE-18588 Verify we're using netty .so epolling on linux post HBASE-18271

2017-08-14 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 fffe4e278 -> b4793a035 HBASE-18588 Verify we're using netty .so epolling on linux post HBASE-18271 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b4793a03 Tree:

hbase git commit: HBASE-18522 Add RowMutations support to Batch

2017-08-14 Thread jerryjch
Repository: hbase Updated Branches: refs/heads/branch-1.4 043211760 -> c6f57e0f3 HBASE-18522 Add RowMutations support to Batch Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/c6f57e0f Tree:

hbase git commit: HBASE-18522 Add RowMutations support to Batch

2017-08-14 Thread jerryjch
Repository: hbase Updated Branches: refs/heads/branch-1 7bd2795ee -> 9078a034c HBASE-18522 Add RowMutations support to Batch Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/9078a034 Tree:

hbase git commit: HBASE-18595 Set version in branch-2 from 2.0.0-alpha2-SNAPSHOT to 2.0.0-alpha2

2017-08-14 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 c20ce21fe -> add997451 HBASE-18595 Set version in branch-2 from 2.0.0-alpha2-SNAPSHOT to 2.0.0-alpha2 Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/add99745 Tree:

hbase git commit: HBASE-18522 Add RowMutations support to Batch

2017-08-14 Thread jerryjch
Repository: hbase Updated Branches: refs/heads/master bd4007309 -> 096dac2e8 HBASE-18522 Add RowMutations support to Batch Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/096dac2e Tree:

hbase git commit: HBASE-18522 Add RowMutations support to Batch

2017-08-14 Thread jerryjch
Repository: hbase Updated Branches: refs/heads/branch-2 add997451 -> cf050de91 HBASE-18522 Add RowMutations support to Batch Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/cf050de9 Tree: