HDFS-13338. Update BUILDING.txt for building native libraries. Contributed by Takanobu Asanuma.
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/285bbaa4 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/285bbaa4 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/285bbaa4 Branch: refs/heads/HDFS-12943 Commit: 285bbaa4329f7586b9c404ce2e557d36041099c0 Parents: 4cef011 Author: James Clampffer <james.clampf...@hp.com> Authored: Tue Mar 27 14:21:19 2018 -0400 Committer: James Clampffer <james.clampf...@hp.com> Committed: Tue Mar 27 14:21:19 2018 -0400 ---------------------------------------------------------------------- BUILDING.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/285bbaa4/BUILDING.txt ---------------------------------------------------------------------- diff --git a/BUILDING.txt b/BUILDING.txt index f1df194..dbf2cb8 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -9,6 +9,7 @@ Requirements: * ProtocolBuffer 2.5.0 * CMake 3.1 or newer (if compiling native code) * Zlib devel (if compiling native code) +* Cyrus SASL devel (if compiling native code) * openssl devel (if compiling native hadoop-pipes and to get the best HDFS encryption performance) * Linux FUSE (Filesystem in Userspace) version 2.6 or above (if compiling fuse_dfs) * Jansson C XML parsing library ( if compiling libwebhdfs ) @@ -67,7 +68,7 @@ Installing required packages for clean install of Ubuntu 14.04 LTS Desktop: * Maven $ 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 + $ sudo apt-get -y install build-essential autoconf automake libtool cmake zlib1g-dev pkg-config libssl-dev libsasl2-dev * ProtocolBuffer 2.5.0 (required) $ sudo apt-get -y install protobuf-compiler --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org