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.
This commit is contained in:
parent
a9682ca5dc
commit
7700a7fac1
|
@ -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-->
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue