[
https://issues.apache.org/jira/browse/HBASE-10159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13851941#comment-13851941
]
Hudson commented on HBASE-10159:
--------------------------------
FAILURE: Integrated in hbase-0.96-hadoop2 #154 (See
[https://builds.apache.org/job/hbase-0.96-hadoop2/154/])
HBASE-10159 Replaced deprecated interface Closeable (jxiang: rev 1551820)
*
/hbase/branches/0.96/hbase-server/src/main/java/org/apache/hadoop/hbase/fs/HFileSystem.java
> Replaced deprecated interface Closeable
> ---------------------------------------
>
> Key: HBASE-10159
> URL: https://issues.apache.org/jira/browse/HBASE-10159
> Project: HBase
> Issue Type: Task
> Reporter: Jimmy Xiang
> Assignee: Jimmy Xiang
> Priority: Trivial
> Fix For: 0.98.0, 0.96.2, 0.99.0
>
> Attachments: trunk-10159.patch, trunk-10159_v2.patch
>
>
> Hadoop interface Closeable has been deprecated for quite some time to favor
> java.io.Closeable. Since we support only hadoop 1.0 and above now, we can
> replace the deprecated Closeable with the java one. We can also clean up some
> hack we did as well, for example, HBASE-10029.
> https://github.com/apache/hadoop-common/blob/branch-1.0/src/core/org/apache/hadoop/io/Closeable.java
>
--
This message was sent by Atlassian JIRA
(v6.1.4#6159)