Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E9EDF109E9 for ; Fri, 27 Dec 2013 04:38:05 +0000 (UTC) Received: (qmail 26695 invoked by uid 500); 27 Dec 2013 04:38:00 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 26429 invoked by uid 500); 27 Dec 2013 04:37:54 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 26411 invoked by uid 99); 27 Dec 2013 04:37:51 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 27 Dec 2013 04:37:51 +0000 Date: Fri, 27 Dec 2013 04:37:50 +0000 (UTC) From: "shanyu zhao (JIRA)" To: common-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HADOOP-10178) Configuration deprecation always emit "deprecated" warnings when a new key is used MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HADOOP-10178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] shanyu zhao updated HADOOP-10178: --------------------------------- Attachment: HADOOP-10178-v3.patch New patch attached. Fix warning. > Configuration deprecation always emit "deprecated" warnings when a new key is used > ---------------------------------------------------------------------------------- > > Key: HADOOP-10178 > URL: https://issues.apache.org/jira/browse/HADOOP-10178 > Project: Hadoop Common > Issue Type: Bug > Components: conf > Affects Versions: 2.2.0 > Reporter: shanyu zhao > Assignee: shanyu zhao > Attachments: HADOOP-10178-v2.patch, HADOOP-10178-v3.patch, HADOOP-10178.patch > > > Even if you use any new configuration properties, you still find "deprecated" warnings in your logs. E.g.: > 13/12/14 01:00:51 INFO Configuration.deprecation: mapred.input.dir.recursive is deprecated. Instead, use mapreduce.input.fileinputformat.input.dir.recursive -- This message was sent by Atlassian JIRA (v6.1.5#6160)