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

[jira] [Assigned] (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:all-tabpanel ]

Ted Yu reassigned HBASE-7552:
-----------------------------

    Assignee: Julian Zhou
    
> 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