Update Hadoop-MapReduce.md
This commit is contained in:
		| @@ -149,7 +149,7 @@ public class WordCountMapper extends Mapper<LongWritable, Text, Text, IntWritabl | |||||||
|  |  | ||||||
|  |  | ||||||
|  |  | ||||||
| `WordCountMapper` 继承自 `Mappe` 类,这是一个泛型类,定义如下: | `WordCountMapper` 继承自 `Mapper` 类,这是一个泛型类,定义如下: | ||||||
|  |  | ||||||
| ```java | ```java | ||||||
| WordCountMapper extends Mapper<LongWritable, Text, Text, IntWritable> | WordCountMapper extends Mapper<LongWritable, Text, Text, IntWritable> | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user