1、异常信息
trying to load more than 2048 hfiles to family
2、分析
在做hbase数据迁移的时候,源hbase集群的某张表hfile文件数超过了2048,由于在配置文件里面配置的值刚好为2048,导致加载的时候,失败。
3、解决
修改hbase配置文件,修改如下的参数为4096
hbase.mapreduce.bulkload.max.hfiles.perRegion.perFamily
1、异常信息
trying to load more than 2048 hfiles to family
2、分析
在做hbase数据迁移的时候,源hbase集群的某张表hfile文件数超过了2048,由于在配置文件里面配置的值刚好为2048,导致加载的时候,失败。
3、解决
修改hbase配置文件,修改如下的参数为4096
hbase.mapreduce.bulkload.max.hfiles.perRegion.perFamily