When I import data to hive using sqoop bydefault it creates file name as part-m-0000, part-m-0001 etc on HDFS.
Is it possible to rename these files?
If i wish to give some meaningfull name like suffxing file name with date to indicate load how can I do it?
Please suggest