摘要: 来自:http://heipark.iteye.com/blog/1171923通过 "conf.set("tmpjars", jars);" 可以设置第三方jar,之前一直只是添加一个jar,运行OK,今天打算添加多个jar的时候发现mapreduce在运行时找不到 class(ClassNotF... 阅读全文
posted @ 2014-08-08 15:23 悟寰轩-叶秋 阅读(587) 评论(0) 推荐(0)
摘要: 目前为止知道MapReduce有三种路径输入方式。1、第一种是通过一下方式输入:FileInputFormat.addInputPath(job, new Path(args[0]));FileInputFormat.addInputPath(job, new Path(args[1]));File... 阅读全文
posted @ 2014-08-08 11:54 悟寰轩-叶秋 阅读(3128) 评论(0) 推荐(0)