Hi All,
I imported mysql database tables to hive using sqoop tool by using below script.
sqoop import-all-tables --connect “jdbc:mysql://quickstart.cloudera:3306/retail_db” --username=retail_dba --password=cloudera --hive-import --hive-overwrite --create-hive-table --warehouse-dir=/user/hive/warehouse/
but when i check the database in hive, there is no retail.db. Please help me on this.
Thanks & Regards,
Damodar Kumar G.