Explorar o código

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

Akira Ajisaka %!s(int64=10) %!d(string=hai) anos
pai
achega
ab5976161f

+ 3 - 0
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.
     HADOOP-10478. Fix new findbugs warnings in hadoop-maven-plugins.
     (Li Lu via wheat9)
     (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
 Release 2.6.1 - UNRELEASED
 
 
   INCOMPATIBLE CHANGES
   INCOMPATIBLE CHANGES

+ 4 - 1
hadoop-common-project/hadoop-common/src/main/resources/core-default.xml

@@ -41,7 +41,10 @@
 <property>
 <property>
   <name>io.native.lib.available</name>
   <name>io.native.lib.available</name>
   <value>true</value>
   <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>
 
 
 <property>
 <property>