Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7E8A510248 for ; Fri, 13 Dec 2013 19:47:07 +0000 (UTC) Received: (qmail 47814 invoked by uid 500); 13 Dec 2013 19:47:07 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 47780 invoked by uid 500); 13 Dec 2013 19:47:07 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 47759 invoked by uid 99); 13 Dec 2013 19:47:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Dec 2013 19:47:07 +0000 Date: Fri, 13 Dec 2013 19:47:07 +0000 (UTC) From: "stack (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10159) Replaced deprecated interface Closeable MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-10159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13847844#comment-13847844 ] stack commented on HBASE-10159: ------------------------------- +1 if hadoopqa is good w/ it. > 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.99.0 > > Attachments: trunk-10159.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)