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