adspace
In MapReduce how to change the name of the output file from part-r-00000?
Answer Posted / Virendra Kumar Singh
To change the name of the output file in a Hadoop MapReduce job, you can set the output path using FileOutputFormat.setOutputPath(JobContext context, Path output). You can then create a custom naming scheme for your output files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
No New Questions to Answer in this Category !! You can
Post New Questions
Answer Questions in Different Category