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 27333E5ED for ; Mon, 14 Jan 2013 23:08:14 +0000 (UTC) Received: (qmail 77585 invoked by uid 500); 14 Jan 2013 23:08:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 77519 invoked by uid 500); 14 Jan 2013 23:08:13 -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 77398 invoked by uid 99); 14 Jan 2013 23:08:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 14 Jan 2013 23:08:13 +0000 Date: Mon, 14 Jan 2013 23:08:13 +0000 (UTC) From: "Jonathan Hsieh (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-7552) Pass bufferSize param to FileLinkInputStream constructor within FileLink.open method, and remove unnecessary import packages. 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-7552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13553242#comment-13553242 ] Jonathan Hsieh commented on HBASE-7552: --------------------------------------- was also committed to the snapshots (hbase-7290) branch by matteo. > Pass bufferSize param to FileLinkInputStream constructor within FileLink.open method, and remove unnecessary import packages. > ----------------------------------------------------------------------------------------------------------------------------- > > Key: HBASE-7552 > URL: https://issues.apache.org/jira/browse/HBASE-7552 > Project: HBase > Issue Type: Bug > Components: io > Affects Versions: 0.96.0 > Reporter: Julian Zhou > Assignee: Julian Zhou > Priority: Minor > Fix For: 0.96.0 > > Attachments: HBASE-7552.patch > > Original Estimate: 12h > Remaining Estimate: 12h > > There are 2 minor fixes: > 1) The call to FileLinkInputStream constructor missed the buffer size param within FileLink.open(final FileSystem fs, int bufferSize) implementation. > 2) Removed the unnecessary java pkg import: > import java.util.ArrayList; > import org.apache.hadoop.conf.Configuration; > import org.apache.hadoop.hbase.HConstants; > import org.apache.hadoop.hbase.util.FSUtils; -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira