You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2017/03/31 19:45:14 UTC

hbase git commit: HBASE-16780 Since move to protobuf3.1, Cells are limited to 64MB where previous they had no limit Update internal pb to 3.2 from 3.1.

Repository: hbase
Updated Branches:
  refs/heads/master a9682ca5d -> 7700a7fac


HBASE-16780 Since move to protobuf3.1, Cells are limited to 64MB where previous they had no limit Update internal pb to 3.2 from 3.1.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/7700a7fa
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/7700a7fa
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/7700a7fa

Branch: refs/heads/master
Commit: 7700a7fac1262934fe538a96b040793c6ff171ce
Parents: a9682ca
Author: Michael Stack <st...@apache.org>
Authored: Mon Mar 27 07:43:22 2017 -0700
Committer: Michael Stack <st...@apache.org>
Committed: Fri Mar 31 12:44:59 2017 -0700

----------------------------------------------------------------------
 hbase-protocol-shaded/pom.xml | 2 +-
 hbase-server/pom.xml          | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/7700a7fa/hbase-protocol-shaded/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml
index 6c0e971..a6b8777 100644
--- a/hbase-protocol-shaded/pom.xml
+++ b/hbase-protocol-shaded/pom.xml
@@ -33,7 +33,7 @@
     <maven.javadoc.skip>true</maven.javadoc.skip>
     <!--Version of protobuf that hbase uses internally (we shade our pb)
            -->
-    <internal.protobuf.version>3.1.0</internal.protobuf.version>
+    <internal.protobuf.version>3.2.0</internal.protobuf.version>
     <!--The Default target dir-->
     <classes.dir>${project.build.directory}/classes</classes.dir>
     <!--The Default location for sources-->

http://git-wip-us.apache.org/repos/asf/hbase/blob/7700a7fa/hbase-server/pom.xml
----------------------------------------------------------------------
diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml
index 1eba784..10093cb 100644
--- a/hbase-server/pom.xml
+++ b/hbase-server/pom.xml
@@ -28,7 +28,7 @@
   </parent>
   <artifactId>hbase-server</artifactId>
   <name>Apache HBase - Server</name>
-  <description>Main functionality for HBase</description>
+  <description>Server functionality for HBase</description>
   <properties>
     <test.build.webapps>target/test-classes/webapps</test.build.webapps>
     <license.bundles.logo>true</license.bundles.logo>