- Big Data Analytics with Hadoop 3
- Sridhar Alla
- 143字
- 2021-06-25 21:26:16
Reduce
The reducer takes the grouped data as input and runs a reduce function once per key grouping. The function is passed the key and an iterator over all of the values associated with that key. A wide range of processing can happen in this function, as we'll see in many of our patterns. The data can be aggregated, filtered, and combined in a number of ways. Once the reduce function is done, it sends zero or more key/value pairs to the final step, the output format. Like the map function, the reduce function will change from job to job since it is a core piece of logic in the solution. The reducer can have a lot of customization including writing output to HDFS, output to Elasticsearch index, and output to RDBMS or a NoSQL such as Cassandra, HBase, and so on.
- Word 2003、Excel 2003、PowerPoint 2003上機指導與練習
- 火格局的時空變異及其在電網防火中的應用
- 面向STEM的mBlock智能機器人創新課程
- Hands-On Artificial Intelligence on Amazon Web Services
- 軟件架構設計
- 商戰數據挖掘:你需要了解的數據科學與分析思維
- 空間機器人遙操作系統及控制
- VMware Performance and Capacity Management(Second Edition)
- 完全掌握AutoCAD 2008中文版:綜合篇
- ESP8266 Home Automation Projects
- 大學C/C++語言程序設計基礎
- 大數據時代
- 一步步寫嵌入式操作系統
- Microsoft Dynamics CRM 2013 Marketing Automation
- 歐姆龍PLC應用系統設計實例精解