MapReduce編程入門版

實現一個WordCount 一、編寫Map類 package com.hellohadoop; import java.io.IOException; import java.util.StringTokenizer; import org.apache.hadoop.io.IntWritable; import org.apache.hadoop.io.LongWritable; impor
相關文章
相關標籤/搜索