From ab5976161f3afaaf2ace60bab400e0d8dbc61923 Mon Sep 17 00:00:00 2001 From: Akira Ajisaka Date: Mon, 23 Feb 2015 17:34:43 -0800 Subject: [PATCH] HADOOP-8642. Document that io.native.lib.available only controls native bz2 and zlib compression codecs. (aajisaka) --- hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++ .../hadoop-common/src/main/resources/core-default.xml | 5 ++++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt b/hadoop-common-project/hadoop-common/CHANGES.txt index f75986e4da..e51f25189b 100644 --- a/hadoop-common-project/hadoop-common/CHANGES.txt +++ b/hadoop-common-project/hadoop-common/CHANGES.txt @@ -992,6 +992,9 @@ Release 2.7.0 - UNRELEASED HADOOP-10478. Fix new findbugs warnings in hadoop-maven-plugins. (Li Lu via wheat9) + HADOOP-8642. Document that io.native.lib.available only controls native bz2 + and zlib compression codecs. (aajisaka) + Release 2.6.1 - UNRELEASED INCOMPATIBLE CHANGES diff --git a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml index 41121f18f8..80dd15b218 100644 --- a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml +++ b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml @@ -41,7 +41,10 @@ io.native.lib.available true - Should native hadoop libraries, if present, be used. + Controls whether to use native libraries for bz2 and zlib + compression codecs or not. The property does not control any other native + libraries. +