Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 451 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 451 Bytes

mit-6.824 Distributed-System Spring 2016


This is my implementation for MIT 6.824,Distributed System,Spring 2016

  • Lab 1: MapReduce
    • Part I: Map/Deduce input and output
    • Part II: Single-worker word count
       - Part III: Distributing MapReduce tasks
    • Part IV: Handling worker failures
       - Part V: Inverted index generation(oprional)

Implement details