|
@@ -581,6 +581,8 @@
|
|
|
<value>INFO</value>
|
|
|
<description>The logging level for the map task. The allowed levels are:
|
|
|
OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE and ALL.
|
|
|
+ The setting here could be overridden if "mapreduce.job.log4j-properties-file"
|
|
|
+ is set.
|
|
|
</description>
|
|
|
</property>
|
|
|
|
|
@@ -589,6 +591,8 @@
|
|
|
<value>INFO</value>
|
|
|
<description>The logging level for the reduce task. The allowed levels are:
|
|
|
OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE and ALL.
|
|
|
+ The setting here could be overridden if "mapreduce.job.log4j-properties-file"
|
|
|
+ is set.
|
|
|
</description>
|
|
|
</property>
|
|
|
|
|
@@ -1598,6 +1602,17 @@
|
|
|
</description>
|
|
|
</property>
|
|
|
|
|
|
+ <property>
|
|
|
+ <name>mapreduce.job.log4j-properties-file</name>
|
|
|
+ <value></value>
|
|
|
+ <description>Used to override the default settings of log4j in container-log4j.properties
|
|
|
+ for NodeManager. Like container-log4j.properties, it requires certain
|
|
|
+ framework appenders properly defined in this overriden file. The file on the
|
|
|
+ path will be added to distributed cache and classpath. If no-scheme is given
|
|
|
+ in the path, it defaults to point to a log4j file on the local FS.
|
|
|
+ </description>
|
|
|
+ </property>
|
|
|
+
|
|
|
<property>
|
|
|
<name>mapreduce.job.end-notification.max.retry.interval</name>
|
|
|
<value>5000</value>
|