[ 
https://issues.apache.org/jira/browse/HBASE-8672?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Elliott Clark updated HBASE-8672:
---------------------------------

    Attachment: HBASE-8672-0.patch

Here's a path that should test bulk loads.

It starts an MR job that creates linked chains


The format of rows is like this:

rk -> Long
d:<< Chain Id >> -> Random Data.
l:<< Chain Id >> -> Row Key of the next link in the chain
s:<< Chain Id >> -> The step in the chain that his link is.

All chains start on row 0.

So we create these chains and then walk over them in an MR job.
                
> Create an Integration test for Bulk Loads
> -----------------------------------------
>
>                 Key: HBASE-8672
>                 URL: https://issues.apache.org/jira/browse/HBASE-8672
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Elliott Clark
>            Assignee: Elliott Clark
>         Attachments: HBASE-8672-0.patch
>
>
> Bulk loads and MR are not well tested using our IT tests.  We should add a 
> test that bulk loads hfiles and then scans over the resulting table to make 
> sure that all the data is there.

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