[ Skip to the content ]

Institute of Formal and Applied Linguistics Wiki


[ Back to the navigation ]

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
courses:mapreduce-tutorial:step-9 [2012/01/25 16:16]
straka
courses:mapreduce-tutorial:step-9 [2012/01/25 16:17]
straka
Line 21: Line 21:
 | ''mapred.reduce.tasks'' | 1 | Number of reducers | | ''mapred.reduce.tasks'' | 1 | Number of reducers |
 | ''mapred.min.split.size'' | 1 | Minimum size of file split in bytes | | ''mapred.min.split.size'' | 1 | Minimum size of file split in bytes |
-| ''mapred.max.split.size'' | 2^63-1 | Minimum size of file split in bytes |+| ''mapred.max.split.size'' | 2%%^%%63-1 | Minimum size of file split in bytes |
 | ''mapred.map.tasks.speculative.execution'' | true | If true, then multiple instances of some map tasks may be executed in parallel | | ''mapred.map.tasks.speculative.execution'' | true | If true, then multiple instances of some map tasks may be executed in parallel |
 | ''mapred.reduce.tasks.speculative.execution'' | true | If true, then multiple instances of some reduce tasks may be executed in parallel | | ''mapred.reduce.tasks.speculative.execution'' | true | If true, then multiple instances of some reduce tasks may be executed in parallel |
 | ''mapred.compress.map.output'' | false | Should the outputs of the maps be compressed before being sent across the network. Uses SequenceFile compression | | ''mapred.compress.map.output'' | false | Should the outputs of the maps be compressed before being sent across the network. Uses SequenceFile compression |
  
-A more complete list (but not exhaustive) can be found {{http://hadoop.apache.org/common/docs/r1.0.0/mapred-default.html|here}.+A more complete list (but not exhaustive) can be found [[http://hadoop.apache.org/common/docs/r1.0.0/mapred-default.html|here]].
  

[ Back to the navigation ] [ Back to the content ]