MAPREDUCE-6648. Add yarn.app.mapreduce.am.log.level to mapred-default.xml (harsh)
This commit is contained in:
parent
7ac7ca48b7
commit
ed22444a60
|
@ -346,6 +346,16 @@
|
||||||
</description>
|
</description>
|
||||||
</property>
|
</property>
|
||||||
|
|
||||||
|
<property>
|
||||||
|
<name>yarn.app.mapreduce.am.log.level</name>
|
||||||
|
<value>INFO</value>
|
||||||
|
<description>The logging level for the MR ApplicationMaster. The allowed
|
||||||
|
levels are: OFF, FATAL, ERROR, WARN, INFO, DEBUG, TRACE and ALL.
|
||||||
|
The setting here could be overriden if "mapreduce.job.log4j-properties-file"
|
||||||
|
is set.
|
||||||
|
</description>
|
||||||
|
</property>
|
||||||
|
|
||||||
<property>
|
<property>
|
||||||
<name>mapreduce.map.log.level</name>
|
<name>mapreduce.map.log.level</name>
|
||||||
<value>INFO</value>
|
<value>INFO</value>
|
||||||
|
|
Loading…
Reference in New Issue