摘要:
1.从wordcount作为入口 public class WordCount{ public static void main(String[] args) throws Exception { Configuration conf = new Configuration(); String[] otherArgs = new GenericOptionsParser(conf, args).getRemainingArgs(); Job job = new Job(conf, "word count");//job类的主要工作就是设置各... 阅读全文
posted @ 2012-10-13 19:33
阿笨猫
阅读(2894)
评论(0)
推荐(1)
浙公网安备 33010602011771号