同様のテーブルが複数ある場合、たとえば次のようになります。
テーブル A: "users"
、列:user_name, user_id, user_address, etc etc
表 B:"customers"
列:customer_name, customer_id, customer_address, etc etc
表 C:"employee"
列:employee_name, employee_id, employe_address, etc etc
Sqoop を使用して 3 つのテーブルを 1 つの HBase または Hive テーブルにインポートすることは可能ですか? インポート後、テーブル A、B、C のすべてのレコードを含む 1 つの HBase テーブルがありますか?