hbase git commit: HBASE-14793 Allow limiting size of block into L1 block cache.

2015-11-17 Thread eclark
Repository: hbase Updated Branches: refs/heads/master db42fc64f -> a48d30984 HBASE-14793 Allow limiting size of block into L1 block cache. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a48d3098 Tree:

hbase git commit: HBASE-14793 Allow limiting size of block into L1 block cache.

2015-11-17 Thread eclark
Repository: hbase Updated Branches: refs/heads/branch-1 f8ee447c5 -> 604c9b2cc HBASE-14793 Allow limiting size of block into L1 block cache. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/604c9b2c Tree:

hbase git commit: HBASE-14793 Allow limiting size of block into L1 block cache.

2015-11-17 Thread eclark
Repository: hbase Updated Branches: refs/heads/branch-1.2 047e91298 -> a5a122230 HBASE-14793 Allow limiting size of block into L1 block cache. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a5a12223 Tree:

hbase git commit: HBASE-14708 Use copy on write Map for region location cache

2015-11-17 Thread eclark
Repository: hbase Updated Branches: refs/heads/branch-1 604c9b2cc -> 4d5ac316b HBASE-14708 Use copy on write Map for region location cache Summary: Create and use a copy on write map for region location. - Create a copy on write map backed by a sorted array. - Create a test for both

hbase git commit: HBASE-14708 Use copy on write Map for region location cache

2015-11-17 Thread eclark
Repository: hbase Updated Branches: refs/heads/branch-1.2 a5a122230 -> c178595e7 HBASE-14708 Use copy on write Map for region location cache Summary: Create and use a copy on write map for region location. - Create a copy on write map backed by a sorted array. - Create a test for both

hbase git commit: HBASE-14708 Use copy on write Map for region location cache

2015-11-17 Thread eclark
Repository: hbase Updated Branches: refs/heads/master a48d30984 -> a591df107 HBASE-14708 Use copy on write Map for region location cache Summary: Create and use a copy on write map for region location. - Create a copy on write map backed by a sorted array. - Create a test for both

hbase git commit: HBASE-14812 Fix ResultBoundedCompletionService deadlock

2015-11-17 Thread eclark
Repository: hbase Updated Branches: refs/heads/branch-1 5b3a49d83 -> e40ed0e83 HBASE-14812 Fix ResultBoundedCompletionService deadlock Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e40ed0e8 Tree:

hbase git commit: HBASE-14812 Fix ResultBoundedCompletionService deadlock

2015-11-17 Thread eclark
Repository: hbase Updated Branches: refs/heads/branch-1.2 be873bbda -> d9127491b HBASE-14812 Fix ResultBoundedCompletionService deadlock Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d9127491 Tree:

hbase git commit: HBASE-14812 Fix ResultBoundedCompletionService deadlock

2015-11-17 Thread eclark
Repository: hbase Updated Branches: refs/heads/master ca1048415 -> d6fdf92f9 HBASE-14812 Fix ResultBoundedCompletionService deadlock Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/d6fdf92f Tree:

hbase git commit: HBASE-14791 Batch Deletes in MapReduce jobs

2015-11-17 Thread larsh
Repository: hbase Updated Branches: refs/heads/0.98 5227f80b0 -> d25d74e12 HBASE-14791 Batch Deletes in MapReduce jobs MapReduce jobs like CopyTable can take considerably longer to copy data if there are Deletes. Unlike Puts, they are not batched and are sent one at a time to the destination.

svn commit: r11223 - in /release/hbase: 0.98.15/ 0.98.16/

2015-11-17 Thread apurtell
Author: apurtell Date: Tue Nov 17 21:03:42 2015 New Revision: 11223 Log: Add 0.98.16; remove 0.98.15 Added: release/hbase/0.98.16/ release/hbase/0.98.16/hbase-0.98.16-hadoop1-bin.tar.gz (with props) release/hbase/0.98.16/hbase-0.98.16-hadoop1-bin.tar.gz.asc

hbase git commit: HBASE-14771 RpcServer#getRemoteAddress always returns null (Abhishek Kumar)

2015-11-17 Thread tedyu
Repository: hbase Updated Branches: refs/heads/master d6fdf92f9 -> 1b13bfcd4 HBASE-14771 RpcServer#getRemoteAddress always returns null (Abhishek Kumar) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/1b13bfcd Tree:

hbase git commit: HBASE-14771 RpcServer#getRemoteAddress always returns null (Abhishek Kumar)

2015-11-17 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1.2 d9127491b -> e365be4bc HBASE-14771 RpcServer#getRemoteAddress always returns null (Abhishek Kumar) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e365be4b Tree:

hbase git commit: HBASE-14771 RpcServer#getRemoteAddress always returns null (Abhishek Kumar)

2015-11-17 Thread tedyu
Repository: hbase Updated Branches: refs/heads/branch-1 e40ed0e83 -> 5362ac031 HBASE-14771 RpcServer#getRemoteAddress always returns null (Abhishek Kumar) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/5362ac03 Tree:

hbase git commit: Revert "HBASE-14689 Addendum and unit test for HBASE-13471"

2015-11-17 Thread enis
Repository: hbase Updated Branches: refs/heads/branch-1 5362ac031 -> d4d3b1954 Revert "HBASE-14689 Addendum and unit test for HBASE-13471" This reverts commit ec021a7b25ecef91685fdab70ebdd386414a677c. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: Revert "HBASE-14689 Addendum and unit test for HBASE-13471"

2015-11-17 Thread enis
Repository: hbase Updated Branches: refs/heads/0.98 d25d74e12 -> ea3c2e906 Revert "HBASE-14689 Addendum and unit test for HBASE-13471" This reverts commit 8c8b4343323092291af1a9ce15088fa6883c9441. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: Revert "HBASE-14689 Addendum and unit test for HBASE-13471"

2015-11-17 Thread enis
Repository: hbase Updated Branches: refs/heads/branch-1.1 c558f6df6 -> 214ea33d1 Revert "HBASE-14689 Addendum and unit test for HBASE-13471" This reverts commit b15a05d7b611726ff9b2dd1a3c5c9448b41e1474. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[3/3] hbase git commit: HBASE-14823 HBase Ref Guide Refactoring

2015-11-17 Thread misty
HBASE-14823 HBase Ref Guide Refactoring Some tables, links, and other output do not render right in the output, either because of Asciidoc code mistakes or the wrong formatting choices. Make improvements. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[2/3] hbase git commit: HBASE-14823 HBase Ref Guide Refactoring

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/623dc130/src/main/asciidoc/_chapters/hbase-default.adoc -- diff --git a/src/main/asciidoc/_chapters/hbase-default.adoc b/src/main/asciidoc/_chapters/hbase-default.adoc index

[1/3] hbase git commit: HBASE-14823 HBase Ref Guide Refactoring

2015-11-17 Thread misty
Repository: hbase Updated Branches: refs/heads/master 1b13bfcd4 -> 623dc1303 http://git-wip-us.apache.org/repos/asf/hbase/blob/623dc130/src/main/asciidoc/_chapters/zookeeper.adoc -- diff --git

hbase git commit: Revert "HBASE-14689 Addendum and unit test for HBASE-13471"

2015-11-17 Thread enis
Repository: hbase Updated Branches: refs/heads/branch-1.2 e365be4bc -> d6a2d7ab2 Revert "HBASE-14689 Addendum and unit test for HBASE-13471" This reverts commit dcce2ed09cd5cebe0550e9b192e3053b08f36bf2. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: Revert "HBASE-14689 Addendum and unit test for HBASE-13471"

2015-11-17 Thread enis
Repository: hbase Updated Branches: refs/heads/branch-1.0 193659eaf -> 40ae5bec2 Revert "HBASE-14689 Addendum and unit test for HBASE-13471" This reverts commit 4c4a4353898aef35016c342f997eba6e439cc039. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

hbase git commit: Fix broken links found in https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Website%20Link%20Ckecker/lastSuccessfulBuild/

2015-11-17 Thread misty
Repository: hbase Updated Branches: refs/heads/asf-site 819b3de4d -> 94abfacce Fix broken links found in https://builds.apache.org/view/H-L/view/HBase/job/HBase%20Website%20Link%20Ckecker/lastSuccessfulBuild/ Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/acid-semantics.html -- diff --git a/acid-semantics.html b/acid-semantics.html index 23e07e1..6323dba 100644 --- a/acid-semantics.html +++ b/acid-semantics.html @@ -1,46

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/class-use/Put.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Put.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/apidocs/org/apache/hadoop/hbase/util/class-use/ReadOnlyByteRangeException.html -- diff --git

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/apidocs/src-html/org/apache/hadoop/hbase/client/Scan.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Scan.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/apidocs/org/apache/hadoop/hbase/client/Get.html -- diff --git a/apidocs/org/apache/hadoop/hbase/client/Get.html b/apidocs/org/apache/hadoop/hbase/client/Get.html index

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/apidocs/org/apache/hadoop/hbase/client/UnmodifyableHTableDescriptor.html -- diff --git a/apidocs/org/apache/hadoop/hbase/client/UnmodifyableHTableDescriptor.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/apidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html -- diff --git a/apidocs/org/apache/hadoop/hbase/io/class-use/ImmutableBytesWritable.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/class-use/Get.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Get.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/index-all.html -- diff --git a/devapidocs/index-all.html b/devapidocs/index-all.html index 40345ff..ea94b66 100644 --- a/devapidocs/index-all.html +++

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/MetaCache.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/MetaCache.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/TableNotDisabledException.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.DefaultVisitorBase.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/MetaTableAccessor.DefaultVisitorBase.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html -- diff --git a/apidocs/org/apache/hadoop/hbase/util/class-use/Bytes.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/ScheduledChore.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/ScheduledChore.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/ServerName.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/Get.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/Get.html b/devapidocs/org/apache/hadoop/hbase/client/Get.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/ResultBoundedCompletionService.QueueingFuture.html -- diff --git

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/apidocs/org/apache/hadoop/hbase/class-use/LocalHBaseCluster.html -- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/LocalHBaseCluster.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/apidocs/org/apache/hadoop/hbase/class-use/Cell.html -- diff --git a/apidocs/org/apache/hadoop/hbase/class-use/Cell.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/class-use/MetricsConnection.CallStats.html -- diff --git

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/class-use/Coprocessor.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Coprocessor.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/class-use/Admin.CompactType.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/class-use/Admin.CompactType.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/BufferedMutatorParams.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/BufferedMutatorParams.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/class-use/ConnectionImplementation.MasterServiceState.html -- diff --git

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/class-use/CellComparator.MetaCellComparator.html -- diff --git

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/ScannerCallableWithReplicas.RetryingRPC.html -- diff --git

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/Cell.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/checkstyle-aggregate.html -- diff --git a/checkstyle-aggregate.html b/checkstyle-aggregate.html index 036f948..c89fcf1 100644 --- a/checkstyle-aggregate.html +++

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

2015-11-17 Thread misty
Repository: hbase Updated Branches: refs/heads/asf-site 94abfacce -> 20c64fef3 http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/class-use/Result.html -- diff --git

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionInfo.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/class-use/InterProcessLock.MetadataHandler.html -- diff --git

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/apidocs/org/apache/hadoop/hbase/regionserver/WrongRegionException.html -- diff --git a/apidocs/org/apache/hadoop/hbase/regionserver/WrongRegionException.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html -- diff --git a/apidocs/org/apache/hadoop/hbase/client/class-use/Scan.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/apidocs/org/apache/hadoop/hbase/ipc/class-use/UnsupportedCompressionCodecException.html -- diff --git

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/class-use/SettableSequenceId.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/SettableSequenceId.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/TableName.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/apidocs/org/apache/hadoop/hbase/types/OrderedFloat64.html -- diff --git a/apidocs/org/apache/hadoop/hbase/types/OrderedFloat64.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/class-use/HRegionLocation.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/apidocs/src-html/org/apache/hadoop/hbase/client/Query.html -- diff --git a/apidocs/src-html/org/apache/hadoop/hbase/client/Query.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/coc.html -- diff --git a/coc.html b/coc.html index 977d4e2..32fbecb 100644 --- a/coc.html +++ b/coc.html @@ -7,7 +7,7 @@ - + Apache

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/apidocs/org/apache/hadoop/hbase/mapreduce/class-use/MultiTableInputFormatBase.html -- diff --git

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/org/apache/hadoop/hbase/client/Scan.html -- diff --git a/devapidocs/org/apache/hadoop/hbase/client/Scan.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/devapidocs/index.html -- diff --git a/devapidocs/index.html b/devapidocs/index.html index f02c439..b3afefa 100644 --- a/devapidocs/index.html +++ b/devapidocs/index.html

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

2015-11-17 Thread misty
http://git-wip-us.apache.org/repos/asf/hbase/blob/20c64fef/apidocs/org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html -- diff --git a/apidocs/org/apache/hadoop/hbase/filter/CompareFilter.CompareOp.html

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

2015-11-17 Thread apurtell
Repository: hbase Updated Branches: refs/heads/0.98 5bd078050 -> ec393c7cf Updated Tags: refs/tags/0.98.16 [created] 968969cc2 Update version on branch to 0.98.17-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit:

[2/4] hbase git commit: HBASE-14584 TestNamespacesInstanceModel fails on jdk8

2015-11-17 Thread apurtell
HBASE-14584 TestNamespacesInstanceModel fails on jdk8 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/5b3a49d8 Tree:

[4/4] hbase git commit: HBASE-14584 TestNamespacesInstanceModel fails on jdk8

2015-11-17 Thread apurtell
HBASE-14584 TestNamespacesInstanceModel fails on jdk8 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/5227f80b Tree:

[1/4] hbase git commit: HBASE-14584 TestNamespacesInstanceModel fails on jdk8

2015-11-17 Thread apurtell
Repository: hbase Updated Branches: refs/heads/0.98 ec393c7cf -> 5227f80b0 refs/heads/branch-1 4d5ac316b -> 5b3a49d83 refs/heads/branch-1.2 c178595e7 -> be873bbda refs/heads/master a591df107 -> dadfe7da0 HBASE-14584 TestNamespacesInstanceModel fails on jdk8 Signed-off-by: Andrew Purtell

[3/4] hbase git commit: HBASE-14584 TestNamespacesInstanceModel fails on jdk8

2015-11-17 Thread apurtell
HBASE-14584 TestNamespacesInstanceModel fails on jdk8 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/be873bbd Tree:

hbase git commit: HBASE-14340 Add second bulk load option to Spark Bulk Load to send puts as the value (Ted Malaska)

2015-11-17 Thread apurtell
Repository: hbase Updated Branches: refs/heads/master dadfe7da0 -> ca1048415 HBASE-14340 Add second bulk load option to Spark Bulk Load to send puts as the value (Ted Malaska) Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: