You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ar...@apache.org on 2015/04/08 03:07:02 UTC

[1/2] hadoop git commit: HADOOP-11801. Update BUILDING.txt for Ubuntu. (Contributed by Gabor Liptak)

Repository: hadoop
Updated Branches:
  refs/heads/branch-2 b584ce6c0 -> 8d3657a57
  refs/heads/trunk 5b8a3ae36 -> 5449adc9e


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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/5449adc9
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/5449adc9
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/5449adc9

Branch: refs/heads/trunk
Commit: 5449adc9e5fa0607b27caacd0f7aafc18c100975
Parents: 5b8a3ae
Author: Arpit Agarwal <ar...@apache.org>
Authored: Tue Apr 7 18:06:05 2015 -0700
Committer: Arpit Agarwal <ar...@apache.org>
Committed: Tue Apr 7 18:06:05 2015 -0700

----------------------------------------------------------------------
 BUILDING.txt                                    | 10 ++--------
 hadoop-common-project/hadoop-common/CHANGES.txt |  3 +++
 2 files changed, 5 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/5449adc9/BUILDING.txt
----------------------------------------------------------------------
diff --git a/BUILDING.txt b/BUILDING.txt
index f3b6853..3ca9fae 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -28,14 +28,8 @@ Installing required packages for clean install of Ubuntu 14.04 LTS Desktop:
   $ sudo apt-get -y install maven
 * 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://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
-  $ make
-  $ sudo make install
-  $ sudo ldconfig
+* ProtocolBuffer 2.5.0 (required)
+  $ sudo apt-get -y install libprotobuf-dev protobuf-compiler
 
 Optional packages:
 

http://git-wip-us.apache.org/repos/asf/hadoop/blob/5449adc9/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index 67050e7..412bad7 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -747,6 +747,9 @@ Release 2.7.0 - UNRELEASED
     HADOOP-10670. Allow AuthenticationFilters to load secret from signature
     secret files. (Kai Zheng via wheat9)
 
+    HADOOP-11801. Update BUILDING.txt for Ubuntu. (Gabor Liptak via
+    Arpit Agarwal)
+
   OPTIMIZATIONS
 
     HADOOP-11323. WritableComparator#compare keeps reference to byte array.


[2/2] hadoop git commit: HADOOP-11801. Update BUILDING.txt for Ubuntu. (Contributed by Gabor Liptak)

Posted by ar...@apache.org.
HADOOP-11801. Update BUILDING.txt for Ubuntu. (Contributed by Gabor Liptak)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/8d3657a5
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/8d3657a5
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/8d3657a5

Branch: refs/heads/branch-2
Commit: 8d3657a5779d5ed5a8f95ca8012888d86104e5fa
Parents: b584ce6
Author: Arpit Agarwal <ar...@apache.org>
Authored: Tue Apr 7 18:06:05 2015 -0700
Committer: Arpit Agarwal <ar...@apache.org>
Committed: Tue Apr 7 18:06:14 2015 -0700

----------------------------------------------------------------------
 BUILDING.txt                                    | 10 ++--------
 hadoop-common-project/hadoop-common/CHANGES.txt |  3 +++
 2 files changed, 5 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/8d3657a5/BUILDING.txt
----------------------------------------------------------------------
diff --git a/BUILDING.txt b/BUILDING.txt
index 02b8610..b30b30e 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -28,14 +28,8 @@ Installing required packages for clean install of Ubuntu 14.04 LTS Desktop:
   $ sudo apt-get -y install maven
 * 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://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
-  $ make
-  $ sudo make install
-  $ sudo ldconfig
+* ProtocolBuffer 2.5.0 (required)
+  $ sudo apt-get -y install libprotobuf-dev protobuf-compiler
 
 Optional packages:
 

http://git-wip-us.apache.org/repos/asf/hadoop/blob/8d3657a5/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt
index a08caa7..be39765 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -311,6 +311,9 @@ Release 2.7.0 - UNRELEASED
     HADOOP-10670. Allow AuthenticationFilters to load secret from signature
     secret files. (Kai Zheng via wheat9)
 
+    HADOOP-11801. Update BUILDING.txt for Ubuntu. (Gabor Liptak via
+    Arpit Agarwal)
+
   OPTIMIZATIONS
 
     HADOOP-11323. WritableComparator#compare keeps reference to byte array.