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

Allen Wittenauer commented on HADOOP-14289:
-------------------------------------------


This is a job for perl, not sed:

{code}
find . -name '*.java' | xargs perl -pi -e 
's,Logger\.getLogger\(,LoggerFactory\.getLogger\(,g'
{code}

> Move logging APIs over to slf4j in hadoop-common
> ------------------------------------------------
>
>                 Key: HADOOP-14289
>                 URL: https://issues.apache.org/jira/browse/HADOOP-14289
>             Project: Hadoop Common
>          Issue Type: Sub-task
>            Reporter: Akira Ajisaka
>         Attachments: HADOOP-14289.sample.patch
>
>




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to