You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2015/12/18 06:06:46 UTC

[jira] [Updated] (HBASE-13726) stop using Hadoop's IOUtils

     [ https://issues.apache.org/jira/browse/HBASE-13726?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey updated HBASE-13726:
--------------------------------
    Component/s: dependencies

> stop using Hadoop's IOUtils
> ---------------------------
>
>                 Key: HBASE-13726
>                 URL: https://issues.apache.org/jira/browse/HBASE-13726
>             Project: HBase
>          Issue Type: Task
>          Components: dependencies
>            Reporter: Sean Busbey
>            Assignee: Sean Busbey
>             Fix For: 2.0.0, 1.2.0
>
>         Attachments: HBASE-13726.1.patch
>
>
> In HBaseFsck we make use of Hadoop's IOUtils for ignore-errors-while-closing.
> All of these methods (in the way we call them) behave the same as commons-io's IOUtils.closeQuietly. One of the methods in the Hadoop version also uses a parameter that isn't in org.apache.hadoop.
> We already have commons-io as a dependency in this module, we should just use the commons-io version since it is stable and more limited in surface.



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