- Big Data Analytics with Hadoop 3
- Sridhar Alla
- 156字
- 2021-06-25 21:26:18
Filtering patterns
Also known as transformation patterns, filtering patterns find a subset of data, whether it be small, like a top 10 listing, or large, like the results of a deduplication:

Four patterns are presented in this chapter: filtering, bloom filtering, top ten, and distinct.
As the most basic pattern, filtering serves as an abstract pattern for some of the other patterns. Filtering simply evaluates each record separately and decides, based on some condition, whether it should stay or go. Filter out records that are not of interest and keep ones that are. Consider an evaluation function f that takes a record and returns a Boolean value of true or false. If this function returns true, keep the record; otherwise, toss it out.
The SingleMapper job seen earlier is a good example of a filtering patterns.
Depending on the use case, a transformation pattern can be customized to generate the intended output.
- 玩轉智能機器人程小奔
- 21小時學通AutoCAD
- Mastering Spark for Data Science
- Excel 2007函數與公式自學寶典
- Cloud Analytics with Microsoft Azure
- 機器人創新實訓教程
- Apache Spark Deep Learning Cookbook
- PostgreSQL 10 Administration Cookbook
- 悟透AutoCAD 2009案例自學手冊
- Godot Engine Game Development Projects
- 實用網絡流量分析技術
- R Machine Learning Projects
- 經典Java EE企業應用實戰
- 電腦上網入門
- Flash CS5二維動畫設計與制作