You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "Andrew Kyle Purtell (Jira)" <ji...@apache.org> on 2022/06/23 19:09:00 UTC

[jira] [Resolved] (HBASE-13034) Importing rows with bulkupload can overload single regionservers

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

Andrew Kyle Purtell resolved HBASE-13034.
-----------------------------------------
    Resolution: Not A Problem

> Importing rows with bulkupload can overload single regionservers
> ----------------------------------------------------------------
>
>                 Key: HBASE-13034
>                 URL: https://issues.apache.org/jira/browse/HBASE-13034
>             Project: HBase
>          Issue Type: Improvement
>          Components: mapreduce
>    Affects Versions: 0.98.0
>            Reporter: Bryant Khau
>            Priority: Minor
>
> Exporting a table with a common schema, like hashes as the key, will result in a sorted exported file. When imported with org.apache.hadoop.hbase.mapreduce.Import, region servers can be overloaded one by one by requests by the MapReduce job, since the rows are imported in sequential order, and a regions span ranges in sequential order. This is more likely to happen with lots of data and not a lot of regions. 



--
This message was sent by Atlassian Jira
(v8.20.7#820007)