HADOOP-11801. Update BUILDING.txt for Ubuntu. (Contributed by Gabor Liptak)

This commit is contained in:
Arpit Agarwal 2015-04-07 18:06:05 -07:00
parent 5b8a3ae366
commit 5449adc9e5
2 changed files with 5 additions and 8 deletions

View File

@ -28,14 +28,8 @@ Installing required packages for clean install of Ubuntu 14.04 LTS Desktop:
$ sudo apt-get -y install maven $ sudo apt-get -y install maven
* Native libraries * Native libraries
$ sudo apt-get -y install build-essential autoconf automake libtool cmake zlib1g-dev pkg-config libssl-dev $ sudo apt-get -y install build-essential autoconf automake libtool cmake zlib1g-dev pkg-config libssl-dev
* ProtocolBuffer 2.5.0 * ProtocolBuffer 2.5.0 (required)
$ wget https://github.com/google/protobuf/releases/download/v2.5.0/protobuf-2.5.0.tar.gz $ sudo apt-get -y install libprotobuf-dev protobuf-compiler
$ tar -zxvf protobuf-2.5.0.tar.gz
$ cd protobuf-2.5.0.tar.gz
$ ./configure
$ make
$ sudo make install
$ sudo ldconfig
Optional packages: Optional packages:

View File

@ -747,6 +747,9 @@ Release 2.7.0 - UNRELEASED
HADOOP-10670. Allow AuthenticationFilters to load secret from signature HADOOP-10670. Allow AuthenticationFilters to load secret from signature
secret files. (Kai Zheng via wheat9) secret files. (Kai Zheng via wheat9)
HADOOP-11801. Update BUILDING.txt for Ubuntu. (Gabor Liptak via
Arpit Agarwal)
OPTIMIZATIONS OPTIMIZATIONS
HADOOP-11323. WritableComparator#compare keeps reference to byte array. HADOOP-11323. WritableComparator#compare keeps reference to byte array.