To override the default and import data into HBase table, you can specify the HBase table name with respective switch. Refer to the command below:
$ sqoop import <all parameters you are using> --hbase-table <table name>
By this, the data will be imported into the specified table in HBase.