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 "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2009/09/30 00:34:07 UTC

[jira] Created: (HDFS-662) Unnecessary info message from DFSClient

Unnecessary info message from DFSClient
---------------------------------------

                 Key: HDFS-662
                 URL: https://issues.apache.org/jira/browse/HDFS-662
             Project: Hadoop HDFS
          Issue Type: Sub-task
    Affects Versions: Append Branch
            Reporter: Tsz Wo (Nicholas), SZE
             Fix For: Append Branch


Unnecessary info message from DFSClient:
{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.


[jira] Resolved: (HDFS-662) Unnecessary info message from DFSClient

Posted by "Hairong Kuang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HDFS-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hairong Kuang resolved HDFS-662.
--------------------------------

    Resolution: Fixed

I've committed this!

> Unnecessary info message from DFSClient
> ---------------------------------------
>
>                 Key: HDFS-662
>                 URL: https://issues.apache.org/jira/browse/HDFS-662
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: hdfs client
>    Affects Versions: Append Branch
>            Reporter: Tsz Wo (Nicholas), SZE
>            Assignee: Hairong Kuang
>             Fix For: Append Branch
>
>         Attachments: logInfo.patch
>
>
> Unnecessary info message from DFSClient:
> {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.