文件名称:编译过的hadoop-core-1.0.4.jar,可以在本地模拟MapReduce
文件大小:3.81MB
文件格式:JAR
更新时间:2017-05-05 17:26:11
hadoop-core
编译过的hadoop-core-1.0.4.jar,可以在本地模拟MapReduce 如果Eclipse workspace在d:,则我们可以把d:的某个目录,比如d:\input作为输入目录;d:\output作为输出目录。 MapReduce编程模型里面这样写就可以了: FileInputFormat.setInputPaths(job, new Path("/input")); FileOutputFormat.setOutputPath(job, new Path("/output"));