A Java geek
  • Me
  • Books
  • Speaking
  • Mentions
  • Focus
  • Newsletters

mapreduce

A collection of 1 posts
Exercises in MapReduce Style
Development

Exercises in MapReduce Style

This is the 19th post in the Exercises in Programming Style focus series. In the last episode of Exercises in Programming Style, we solved the word frequency problem with the Hazelcast library. This time, we are going to use MapReduce for that. MapReduce is a process consisting of two steps: Map performs transformations, filtering and sorting into different queues. Reduce aggregates the content of the queues into a result.

Sep 15, 2019
A Java geek © 2008-2026
v. 8469dfb85e650fbf59112dd9359084a0b8fa2f6b/13500437904
Latest Posts