hadoop文件输出控制,多路径输出到不同文件
hadoop的map和reduce的输出路径是通过两个函数设定:FileInputFormat.setInputPaths(job, args[0]);FileOutputFormat.setOutputPath(job, new Path(args[1]));然后,用context类型对象,通过write(key,value)完成输出。现在我需要实现将key和value写到一个文