随笔分类 -  MapReduce

摘要:这篇文章大致介绍Hadoop Job的程序是如何启动的。通常用Java编写的Hadoop MapReduce程序是通过一个main方法作为程序的整个入口,如下:public static void main(String[] args) throws Exception { int res ... 阅读全文
posted @ 2014-08-03 19:50 楫熙 阅读(437) 评论(0) 推荐(0)