MAPREDUCE-6648. Add yarn.app.mapreduce.am.log.level to mapred-default.xml (harsh)
This commit is contained in:
parent
e1ccc9622b
commit
4f9fe3ac03
@ -350,6 +350,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
Block a user