Update Hadoop-MapReduce.md

This commit is contained in:
heibaiying 2020-09-14 17:41:09 +08:00 committed by GitHub
parent 1286af4758
commit 5ac5ef099c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,7 @@ public class WordCountMapper extends Mapper<LongWritable, Text, Text, IntWritabl
`WordCountMapper` 继承自 `Mappe` 类,这是一个泛型类,定义如下:
`WordCountMapper` 继承自 `Mapper` 类,这是一个泛型类,定义如下:
```java
WordCountMapper extends Mapper<LongWritable, Text, Text, IntWritable>
@ -384,4 +384,4 @@ job.setNumReduceTasks(WordCountDataUtils.WORD_LIST.size());
<div align="center"> <img src="https://gitee.com/heibaiying/BigData-Notes/raw/master/pictures/weixin-desc.png"/> </div>
<div align="center"> <img src="https://gitee.com/heibaiying/BigData-Notes/raw/master/pictures/weixin-desc.png"/> </div>