Explorar el Código

HADOOP-10857. Native Libraries Guide does not mention a dependency on openssl-development package (ozawa via cmccabe)

git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/trunk@1612384 13f79535-47bb-0310-9956-ffa450edef68
Colin McCabe hace 11 años
padre
commit
87c632c995

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

@@ -459,6 +459,9 @@ Release 2.6.0 - UNRELEASED
     HADOOP-10591.  Compression codecs must used pooled direct buffers or
     HADOOP-10591.  Compression codecs must used pooled direct buffers or
     deallocate direct buffers when stream is closed (cmccabe)
     deallocate direct buffers when stream is closed (cmccabe)
 
 
+    HADOOP-10857.  Native Libraries Guide doen't mention a dependency on
+    openssl-development package (ozawa via cmccabe)
+
 Release 2.5.0 - UNRELEASED
 Release 2.5.0 - UNRELEASED
 
 
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES

+ 2 - 0
hadoop-common-project/hadoop-common/src/site/apt/NativeLibraries.apt.vm

@@ -116,6 +116,8 @@ Native Libraries Guide
 
 
      * zlib-development package (stable version >= 1.2.0)
      * zlib-development package (stable version >= 1.2.0)
 
 
+     * openssl-development package(e.g. libssl-dev)
+
    Once you installed the prerequisite packages use the standard hadoop
    Once you installed the prerequisite packages use the standard hadoop
    pom.xml file and pass along the native flag to build the native hadoop 
    pom.xml file and pass along the native flag to build the native hadoop 
    library:
    library: