HBASE-13325 Protocol Buffers 2.5 no longer available for download on code.google.com

This commit is contained in:
Elliott Clark 2015-03-25 09:27:12 -07:00 committed by Andrew Purtell
parent 62da795ddb
commit d16c8ab71b
2 changed files with 2 additions and 2 deletions

View File

@ -20,7 +20,7 @@
<head /> <head />
<body bgcolor="white"> <body bgcolor="white">
Holds classes generated from <a href="http://code.google.com/apis/protocolbuffers/">protobuf</a> Holds classes generated from <a href="https://developers.google.com/protocol-buffers/">protobuf</a>
<code>src/main/protobuf</code> definition files. <code>src/main/protobuf</code> definition files.
<p>See under <code>src/main/protobuf</code> for instruction on how to generate the content under <p>See under <code>src/main/protobuf</code> for instruction on how to generate the content under

View File

@ -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 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 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: 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 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 compile the protoc definitions by invoking maven with profile compile-protobuf or