Repository: hadoop
Updated Branches:
  refs/heads/branch-2 92acb0e4f -> 6bbb051d3


HADOOP-8642. Document that io.native.lib.available only controls native bz2 and 
zlib compression codecs. (aajisaka)

(cherry picked from commit ab5976161f3afaaf2ace60bab400e0d8dbc61923)


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/6bbb051d
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/6bbb051d
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/6bbb051d

Branch: refs/heads/branch-2
Commit: 6bbb051d381c3171ba2beef347bdf9cf1f6ba0db
Parents: 92acb0e
Author: Akira Ajisaka <aajis...@apache.org>
Authored: Mon Feb 23 17:34:43 2015 -0800
Committer: Akira Ajisaka <aajis...@apache.org>
Committed: Mon Feb 23 17:35:46 2015 -0800

----------------------------------------------------------------------
 hadoop-common-project/hadoop-common/CHANGES.txt                 | 3 +++
 .../hadoop-common/src/main/resources/core-default.xml           | 5 ++++-
 2 files changed, 7 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/6bbb051d/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt 
b/hadoop-common-project/hadoop-common/CHANGES.txt
index 9b86b3e..49ffbef 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -584,6 +584,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

http://git-wip-us.apache.org/repos/asf/hadoop/blob/6bbb051d/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml
----------------------------------------------------------------------
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 4d93bd9..bc0f064 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 @@
 <property>
   <name>io.native.lib.available</name>
   <value>true</value>
-  <description>Should native hadoop libraries, if present, be 
used.</description>
+  <description>Controls whether to use native libraries for bz2 and zlib
+    compression codecs or not. The property does not control any other native
+    libraries.
+  </description>
 </property>
 
 <property>

Reply via email to