Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Distributed-System-6.5840

For self-studying MIT distributed system course 6.5840

Labs

  • lab 1 [In-Progress]: implement MapReduce algoritm mappers, reducers, and master (coordinator)

Map Reduce

Screen Shot 2024-10-20 at 4 02 44 PM

Failure Tolerance

  • Can the Map function run twice? - Yes
  • Can the Reduce function run twice? - Yes
  • Can the Coordinator (Master) fail? - No
  • Slow workers (Mappers or Reducers)?
    • Assign the task to another node, take the results that finish first

About

for self-studying MIT distributed system course 6.5840

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages