MapReduce输入路径
目前为止知道MapReduce有三种输入路径的设置方式:1、第一种是通过以下方式输入:FileInputFormat.addInputPath(job, new Path(args[0]));FileInputFormat.addInputPath(job, new Path(args[1]));FileInputFormat.addInputPath(job, new Path(