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 B443F17434 for ; Fri, 1 May 2015 20:34:45 +0000 (UTC) Received: (qmail 97966 invoked by uid 500); 1 May 2015 20:34:45 -0000 Delivered-To: apmail-hbase-commits-archive@hbase.apache.org Received: (qmail 97801 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 97544 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 3B6F2E17DB; 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:50 -0000 Message-Id: <64014270a3e64d63a609c0db8a53f4b8@git.apache.org> In-Reply-To: <11cf41fa50094ea1a6d8fb36f603f1ec@git.apache.org> References: <11cf41fa50094ea1a6d8fb36f603f1ec@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [6/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/d16c8ab7 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/d16c8ab7 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/d16c8ab7 Branch: refs/heads/branch-1 Commit: d16c8ab71b546e557eb781ea9702386aaae14beb Parents: 62da795 Author: Elliott Clark Authored: Wed Mar 25 09:27:12 2015 -0700 Committer: Andrew Purtell Committed: Fri May 1 13:31:40 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/d16c8ab7/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/d16c8ab7/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