I am using Sqoop (version 1.4.4) to import data from MySQL to Hive. The data will be a subset of one of tables, i.e. few columns from a table. Is it necessary to create table in
Even if there is no table in hive, sqoop import will create it. The following worked for me :
sqoop import
sqoop import --connect jdbc:mysql://localhost/<> --username <> --password <> --table employee --hive-import --hive-table employee_1 -m -1