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

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

     [ https://issues.apache.org/jira/browse/MAPREDUCE-6962?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Akira Ajisaka updated MAPREDUCE-6962:
-------------------------------------
    Description: 
{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 are not used anywhere and can be removed. These parameters were removed by HADOOP-1553 10 years ago.

  was:
{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.


> 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
>              Labels: newbie
>
> {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 are 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-issues-unsubscribe@hadoop.apache.org
For additional commands, e-mail: mapreduce-issues-help@hadoop.apache.org