[
https://issues.apache.org/jira/browse/HBASE-13726?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14562057#comment-14562057
]
Hudson commented on HBASE-13726:
--------------------------------
SUCCESS: Integrated in HBase-TRUNK #6517 (See
[https://builds.apache.org/job/HBase-TRUNK/6517/])
HBASE-13726 Use commons-io to cleanup Closeables instead of hadoop IOUtils.
(busbey: rev 4cab6963b0c21b480ac23ff45f85925cf878ca8c)
* hbase-server/src/main/java/org/apache/hadoop/hbase/util/HBaseFsck.java
> stop using Hadoop's IOUtils
> ---------------------------
>
> Key: HBASE-13726
> URL: https://issues.apache.org/jira/browse/HBASE-13726
> Project: HBase
> Issue Type: Task
> Reporter: Sean Busbey
> Assignee: Sean Busbey
> 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)