[
https://issues.apache.org/jira/browse/HBASE-8065?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13599104#comment-13599104
]
Ted Yu commented on HBASE-8065:
-------------------------------
{code}
+ * @param familyPaths List of Pair<byte[] column family, String hfilePath>
{code}
In javadoc, there is no need to mention parameter names.
{code}
+ this.lock.writeLock().lock();
+ this.lock.readLock().lock();
{code}
Why are the write/read locks taken consecutively ?
> the bulkload can load the hfile into hbase table,but this mechanism can't
> remove the date before
> ------------------------------------------------------------------------------------------------
>
> Key: HBASE-8065
> URL: https://issues.apache.org/jira/browse/HBASE-8065
> Project: HBase
> Issue Type: Improvement
> Components: IPC/RPC, mapreduce, regionserver
> Affects Versions: 0.94.0
> Environment: hadoop-1.0.2、hbase-0.94.0
> Reporter: Yuan Kang
> Assignee: Yuan Kang
> Priority: Critical
> Attachments: LoadIncrementalHFiles-bulkload-can-clean-olddata.patch
>
>
> this patch can do bulkload for one more parameter ‘need to refresh’,when this
> parameter is true.bulkload can clean the old date in the hbase table ,then do
> the new date load
--
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