[4/4] hbase git commit: HBASE-17388 Move ReplicationPeer and other replication related PB messages to the replication.proto

2017-01-05 Thread zghao
HBASE-17388 Move ReplicationPeer and other replication related PB messages to the replication.proto Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/e02ae772 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/e02ae772

[1/4] hbase git commit: HBASE-17388 Move ReplicationPeer and other replication related PB messages to the replication.proto

2017-01-05 Thread zghao
Repository: hbase Updated Branches: refs/heads/master 0f6c79eb1 -> e02ae7724 http://git-wip-us.apache.org/repos/asf/hbase/blob/e02ae772/hbase-protocol-shaded/src/main/protobuf/Replication.proto -- diff --git

[3/4] hbase git commit: HBASE-17388 Move ReplicationPeer and other replication related PB messages to the replication.proto

2017-01-05 Thread zghao
http://git-wip-us.apache.org/repos/asf/hbase/blob/e02ae772/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/ReplicationProtos.java -- diff --git

[2/4] hbase git commit: HBASE-17388 Move ReplicationPeer and other replication related PB messages to the replication.proto

2017-01-05 Thread zghao
http://git-wip-us.apache.org/repos/asf/hbase/blob/e02ae772/hbase-protocol-shaded/src/main/java/org/apache/hadoop/hbase/shaded/protobuf/generated/ZooKeeperProtos.java -- diff --git

[hbase] Git Push Summary

2017-01-05 Thread antonov
Repository: hbase Updated Tags: refs/tags/1.3.0RC0 [created] 33bf8898d

[hbase] Git Push Summary

2017-01-05 Thread antonov
Repository: hbase Updated Tags: refs/tags/1.3.0RC0 [deleted] 78a060d3f

hbase git commit: HBASE-17395 [C++] Use custom line wrapping in formatting - ADDENDUM to remove an extra '=' sign.

2017-01-05 Thread enis
Repository: hbase Updated Branches: refs/heads/HBASE-14850 80ff9ec04 -> 50bcb9f9f HBASE-17395 [C++] Use custom line wrapping in formatting - ADDENDUM to remove an extra '=' sign. Signed-off-by: Enis Soztutar Project: http://git-wip-us.apache.org/repos/asf/hbase/repo

svn commit: r17676 - /dev/hbase/hbase-0.98.24RC0/

2017-01-05 Thread apurtell
Author: apurtell Date: Thu Jan 5 19:09:21 2017 New Revision: 17676 Log: Clean up after HBase 0.98.24RC0 Removed: dev/hbase/hbase-0.98.24RC0/

svn commit: r17675 - in /release/hbase: 0.98.23/ 0.98.24/

2017-01-05 Thread apurtell
Author: apurtell Date: Thu Jan 5 19:08:53 2017 New Revision: 17675 Log: Release 0.98.24; remove 0.98.23 Added: release/hbase/0.98.24/ release/hbase/0.98.24/0.98.23_0.98.24RC0_compat_report.html release/hbase/0.98.24/hbase-0.98.24-hadoop1-bin.tar.gz (with props)

[3/6] hbase git commit: HBASE-16710 Add ZStandard Codec to Compression.java

2017-01-05 Thread apurtell
HBASE-16710 Add ZStandard Codec to Compression.java 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/8f0d0e78 Tree:

[5/6] hbase git commit: HBASE-16710 Add ZStandard Codec to Compression.java

2017-01-05 Thread apurtell
HBASE-16710 Add ZStandard Codec to Compression.java 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/3cbc5cc9 Tree:

[2/6] hbase git commit: HBASE-16710 Add ZStandard Codec to Compression.java

2017-01-05 Thread apurtell
HBASE-16710 Add ZStandard Codec to Compression.java 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/667c5eb3 Tree:

[1/6] hbase git commit: HBASE-16710 Add ZStandard Codec to Compression.java

2017-01-05 Thread apurtell
Repository: hbase Updated Branches: refs/heads/0.98 9c13a1c3d -> 010421d83 refs/heads/branch-1 a9bac6a49 -> 667c5eb3a refs/heads/branch-1.1 63d8186d4 -> 3cbc5cc9e refs/heads/branch-1.2 601518abb -> 2e344a7c9 refs/heads/branch-1.3 1829cd541 -> 8f0d0e78c refs/heads/master df98d8dcd ->

[4/6] hbase git commit: HBASE-16710 Add ZStandard Codec to Compression.java

2017-01-05 Thread apurtell
HBASE-16710 Add ZStandard Codec to Compression.java 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/2e344a7c Tree:

[6/6] hbase git commit: Update version to 0.98.25-SNAPSHOT

2017-01-05 Thread apurtell
Update version to 0.98.25-SNAPSHOT Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/010421d8 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/010421d8 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/010421d8

hbase git commit: HBASE-17410 Changed size() == 0 to isEmpty in hbase-client

2017-01-05 Thread elserj
Repository: hbase Updated Branches: refs/heads/master dba103e1b -> df98d8dcd HBASE-17410 Changed size() == 0 to isEmpty in hbase-client Signed-off-by: Josh Elser Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: