From hdfs-dev-return-1569-apmail-hadoop-hdfs-dev-archive=hadoop.apache.org@hadoop.apache.org Fri Sep 24 09:57:00 2010 Return-Path: Delivered-To: apmail-hadoop-hdfs-dev-archive@minotaur.apache.org Received: (qmail 36298 invoked from network); 24 Sep 2010 09:56:59 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Sep 2010 09:56:59 -0000 Received: (qmail 49125 invoked by uid 500); 24 Sep 2010 09:56:58 -0000 Delivered-To: apmail-hadoop-hdfs-dev-archive@hadoop.apache.org Received: (qmail 48725 invoked by uid 500); 24 Sep 2010 09:56:55 -0000 Mailing-List: contact hdfs-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-dev@hadoop.apache.org Delivered-To: mailing list hdfs-dev@hadoop.apache.org Received: (qmail 48698 invoked by uid 99); 24 Sep 2010 09:56:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Sep 2010 09:56:54 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Sep 2010 09:56:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8O9uWDo021255 for ; Fri, 24 Sep 2010 09:56:33 GMT Message-ID: <32993963.381631285322192966.JavaMail.jira@thor> Date: Fri, 24 Sep 2010 05:56:32 -0400 (EDT) From: "Ranjit Mathew (JIRA)" To: hdfs-dev@hadoop.apache.org Subject: [jira] Created: (HDFS-1418) DFSClient Uses Deprecated "mapred.task.id" Configuration Key Causing Unecessary Warning Messages MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 DFSClient Uses Deprecated "mapred.task.id" Configuration Key Causing Unecessary Warning Messages ------------------------------------------------------------------------------------------------ Key: HDFS-1418 URL: https://issues.apache.org/jira/browse/HDFS-1418 Project: Hadoop HDFS Issue Type: Bug Components: hdfs client Affects Versions: 0.22.0 Reporter: Ranjit Mathew Priority: Minor Every invocation of the "hadoop fs" command leads to an unnecessary warning like the following: {noformat} $ $HADOOP_HOME/bin/hadoop fs -ls / 10/09/24 15:10:23 WARN conf.Configuration: mapred.task.id is deprecated. Instead, use mapreduce.task.attempt.id {noformat} This is easily fixed by updating "src/java/org/apache/hadoop/hdfs/DFSClient.java". -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.