Return-Path: X-Original-To: apmail-hadoop-common-commits-archive@www.apache.org Delivered-To: apmail-hadoop-common-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B685D104EF for ; Tue, 24 Feb 2015 01:36:44 +0000 (UTC) Received: (qmail 58631 invoked by uid 500); 24 Feb 2015 01:36:44 -0000 Delivered-To: apmail-hadoop-common-commits-archive@hadoop.apache.org Received: (qmail 58555 invoked by uid 500); 24 Feb 2015 01:36:44 -0000 Mailing-List: contact common-commits-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-dev@hadoop.apache.org Delivered-To: mailing list common-commits@hadoop.apache.org Received: (qmail 58545 invoked by uid 99); 24 Feb 2015 01:36:44 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Feb 2015 01:36:44 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5F888E04D1; Tue, 24 Feb 2015 01:36:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: aajisaka@apache.org To: common-commits@hadoop.apache.org Message-Id: <032f80716e484477b267cbd71281b057@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hadoop git commit: HADOOP-8642. Document that io.native.lib.available only controls native bz2 and zlib compression codecs. (aajisaka) Date: Tue, 24 Feb 2015 01:36:44 +0000 (UTC) Repository: hadoop Updated Branches: refs/heads/trunk 208430a15 -> ab5976161 HADOOP-8642. Document that io.native.lib.available only controls native bz2 and zlib compression codecs. (aajisaka) Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/ab597616 Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/ab597616 Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/ab597616 Branch: refs/heads/trunk Commit: ab5976161f3afaaf2ace60bab400e0d8dbc61923 Parents: 208430a Author: Akira Ajisaka Authored: Mon Feb 23 17:34:43 2015 -0800 Committer: Akira Ajisaka Committed: Mon Feb 23 17:34:43 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/ab597616/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 f75986e..e51f251 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 http://git-wip-us.apache.org/repos/asf/hadoop/blob/ab597616/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 41121f1..80dd15b 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. +