Stream Processing

In the word counting example for the MapReduce algorithm, we noticed that the entire text is stored somewhere, and the mapper machines loaded chunks of the data and processed the chunks. The data is more or less organized in batches. The processing system loads the batches and does the job. Eventually, the system produces some form of output data.

Create a free account to view this lesson.

By signing up, you agree to Educative's Terms of Service and Privacy Policy