Hi Chhava,
In your sqoop export/import command use the option -D mapreduce.output.basename=<PrefixNameOfTheFile> basically the ‘part’ is the base name and part-m refers to Mapper.
This would help to rename the prefix from Part to the user provided one.
-Mahesh