From d038d161c2abfcba93b2087a8a35357bc5a42c9a Mon Sep 17 00:00:00 2001 From: Colin McCabe Date: Mon, 21 Jul 2014 19:05:31 +0000 Subject: [PATCH] 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/branches/branch-2@1612385 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ .../hadoop-common/src/site/apt/NativeLibraries.apt.vm | 2 ++ 2 files changed, 5 insertions(+) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 7821a44f251..169f9ae5d54 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -60,6 +60,9 @@ Release 2.6.0 - UNRELEASED HADOOP-10591. Compression codecs must used pooled direct buffers or 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 INCOMPATIBLE CHANGES diff --git a/hadoop-common-project/hadoop-common/src/site/apt/NativeLibraries.apt.vm b/hadoop-common-project/hadoop-common/src/site/apt/NativeLibraries.apt.vm index 5b315ee3580..27325194100 100644 --- a/hadoop-common-project/hadoop-common/src/site/apt/NativeLibraries.apt.vm +++ b/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) + * openssl-development package(e.g. libssl-dev) + Once you installed the prerequisite packages use the standard hadoop pom.xml file and pass along the native flag to build the native hadoop library: