From 7700a7fac1262934fe538a96b040793c6ff171ce Mon Sep 17 00:00:00 2001 From: Michael Stack Date: Mon, 27 Mar 2017 07:43:22 -0700 Subject: [PATCH] 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. --- hbase-protocol-shaded/pom.xml | 2 +- hbase-server/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hbase-protocol-shaded/pom.xml b/hbase-protocol-shaded/pom.xml index 6c0e971b873..a6b877739b6 100644 --- a/hbase-protocol-shaded/pom.xml +++ b/hbase-protocol-shaded/pom.xml @@ -33,7 +33,7 @@ true - 3.1.0 + 3.2.0 ${project.build.directory}/classes diff --git a/hbase-server/pom.xml b/hbase-server/pom.xml index 1eba784ff19..10093cbda5a 100644 --- a/hbase-server/pom.xml +++ b/hbase-server/pom.xml @@ -28,7 +28,7 @@ hbase-server Apache HBase - Server - Main functionality for HBase + Server functionality for HBase target/test-classes/webapps true