From d16c8ab71b546e557eb781ea9702386aaae14beb Mon Sep 17 00:00:00 2001 From: Elliott Clark Date: Wed, 25 Mar 2015 09:27:12 -0700 Subject: [PATCH] HBASE-13325 Protocol Buffers 2.5 no longer available for download on code.google.com --- .../src/main/java/org/apache/hadoop/hbase/protobuf/package.html | 2 +- hbase-protocol/README.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/package.html b/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/package.html index 292cac55ef2..d324653e61e 100644 --- a/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/package.html +++ b/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/package.html @@ -20,7 +20,7 @@ -Holds classes generated from protobuf +Holds classes generated from protobuf src/main/protobuf definition files.

See under src/main/protobuf for instruction on how to generate the content under diff --git a/hbase-protocol/README.txt b/hbase-protocol/README.txt index b67f0c3ca59..e651411bf64 100644 --- a/hbase-protocol/README.txt +++ b/hbase-protocol/README.txt @@ -5,7 +5,7 @@ and then checked in. The reasoning is that they change infrequently. To regenerate the classes after making definition file changes, ensure first that the protobuf protoc tool is in your $PATH (You may need to download it and build it first; its part of the protobuf package obtainable from here: -http://code.google.com/p/protobuf/downloads/list). +https://github.com/google/protobuf/releases/tag/v2.5.0). HBase uses hadoop-maven-plugins:protoc goal to invoke the protoc command. You can compile the protoc definitions by invoking maven with profile compile-protobuf or