[ 
https://issues.apache.org/jira/browse/HDFS-9037?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14737188#comment-14737188
 ] 

Ashutosh Chauhan commented on HDFS-9037:
----------------------------------------

>From Hive's perspective, its super useful to commit this to branch-2, because 
>we are not moving to trunk any time soon.

> Trash messages should be handled by Logger instead of being delivered on 
> System.out 
> ------------------------------------------------------------------------------------
>
>                 Key: HDFS-9037
>                 URL: https://issues.apache.org/jira/browse/HDFS-9037
>             Project: Hadoop HDFS
>          Issue Type: Improvement
>          Components: logging
>    Affects Versions: 2.6.0
>            Reporter: Ashutosh Chauhan
>            Assignee: Mingliang Liu
>         Attachments: HDFS-9037.000.patch
>
>
> Specifically,
> {code}
>   if (success) {
>       System.out.println("Moved: '" + p + "' to trash at: " +
>           trash.getCurrentTrashDir() );
>     }
> {code}
> should be:
> {code}
>   if (success) {
>       LOG.info("Moved: '" + p + "' to trash at: " + 
> trash.getCurrentTrashDir());
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to