From hdfs-issues-return-14879-apmail-hadoop-hdfs-issues-archive=hadoop.apache.org@hadoop.apache.org Mon Feb 21 03:59:06 2011 Return-Path: Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: (qmail 2916 invoked from network); 21 Feb 2011 03:59:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Feb 2011 03:59:06 -0000 Received: (qmail 96124 invoked by uid 500); 21 Feb 2011 03:59:05 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 95504 invoked by uid 500); 21 Feb 2011 03:59:03 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 95488 invoked by uid 99); 21 Feb 2011 03:59:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Feb 2011 03:59:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Feb 2011 03:58:59 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 754D61AFABA for ; Mon, 21 Feb 2011 03:58:38 +0000 (UTC) Date: Mon, 21 Feb 2011 03:58:38 +0000 (UTC) From: "Hadoop QA (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <514927182.5109.1298260718476.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] Commented: (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 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HDFS-1418?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12997270#comment-12997270 ] Hadoop QA commented on HDFS-1418: --------------------------------- -1 overall. Here are the results of testing the latest attachment http://issues.apache.org/jira/secure/attachment/12471542/HDFS-1418.patch against trunk revision 1072023. +1 @author. The patch does not contain any @author tags. -1 tests included. The patch doesn't appear to include any new or modified tests. Please justify why no new tests are needed for this patch. Also please list what manual steps were performed to verify this patch. -1 patch. The patch command could not apply the patch. Console output: https://hudson.apache.org/hudson/job/PreCommit-HDFS-Build/207//console This message is automatically generated. > 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 > Attachments: HDFS-1418.patch > > > 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. - For more information on JIRA, see: http://www.atlassian.com/software/jira