Hi. I am trying to import data using sqoop import to a table in HBase. I am using the below command to do this:
$ sqoop import <all parameters you are using> --hbase-table <table name>
The problem is that the process is taking too much time and when I researched the reason for this, I found that it could be because there can be more load on HBase. My question is, how can I decrease this load on HBase?