生动鸡

文章
2
资源
0
加入时间
4年2月16天

用MapReduce查找100万个数中的最大值

//用MapReduce查找100万个数中的最大值public class TopKApp {    static final String INPUT_PATH = "hdfs://chaoren:9000/input";    static final String OUT_PATH = "hdfs://chaoren:9000/out";    public static