[ 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-26 [2012/01/28 20:21]
straka
courses:mapreduce-tutorial:step-26 [2012/01/28 20:22]
straka
Line 24: Line 24:
  
 ===== Compression ===== ===== Compression =====
 +
 +The output files can be compressed using
 +<code java>
 +  FileOutputFormat.setCompressOutput(job, true);
 +</code>
 +  
  
 ===== Job configuration ===== ===== Job configuration =====

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