You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Jimmy Xiang (JIRA)" <ji...@apache.org> on 2013/12/13 20:27:07 UTC

[jira] [Updated] (HBASE-10159) Replaced deprecated interface Closeable

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

Jimmy Xiang updated HBASE-10159:
--------------------------------

    Summary: Replaced deprecated interface Closeable  (was: Replaced deprecated interface Closable)

> 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
>             Fix For: 0.99.0
>
>
> Hadoop interface Closable has been deprecated for quite some time to favor java.io.Closable. Since we support only hadoop 1.0 and above now, we can replace the deprecated Closable 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)