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.