hbase git commit: HBASE-18251 Remove unnecessary traversing to the first and last keys in the CellSet (Toshihoro Suzuki)

2017-08-15 Thread ramkrishna
Repository: hbase Updated Branches: refs/heads/branch-1.4 5b27f6253 -> 3552c70b5 HBASE-18251 Remove unnecessary traversing to the first and last keys in the CellSet (Toshihoro Suzuki) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18598 AsyncNonMetaRegionLocator use FIFO algorithm to get a candidate locate request

2017-08-15 Thread zghao
Repository: hbase Updated Branches: refs/heads/branch-2 1f7873d30 -> b2afd6c24 HBASE-18598 AsyncNonMetaRegionLocator use FIFO algorithm to get a candidate locate request Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18251 Remove unnecessary traversing to the first and last keys in the CellSet (Toshihoro Suzuki)

2017-08-15 Thread ramkrishna
Repository: hbase Updated Branches: refs/heads/master b0878184a -> 9da4e6906 HBASE-18251 Remove unnecessary traversing to the first and last keys in the CellSet (Toshihoro Suzuki) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[2/2] hbase git commit: HBASE-18437 Revoke access permissions of a user from a table does not work as expected

2017-08-15 Thread apurtell
HBASE-18437 Revoke access permissions of a user from a table does not work as expected Signed-off-by: Andrew Purtell Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/b0878184 Tree:

[2/3] hbase git commit: HBASE-18437 Revoke access permissions of a user from a table does not work as expected

2017-08-15 Thread apurtell
HBASE-18437 Revoke access permissions of a user from a table does not work as expected Signed-off-by: Andrew Purtell Conflicts: hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessControlLists.java

[1/3] hbase git commit: HBASE-18437 Revoke access permissions of a user from a table does not work as expected

2017-08-15 Thread apurtell
Repository: hbase Updated Branches: refs/heads/branch-1 d7c6a0bf4 -> a49d43bfb refs/heads/branch-1.3 8a9005486 -> 7800fa152 refs/heads/branch-1.4 122012493 -> 5b27f6253 HBASE-18437 Revoke access permissions of a user from a table does not work as expected Signed-off-by: Andrew Purtell

[3/3] hbase git commit: HBASE-18437 Revoke access permissions of a user from a table does not work as expected

2017-08-15 Thread apurtell
HBASE-18437 Revoke access permissions of a user from a table does not work as expected Signed-off-by: Andrew Purtell Conflicts: hbase-server/src/main/java/org/apache/hadoop/hbase/security/access/AccessControlLists.java

[1/2] hbase git commit: HBASE-18437 Revoke access permissions of a user from a table does not work as expected

2017-08-15 Thread apurtell
Repository: hbase Updated Branches: refs/heads/branch-2 f30ff26e2 -> 1f7873d30 refs/heads/master 59ffb6119 -> b0878184a HBASE-18437 Revoke access permissions of a user from a table does not work as expected Signed-off-by: Andrew Purtell Project:

hbase git commit: HBASE-18598 AsyncNonMetaRegionLocator use FIFO algorithm to get a candidate locate request

2017-08-15 Thread zghao
Repository: hbase Updated Branches: refs/heads/master 665fd0d07 -> 59ffb6119 HBASE-18598 AsyncNonMetaRegionLocator use FIFO algorithm to get a candidate locate request Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18424 Fix TestAsyncTableGetMultiThreaded

2017-08-15 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/branch-2 49ca224fc -> f30ff26e2 HBASE-18424 Fix TestAsyncTableGetMultiThreaded Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18424 Fix TestAsyncTableGetMultiThreaded

2017-08-15 Thread zhangduo
Repository: hbase Updated Branches: refs/heads/master 5280c100f -> 665fd0d07 HBASE-18424 Fix TestAsyncTableGetMultiThreaded Signed-off-by: zhangduo Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18509 Cleanup Clock interface.

2017-08-15 Thread appy
Repository: hbase Updated Branches: refs/heads/HBASE-14070.HLC 035dd8b53 -> 82a9cec59 HBASE-18509 Cleanup Clock interface. - Moved implementations out and renamed to a more consistent naming (SystemClock, SystemMonotonicClock, HybridLogicalClock) - Moved ClockException out - Added

hbase git commit: HBASE-18539 Deprecated master_system_time field in Admin.proto in favor of NodeTime which contains system clock and hlc times.

2017-08-15 Thread appy
Repository: hbase Updated Branches: refs/heads/HBASE-14070.HLC 58a51bcb7 -> 035dd8b53 HBASE-18539 Deprecated master_system_time field in Admin.proto in favor of NodeTime which contains system clock and hlc times. Change-Id: I9830052f5e8bfbc6d1882d01a2cb79d53c78014f Signed-off-by: Apekshit

hbase git commit: HBASE-18587 Fix flaky TestFileIOEngine

2017-08-15 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 c298ab65e -> 49ca224fc HBASE-18587 Fix flaky TestFileIOEngine This short circuits reads and writes with 0 length and also removes flakiness in TestFileIOEngine Signed-off-by: Michael Stack Project:

hbase git commit: HBASE-18587 Fix flaky TestFileIOEngine

2017-08-15 Thread stack
Repository: hbase Updated Branches: refs/heads/master 2b88edfd8 -> 5280c100f HBASE-18587 Fix flaky TestFileIOEngine This short circuits reads and writes with 0 length and also removes flakiness in TestFileIOEngine Signed-off-by: Michael Stack Project:

hbase git commit: HBASE-18581 Removed dead code and some tidy up work in BaseLoadBalancer

2017-08-15 Thread appy
Repository: hbase Updated Branches: refs/heads/master 310934d06 -> 2b88edfd8 HBASE-18581 Removed dead code and some tidy up work in BaseLoadBalancer * calls to methods getLowestLocalityRegionServer() & getLeastLoadedTopServerForRegion() got removed in HBASE-18164 * call to

hbase git commit: HBASE-18581 Removed dead code and some tidy up work in BaseLoadBalancer

2017-08-15 Thread appy
Repository: hbase Updated Branches: refs/heads/branch-2 4bda49c84 -> c298ab65e HBASE-18581 Removed dead code and some tidy up work in BaseLoadBalancer * calls to methods getLowestLocalityRegionServer() & getLeastLoadedTopServerForRegion() got removed in HBASE-18164 * call to

hbase git commit: HBASE-18544 Move the HRegion#addRegionToMETA to TestDefaultMemStore

2017-08-15 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 9de5fd5bb -> 4bda49c84 HBASE-18544 Move the HRegion#addRegionToMETA to TestDefaultMemStore Signed-off-by: Michael Stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18544 Move the HRegion#addRegionToMETA to TestDefaultMemStore

2017-08-15 Thread stack
Repository: hbase Updated Branches: refs/heads/master 63e313b5c -> 310934d06 HBASE-18544 Move the HRegion#addRegionToMETA to TestDefaultMemStore Signed-off-by: Michael Stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18512, Region Server will abort with IllegalStateException if HDFS umask has limited scope

2017-08-15 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1.4 04f486fe2 -> 122012493 HBASE-18512, Region Server will abort with IllegalStateException if HDFS umask has limited scope Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18512, Region Server will abort with IllegalStateException if HDFS umask has limited scope

2017-08-15 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1 3ed765257 -> d7c6a0bf4 HBASE-18512, Region Server will abort with IllegalStateException if HDFS umask has limited scope Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18504 Add documentation for WAL compression

2017-08-15 Thread stack
Repository: hbase Updated Branches: refs/heads/master 70c4f78ce -> 63e313b5c HBASE-18504 Add documentation for WAL compression Signed-off-by: Michael Stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18603 buck complains about Build target path containing double slash

2017-08-15 Thread tedyu
Repository: hbase Updated Branches: refs/heads/HBASE-14850 d4bd3c71e -> 583d4e2d4 HBASE-18603 buck complains about Build target path containing double slash Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/583d4e2d Tree:

hbase git commit: HBASE-18526 FIFOCompactionPolicy pre-check uses wrong scope (Vladimir Rodionov)

2017-08-15 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1.4 c84ca0959 -> 04f486fe2 HBASE-18526 FIFOCompactionPolicy pre-check uses wrong scope (Vladimir Rodionov) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/04f486fe

hbase git commit: HBASE-18526 FIFOCompactionPolicy pre-check uses wrong scope (Vladimir Rodionov)

2017-08-15 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1 fd749ce66 -> 3ed765257 HBASE-18526 FIFOCompactionPolicy pre-check uses wrong scope (Vladimir Rodionov) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/3ed76525 Tree:

hbase git commit: HBASE-18599 Add missing @Deprecated annotations

2017-08-15 Thread stack
Repository: hbase Updated Branches: refs/heads/branch-2 f1376213a -> 9de5fd5bb HBASE-18599 Add missing @Deprecated annotations Signed-off-by: Michael Stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18599 Add missing @Deprecated annotations

2017-08-15 Thread stack
Repository: hbase Updated Branches: refs/heads/master effd1093b -> 70c4f78ce HBASE-18599 Add missing @Deprecated annotations Signed-off-by: Michael Stack Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-17064 Add TaskMonitor#getTasks() variant which accepts type selection

2017-08-15 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-2 5073bd6e0 -> f1376213a HBASE-17064 Add TaskMonitor#getTasks() variant which accepts type selection Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-17064 Add TaskMonitor#getTasks() variant which accepts type selection

2017-08-15 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master d37266f63 -> effd1093b HBASE-17064 Add TaskMonitor#getTasks() variant which accepts type selection Signed-off-by: tedyu Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase-site git commit: INFRA-10751 Empty commit

2017-08-15 Thread git-site-role
Repository: hbase-site Updated Branches: refs/heads/asf-site 07e68d464 -> 4c7741b34 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/4c7741b3 Tree:

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/devapidocs/src-html/org/apache/hadoop/hbase/tmpl/master/RegionServerListTmplImpl.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/org/apache/hadoop/hbase/util/TestByteBufferUtils.html -- diff --git a/testdevapidocs/org/apache/hadoop/hbase/util/TestByteBufferUtils.html

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/checkstyle.rss -- diff --git a/checkstyle.rss b/checkstyle.rss index a5be63d..3573826 100644 --- a/checkstyle.rss +++ b/checkstyle.rss @@ -26,7 +26,7 @@ under the

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/hbase-archetypes/hbase-shaded-client-project/dependencies.html -- diff --git a/hbase-archetypes/hbase-shaded-client-project/dependencies.html

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

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

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/TestServerLoad.html -- diff --git a/testdevapidocs/src-html/org/apache/hadoop/hbase/TestServerLoad.html

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/io/hfile/TestHFile.html -- diff --git a/testdevapidocs/src-html/org/apache/hadoop/hbase/io/hfile/TestHFile.html

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/HBaseTestingUtility.SeenRowTracker.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/package-tree.html

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/io/hfile/TestHFileBlockIndex.BlockReaderWrapper.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/apidocs/src-html/org/apache/hadoop/hbase/ServerLoad.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/ServerLoad.html

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/org/apache/hadoop/hbase/HBaseTestingUtility.html -- diff --git a/testdevapidocs/org/apache/hadoop/hbase/HBaseTestingUtility.html

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/io/hfile/bucket/TestBucketCache.MockedBucketCache.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/io/hfile/TestCacheOnWrite.CacheOnWriteType.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/devapidocs/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntryGroup.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/HBaseTestingUtility.PortAllocator.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/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

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/devapidocs/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.html

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/org/apache/hadoop/hbase/io/hfile/TestHFileBlockIndex.html -- diff --git a/testdevapidocs/org/apache/hadoop/hbase/io/hfile/TestHFileBlockIndex.html

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/devapidocs/src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.StatisticsThread.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/devapidocs/src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.WriterThread.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/io/hfile/TestHFileWriterV3.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/client/TestFromClientSide3.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/io/hfile/TestCacheOnWrite.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/devapidocs/src-html/org/apache/hadoop/hbase/ServerLoad.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/ServerLoad.html

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/HBaseTestingUtility.PortAllocator.AvailablePortChecker.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/client/TestFromClientSide3.WatiingForScanObserver.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/devapidocs/src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntryGroup.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/index-all.html -- diff --git a/testdevapidocs/index-all.html b/testdevapidocs/index-all.html index ca3251d..06fa774 100644 ---

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/devapidocs/src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.BucketEntry.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/client/TestFromClientSide3.WatiingForMultiMutationsObserver.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/org/apache/hadoop/hbase/io/hfile/TestCacheOnWrite.html -- diff --git a/testdevapidocs/org/apache/hadoop/hbase/io/hfile/TestCacheOnWrite.html

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testapidocs/src-html/org/apache/hadoop/hbase/HBaseTestingUtility.html -- diff --git a/testapidocs/src-html/org/apache/hadoop/hbase/HBaseTestingUtility.html

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/io/hfile/bucket/TestBucketCache.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/client/TestMultiParallel.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/devapidocs/src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.RAMQueueEntry.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/devapidocs/src-html/org/apache/hadoop/hbase/io/hfile/bucket/BucketCache.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/devapidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html -- diff --git a/devapidocs/src-html/org/apache/hadoop/hbase/client/Mutation.html

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/devapidocs/index-all.html -- diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html index bd4d91b..3491fe2 100644 --- a/devapidocs/index-all.html +++

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/checkstyle-aggregate.html -- diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html index eca8090..32a931c 100644 --- a/checkstyle-aggregate.html +++

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/devapidocs/deprecated-list.html -- diff --git a/devapidocs/deprecated-list.html b/devapidocs/deprecated-list.html index d421fb7..3328545 100644 ---

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

2017-08-15 Thread git-site-role
Repository: hbase-site Updated Branches: refs/heads/asf-site 2341d7c5a -> 07e68d464 http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/rest/TestMultiRowResource.html

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/org/apache/hadoop/hbase/IntegrationTestingUtility.html -- diff --git a/testdevapidocs/org/apache/hadoop/hbase/IntegrationTestingUtility.html

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testapidocs/src-html/org/apache/hadoop/hbase/HBaseCommonTestingUtility.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/HBaseTestingUtility.html -- diff --git a/testdevapidocs/src-html/org/apache/hadoop/hbase/HBaseTestingUtility.html

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/io/hfile/bucket/TestBucketWriterThread.MockBucketCache.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testapidocs/org/apache/hadoop/hbase/HBaseTestingUtility.html -- diff --git a/testapidocs/org/apache/hadoop/hbase/HBaseTestingUtility.html

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/devapidocs/org/apache/hadoop/hbase/client/HTable.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/HTable.html

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/org/apache/hadoop/hbase/io/hfile/bucket/TestBucketWriterThread.html -- diff --git

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/old_news.html -- diff --git a/old_news.html b/old_news.html index dbd5647..5d132cf 100644 --- a/old_news.html +++ b/old_news.html @@ -7,7 +7,7 @@ -

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

2017-08-15 Thread git-site-role
http://git-wip-us.apache.org/repos/asf/hbase-site/blob/07e68d46/testdevapidocs/src-html/org/apache/hadoop/hbase/io/hfile/TestHFileBlockIndex.html -- diff --git

hbase git commit: HBASE-2631 Decide between InMB and MB as suffix for field names in ClusterStatus objects

2017-08-15 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-2 8775f3027 -> 5073bd6e0 HBASE-2631 Decide between InMB and MB as suffix for field names in ClusterStatus objects Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-2631 Decide between InMB and MB as suffix for field names in ClusterStatus objects

2017-08-15 Thread chia7712
Repository: hbase Updated Branches: refs/heads/master d4317c80e -> d37266f63 HBASE-2631 Decide between InMB and MB as suffix for field names in ClusterStatus objects Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18582 Correct the docs for Mutation#setCellVisibility

2017-08-15 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-1.3 f62069897 -> 8a9005486 HBASE-18582 Correct the docs for Mutation#setCellVisibility Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18582 Correct the docs for Mutation#setCellVisibility

2017-08-15 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-1.2 e4f65bf7b -> d61254b90 HBASE-18582 Correct the docs for Mutation#setCellVisibility Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18582 Correct the docs for Mutation#setCellVisibility

2017-08-15 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-1 d6a781cf0 -> fd749ce66 HBASE-18582 Correct the docs for Mutation#setCellVisibility Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18582 Correct the docs for Mutation#setCellVisibility

2017-08-15 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-1.4 81f5da7af -> c84ca0959 HBASE-18582 Correct the docs for Mutation#setCellVisibility Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18582 Correct the docs for Mutation#setCellVisibility

2017-08-15 Thread chia7712
Repository: hbase Updated Branches: refs/heads/branch-2 26bbc8ad6 -> 8775f3027 HBASE-18582 Correct the docs for Mutation#setCellVisibility Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: HBASE-18582 Correct the docs for Mutation#setCellVisibility

2017-08-15 Thread chia7712
Repository: hbase Updated Branches: refs/heads/master 0e32869f0 -> d4317c80e HBASE-18582 Correct the docs for Mutation#setCellVisibility Signed-off-by: Chia-Ping Tsai Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: