You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Ranjit Mathew (JIRA)" <ji...@apache.org> on 2010/09/24 11:56:32 UTC

[jira] Created: (HDFS-1418) DFSClient Uses Deprecated "mapred.task.id" Configuration Key Causing Unecessary Warning Messages

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.