MAPREDUCE-6648. Add yarn.app.mapreduce.am.log.level to mapred-default.xml (harsh)
Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/4f9fe3ac Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/4f9fe3ac Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/4f9fe3ac Branch: refs/heads/yarn-2877 Commit: 4f9fe3ac0370e2903796806ee5276fe8ba93df41 Parents: e1ccc96 Author: Harsh J <ha...@cloudera.com> Authored: Sat Mar 5 14:26:06 2016 +0530 Committer: Harsh J <ha...@cloudera.com> Committed: Mon Mar 7 13:09:57 2016 +0530 ---------------------------------------------------------------------- .../src/main/resources/mapred-default.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/4f9fe3ac/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml ---------------------------------------------------------------------- diff --git a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml index dc5c3dd..da25a99 100644 --- a/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml +++ b/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml @@ -351,6 +351,16 @@ </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> <name>mapreduce.map.log.level</name> <value>INFO</value> <description>The logging level for the map task. The allowed levels are: