You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mapreduce-dev@hadoop.apache.org by "Akira Ajisaka (JIRA)" <ji...@apache.org> on 2017/09/20 11:44:00 UTC

[jira] [Created] (MAPREDUCE-6962) Remove unused settings from log4j.properties

Akira Ajisaka created MAPREDUCE-6962:
----------------------------------------

             Summary: Remove unused settings from log4j.properties
                 Key: MAPREDUCE-6962
                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-6962
             Project: Hadoop Map/Reduce
          Issue Type: Bug
            Reporter: Akira Ajisaka
            Priority: Minor


{noformat:title=hadoop-common-project/hadoop-common/src/main/conf/log4j.properties}
#Default values
hadoop.tasklog.taskid=null
hadoop.tasklog.iscleanup=false
hadoop.tasklog.noKeepSplits=4
hadoop.tasklog.totalLogFileSize=100
hadoop.tasklog.purgeLogSplits=true
hadoop.tasklog.logsRetainHours=12
{noformat}
hadoop.tasklog.noKeepSplits, purgeLogSplits, and logsRetainHours is not used anywhere and can be removed. These parameters were removed by HADOOP-1553 10 years ago.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: mapreduce-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-dev-help@hadoop.apache.org