Lab1: MapReduce

1. 前言

1.1 课程框架代码下载

git clone git://g.csail.mit.edu/6.824-golabs-2016 6.824

2. Preamble: Getting familiar with the source

3. Part I: Map/Reduce input and output

4. Part II: Single-worker word count

5. Part III: Distributing MapReduce tasks

6. Part IV: Handling worker failures

7. Part V: Inverted index generation (optional)

8. Running all tests

你可能感兴趣的:(mapreduce,分布式系统,MIT,6-824,lab1)