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

Randy Fox commented on HBASE-7272:
----------------------------------

configureIncrementalLoad takes an HTable as a parameter, so shouldn't it be 
able to make these determinations?
                
> HFileOutputFormat.configureIncrementalLoad should honor table Max File Size 
> and Columns BlockSize
> -------------------------------------------------------------------------------------------------
>
>                 Key: HBASE-7272
>                 URL: https://issues.apache.org/jira/browse/HBASE-7272
>             Project: HBase
>          Issue Type: Improvement
>          Components: HFile
>    Affects Versions: 0.92.1
>            Reporter: Randy Fox
>            Priority: Minor
>
> HFileOutputFormat.configureIncrementalLoad is used to generate HFiles 
> matching region assignments.  The problem is that is it does not using file 
> and block size settings.  This can create a lot of files of wrong block size, 
> which may take a long time to compact.  I think it should honor these 
> settings and expedite its use.

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

Reply via email to