[ 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
Previous revision
Next revision Both sides next revision
courses:mapreduce-tutorial:step-26 [2012/01/28 15:42]
straka
courses:mapreduce-tutorial:step-26 [2012/01/28 20:21]
straka
Line 1: Line 1:
-====== MapReduce Tutorial : Counters and job configuration ======+====== MapReduce Tutorial : Counters, compression and job configuration ======
  
 ===== Counters ===== ===== Counters =====
Line 36: Line 36:
  
 Apart from already mentioned [[.:step-9#a-brief-list-of-hadoop-options|brief list of Hadoop properties]], there is one important Java-specific property: Apart from already mentioned [[.:step-9#a-brief-list-of-hadoop-options|brief list of Hadoop properties]], there is one important Java-specific property:
-  * **''mapred.child.java.opts''** with default value **''-Xmx200m''**. +  * **''mapred.child.java.opts''** with default value **''-Xmx200m''**. This property sets the Java options used for every task attempt (mapper, reducer, combiner, partitioner). The default value ''-Xmx200m'' specifies the maximum size of memory allocation pool. If your mappers and reducers need 1GB memory, use ''-Xmx1024m''. Other Java options can be found in ''man java''.

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