Browse Source

Merge HADOOP-10350. BUILDING.txt should mention openssl dependency required for hadoop-pipes (Vinayakumar B)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1586443 13f79535-47bb-0310-9956-ffa450edef68
Vinayakumar B 11 năm trước cách đây
mục cha
commit
a495fdb86f
2 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 2 0
      BUILDING.txt
  2. 3 0
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 2 - 0
BUILDING.txt

@@ -9,6 +9,8 @@ Requirements:
 * Findbugs 1.3.9 (if running findbugs)
 * ProtocolBuffer 2.5.0
 * CMake 2.6 or newer (if compiling native code)
+* Zlib devel (if compiling native code)
+* openssl devel ( if compiling native hadoop-pipes )
 * Internet connection for first build (to fetch all Maven and Hadoop dependencies)
 
 ----------------------------------------------------------------------------------

+ 3 - 0
hadoop-common-project/hadoop-common/CHANGES.txt

@@ -54,6 +54,9 @@ Release 2.5.0 - UNRELEASED
     HADOOP-10475. ConcurrentModificationException in
     AbstractDelegationTokenSelector.selectToken(). (jing9)
 
+    HADOOP-10350. BUILDING.txt should mention openssl dependency required
+    for hadoop-pipes (Vinayakumar B)
+
 Release 2.4.1 - UNRELEASED
 
   INCOMPATIBLE CHANGES