When i tried to do sqoop import to hive tables in bigdata-labs its getting imported in \user{username} location instead of hive database location.
I am using the below code where sqoop_import_man is the database in hive location
sqoop import-all-tables --num-mappers 1 --connect “jdbc:mysql://nn01.itversity.com:3306/retail_db” --username retail_dba --password itversi
ty --hive-import --hive-overwrite --create-hive-table --hive-database sqoop_import_man
Please clarify.