HADOOP-11738. Fix a link of Protocol Buffers 2.5 for download in BUILDING.txt. (ozawa)

(cherry picked from commit 323945b33a)
This commit is contained in:
Tsuyoshi Ozawa 2015-03-25 18:02:32 +09:00
parent 557dfe5c40
commit c8f2880f98
2 changed files with 5 additions and 2 deletions

View File

@ -29,7 +29,7 @@ Installing required packages for clean install of Ubuntu 14.04 LTS Desktop:
* Native libraries
$ sudo apt-get -y install build-essential autoconf automake libtool cmake zlib1g-dev pkg-config libssl-dev
* ProtocolBuffer 2.5.0
$ wget https://protobuf.googlecode.com/svn/rc/protobuf-2.5.0.tar.gz
$ wget https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.gz
$ tar -zxvf protobuf-2.5.0.tar.gz
$ cd protobuf-2.5.0.tar.gz
$ ./configure

View File

@ -692,6 +692,9 @@ Release 2.7.0 - UNRELEASED
HADOOP-11014. Potential resource leak in JavaKeyStoreProvider due to
unclosed stream. (ozawa)
HADOOP-11738. Fix a link of Protocol Buffers 2.5 for download in BUILDING.txt.
(ozawa)
Release 2.6.1 - UNRELEASED
INCOMPATIBLE CHANGES