From ae2ca87ab3108ffede41275a2c92c4773b81dc7d Mon Sep 17 00:00:00 2001 From: Allen Wittenauer Date: Thu, 14 Aug 2014 21:40:45 +0000 Subject: [PATCH] HADOOP-10231. Add some components in Native Libraries document (Akira AJISAKA via aw) git-svn-id: https://svn.apache.org/repos/asf/hadoop/common/branches/branch-2@1618061 13f79535-47bb-0310-9956-ffa450edef68 --- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ .../src/site/apt/NativeLibraries.apt.vm | 14 +++++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index 23b2b26ffb0..599a88669dd 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -78,6 +78,9 @@ Release 2.6.0 - UNRELEASED HADOOP-8944. Shell command fs -count should include human readable option (Jonathan Allen via aw) + HADOOP-10231. Add some components in Native Libraries document (Akira + AJISAKA via aw) + OPTIMIZATIONS HADOOP-10838. Byte array native checksumming. (James Thomas via todd) 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 27325194100..070a7d3e568 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 @@ -30,6 +30,8 @@ Native Libraries Guide compression" could refer to all *.so's you need to compile that are specifically related to compression. Currently, however, this document only addresses the native hadoop library (<<>>). + The document for libhdfs library (<<>>) is + {{{../hadoop-hdfs/LibHdfs.html}here}}. * Native Hadoop Library @@ -64,14 +66,16 @@ Native Libraries Guide * Components - The native hadoop library includes two components, the zlib and gzip - compression codecs: + The native hadoop library includes various components: - * zlib + * Compression Codecs (bzip2, lz4, snappy, zlib) - * gzip + * Native IO utilities for {{{../hadoop-hdfs/ShortCircuitLocalReads.html} + HDFS Short-Circuit Local Reads}} and + {{{../hadoop-hdfs/CentralizedCacheManagement.html}Centralized Cache + Management in HDFS}} - The native hadoop library is imperative for gzip to work. + * CRC32 checksum implementation * Supported Platforms