brainfck.org
Topics Books Journal Tags
MapReduce

  • from Google
  • Map (C) -> [(kx, vy)]: This extracts information from a record and generates key-value tuples.
  • Reduce (k, [vx,vy…[]) -> (k,vagg): The reducer takes the key-value tuples generated in the map phase, grouped by the key, and generates an aggregate result.

No notes link to this note

back to top

prev post next post



Powered by Hugo, based on the Er theme. 2009-2023 Victor Dorneanu - All rights reserved