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

This commit is contained in:
Akira Ajisaka 2015-02-23 17:34:43 -08:00
parent 208430a15d
commit ab5976161f
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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>