You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Matteo Bertozzi (JIRA)" <ji...@apache.org> on 2013/01/14 18:16:12 UTC

[jira] [Commented] (HBASE-7552) Pass bufferSize param to FileLinkInputStream constructor within FileLink.open method, and remove unnecessary import packages.

    [ https://issues.apache.org/jira/browse/HBASE-7552?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13552889#comment-13552889 ] 

Matteo Bertozzi commented on HBASE-7552:
----------------------------------------

+1
                
> 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
>
>         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