Repository: hbase Updated Branches: refs/heads/master 2e31e834a -> 134b95579
HBASE-13325 Protocol Buffers 2.5 no longer available for download on code.google.com Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/134b9557 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/134b9557 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/134b9557 Branch: refs/heads/master Commit: 134b95579c0d02d54f477e437f03ca1a825256f4 Parents: 2e31e83 Author: Elliott Clark <[email protected]> Authored: Wed Mar 25 09:27:12 2015 -0700 Committer: Elliott Clark <[email protected]> Committed: Wed Mar 25 14:05:34 2015 -0700 ---------------------------------------------------------------------- .../src/main/java/org/apache/hadoop/hbase/protobuf/package.html | 2 +- hbase-protocol/README.txt | 2 +- src/main/asciidoc/_chapters/rpc.adoc | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/134b9557/hbase-client/src/main/java/org/apache/hadoop/hbase/protobuf/package.html ---------------------------------------------------------------------- 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 292cac5..d324653 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 @@ <head /> <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. <p>See under <code>src/main/protobuf</code> for instruction on how to generate the content under http://git-wip-us.apache.org/repos/asf/hbase/blob/134b9557/hbase-protocol/README.txt ---------------------------------------------------------------------- diff --git a/hbase-protocol/README.txt b/hbase-protocol/README.txt index b67f0c3..e651411 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 http://git-wip-us.apache.org/repos/asf/hbase/blob/134b9557/src/main/asciidoc/_chapters/rpc.adoc ---------------------------------------------------------------------- diff --git a/src/main/asciidoc/_chapters/rpc.adoc b/src/main/asciidoc/_chapters/rpc.adoc index 5d8b230..43e7156 100644 --- a/src/main/asciidoc/_chapters/rpc.adoc +++ b/src/main/asciidoc/_chapters/rpc.adoc @@ -28,7 +28,7 @@ :icons: font :experimental: -In 0.95, all client/server communication is done with link:https://code.google.com/p/protobuf/[protobuf'ed] Messages rather than with link:http://hadoop.apache.org/docs/current/api/org/apache/hadoop/io/Writable.html[Hadoop +In 0.95, all client/server communication is done with link:https://developers.google.com/protocol-buffers/[protobuf'ed] Messages rather than with link:http://hadoop.apache.org/docs/current/api/org/apache/hadoop/io/Writable.html[Hadoop Writables]. Our RPC wire format therefore changes. This document describes the client/server request/response protocol and our new RPC wire-format.
