If I decide later to import another data and overwrite the existing one I will use the following command:
sqoop import --connect ... --table ... --hive-import --hive-overwrite --hive-table --m 10.
Will Sqoop go to the dir and remove all the previous 20 files and create 10 new ones ?