You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@hbase.apache.org by Jignesh Patel <ji...@gmail.com> on 2023/05/29 18:26:41 UTC

import the data in faster way

We are using the following command to import the data and it takes
significant time to import the data.

hbase org.apache.hadoop.hbase.mapreduce.Import $TABLE_NAME
/data/import/tables/$TABLE_NAME/


We are on hadoop 2.8 and Hbase 0.98.7.



Are there better suggestions for that?



-Jignesh