Return-Path: X-Original-To: apmail-hbase-commits-archive@www.apache.org Delivered-To: apmail-hbase-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D44891743C for ; Fri, 1 May 2015 20:34:45 +0000 (UTC) Received: (qmail 98040 invoked by uid 500); 1 May 2015 20:34:45 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 97932 invoked by uid 500); 1 May 2015 20:34:45 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 97546 invoked by uid 99); 1 May 2015 20:34:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2015 20:34:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3915DE41DD; Fri, 1 May 2015 20:34:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: apurtell@apache.org To: commits@hbase.apache.org Date: Fri, 01 May 2015 20:34:49 -0000 Message-Id: <2d005d0d8d384824a1851b94310fe869@git.apache.org> In-Reply-To: <11cf41fa50094ea1a6d8fb36f603f1ec@git.apache.org> References: <11cf41fa50094ea1a6d8fb36f603f1ec@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/6] hbase git commit: HBASE-13325 Protocol Buffers 2.5 no longer available for download on code.google.com 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/cb66e00f Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/cb66e00f Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/cb66e00f Branch: refs/heads/branch-1.0 Commit: cb66e00f0dfc1767a45a20fb08d19feba8c5601b Parents: aee1c0a Author: Elliott Clark Authored: Wed Mar 25 09:27:12 2015 -0700 Committer: Andrew Purtell Committed: Fri May 1 13:31:23 2015 -0700 ---------------------------------------------------------------------- .../src/main/java/org/apache/hadoop/hbase/protobuf/package.html | 2 +- hbase-protocol/README.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/cb66e00f/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 @@ -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 http://git-wip-us.apache.org/repos/asf/hbase/blob/cb66e00f/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