You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2009/09/30 00:38:07 UTC

[jira] Created: (HADOOP-6291) Confusing warn message from Configuration

Confusing warn message from Configuration
-----------------------------------------

                 Key: HADOOP-6291
                 URL: https://issues.apache.org/jira/browse/HADOOP-6291
             Project: Hadoop Common
          Issue Type: Bug
          Components: conf
    Affects Versions: 0.21.0
            Reporter: Tsz Wo (Nicholas), SZE
             Fix For: 0.21.0


Starting a cluster without setting mapreduce.task.attempt.id and then
{noformat}
$ ./bin/hadoop fs -put README.txt r.txt
09/09/29 22:28:10 WARN conf.Configuration: mapred.task.id is deprecated. Instead, use mapreduce.task.attempt.id
09/09/29 22:28:10 INFO hdfs.DFSClient: Done flushing
09/09/29 22:28:10 INFO hdfs.DFSClient: Closing the streams...
{noformat}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.