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 E134DEC0B for ; Mon, 14 Jan 2013 11:28:13 +0000 (UTC) Received: (qmail 77561 invoked by uid 500); 14 Jan 2013 11:28:13 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 77348 invoked by uid 500); 14 Jan 2013 11:28: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 77326 invoked by uid 99); 14 Jan 2013 11:28:12 -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 11:28:12 +0000 Date: Mon, 14 Jan 2013 11:28:12 +0000 (UTC) From: "Julian Zhou (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 Julian Zhou created HBASE-7552: ---------------------------------- Summary: 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 Priority: Minor Fix For: 0.96.0 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