brainfck.org
Topics Books Journal Tags Search

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


prev post next post



Powered by Hugo, based on the Er theme.