Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
courses:mapreduce-tutorial:step-2 [2012/01/25 21:49] straka |
courses:mapreduce-tutorial:step-2 [2012/01/29 16:03] (current) straka |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== MapReduce tutorial : Input and output format, testing data. ====== | ====== MapReduce tutorial : Input and output format, testing data. ====== | ||
- | The MapReduce framework is frequently using (key, value) pairs. These | + | The MapReduce framework is frequently using (key, value) pairs. These pairs can be read from a file and written to a file and there are several formats available. |
- | pairs can be read from a file and written to a file and there are several formats available. | + | |
===== Input formats ===== | ===== Input formats ===== | ||
Line 20: | Line 19: | ||
* ''/ | * ''/ | ||
* ''/ | * ''/ | ||
- | * ''/ | + | * ''/ |
- | * ''/ | + | * ''/ |
- | * ''/ | + | * ''/ |
* ''/ | * ''/ | ||
+ | It is recommended to use the text format in the tutorial, so that both input and output files are readable. | ||
+ | |||
+ | ---- | ||
+ | |||
+ | < | ||
+ | <table style=" | ||
+ | <tr> | ||
+ | <td style=" | ||
+ | <td style=" | ||
+ | <td style=" | ||
+ | </tr> | ||
+ | </ | ||
+ | </ | ||