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

ASF GitHub Bot commented on HADOOP-14539:
-----------------------------------------

GitHub user wenxinhe opened a pull request:

    https://github.com/apache/hadoop/pull/246

    HADOOP-14539. Move commons logging APIs over to slf4j in hadoop-common.

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/wenxinhe/hadoop 
HADOOP-14539.hadoop-common.logging

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/hadoop/pull/246.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #246
    
----
commit 521ac19f9226ea271c239b9b7345d64d82ab35d4
Author: wenxinhe <wenxin...@gmail.com>
Date:   2017-07-01T02:12:34Z

    HADOOP-14539. Move commons logging APIs over to slf4j in hadoop-common.
    
    simple replace: org.apache.commons.logging.Log -> org.slf4j.Logger

commit a86f2b25202808f1e4ef2b6ce214f63dfa75e967
Author: wenxinhe <wenxin...@gmail.com>
Date:   2017-07-06T03:54:07Z

    HADOOP-14539. Move commons logging APIs over to slf4j in hadoop-common.
    
    change: LOG.fatal() -> LOG.error()

commit fa9af169900f3515e65814ef7ca1c98914e90715
Author: wenxinhe <wenxin...@gmail.com>
Date:   2017-07-01T09:24:57Z

    HADOOP-14539. Move commons logging APIs over to slf4j in hadoop-common.
    
    change: org.apache.commons.logging.Log.debug(Object)
            ->org.slf4j.Logger.debug(String)

commit 7af274b3e89da963691272335256004ebf9f1b83
Author: wenxinhe <wenxin...@gmail.com>
Date:   2017-07-03T06:34:31Z

    HADOOP-14539. Move commons logging APIs over to slf4j in hadoop-common.
    
    change: org.apache.commons.logging.Log.debug(Object, (Throwable) null)
            -> org.slf4j.Logger.debug(String, (Throwable) null)

commit fd6f14dcdbf36b403bd5efa114436d945959ac56
Author: wenxinhe <wenxin...@gmail.com>
Date:   2017-07-06T08:03:43Z

    HADOOP-14539. Move commons logging APIs over to slf4j in hadoop-common.
    
    change: org.apache.commons.logging.Log.debug(Object)
            -> org.slf4j.Logger.debug(String, Throwable)

commit 4ce2b824e77590407f77f326f16c39175aceccbf
Author: wenxinhe <wenxin...@gmail.com>
Date:   2017-07-06T08:54:37Z

    HADOOP-14539. Move commons logging APIs over to slf4j in hadoop-common.
    
    change: IOUtils.cleanup -> IOUtils.cleanupWithLogger

commit d82797fb88dbea12ffa0db926b894cc9123e444f
Author: wenxinhe <wenxin...@gmail.com>
Date:   2017-07-06T11:24:28Z

    HADOOP-14539. Move commons logging APIs over to slf4j in hadoop-common.
    
    revert FileSystem.LOG for it's referenced by hadoop-yarn

commit f0ffa503fb135d84e542ecea80cb3d6224983cd3
Author: wenxinhe <wenxin...@gmail.com>
Date:   2017-07-07T02:58:27Z

    HADOOP-14539. Move commons logging APIs over to slf4j in hadoop-common.
    
    change: SignalLogger.INSTANCE.register(LOG)
            -> SignalLogger.INSTANCE.register(LogAdapter.create(LOG))

----


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




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: common-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-issues-h...@hadoop.apache.org

Reply via email to