几个小程序巩固、练习 MapRedcue 框架基础

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/qq_38038143/article/details/84563720

源代码:

GitHub:https://github.com/GYT0313/MapReducePractice

没有给出链接的,代码可见GitHub。


1. wordcount词频统计

2. 文字去重

3. 统计成绩平均数

4. 单表关联

https://blog.csdn.net/qq_38038143/article/details/84786597 (使用标识符,较简单)
https://blog.csdn.net/qq_38038143/article/details/84640571 (使用静态变量,大文件不使用,且较为复杂)

5. 多表关联

xxx (使用标识符,较简单)
https://blog.csdn.net/qq_38038143/article/details/84665522 (使用静态变量,大文件不使用,且较为复杂)

6. IP地址来源统计

https://blog.csdn.net/qq_38038143/article/details/84329286

猜你喜欢

转载自blog.csdn.net/qq_38038143/article/details/84563720