MapReduce入門「Hello World」 ----WordCount

項目結構 具體代碼 WordCout.java FileInputFormat.setInputPaths(job, new Path("/input/input.txt")); 這一步可以設置運行時參數,也就是String[] args 修改爲 String[] otherArgs = (new GenericOptionsParser(conf, args)).getRemainingArgs
相關文章
相關標籤/搜索