用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