瀏覽代碼

Reverse merged revision(s) 1586425 from hadoop/common/trunk:
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/trunk@1586432 13f79535-47bb-0310-9956-ffa450edef68

Vinayakumar B 11 年之前
父節點
當前提交
b0c828f4d3
共有 2 個文件被更改,包括 0 次插入5 次删除
  1. 0 2
      BUILDING.txt
  2. 0 3
      hadoop-common-project/hadoop-common/CHANGES.txt

+ 0 - 2
BUILDING.txt

@@ -9,8 +9,6 @@ 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)
 
 ----------------------------------------------------------------------------------

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

@@ -314,9 +314,6 @@ Trunk (Unreleased)
 
     HADOOP-10488. TestKeyProviderFactory fails randomly. (tucu)
 
-    HADOOP-10350. BUILDING.txt should mention openssl dependency required
-    for hadoop-pipes (Vinayakumar B)
-
   OPTIMIZATIONS
 
     HADOOP-7761. Improve the performance of raw comparisons. (todd)