ayushtkn commented on code in PR #6042: URL: https://github.com/apache/hadoop/pull/6042#discussion_r1330552980
########## hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/resources/mapred-default.xml: ########## @@ -823,16 +823,15 @@ <property> <name>mapreduce.task.userlog.limit.kb</name> - <value>0</value> - <description>The maximum size of user-logs of each task in KB. 0 disables the cap. + <value>10240</value> + <description>The maximum size of user-logs of each task in KB. </description> </property> <property> <name>yarn.app.mapreduce.am.container.log.limit.kb</name> - <value>0</value> + <value>10240</value> <description>The maximum size of the MRAppMaster attempt container logs in KB. - 0 disables the cap. Review Comment: Changing the defaults is an incompatible change. You are changing the behaviour of the application here? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
