[
https://issues.apache.org/jira/browse/HADOOP-7919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Harsh J updated HADOOP-7919:
----------------------------
Target Version/s: (was: 0.23.1)
Fix Version/s: (was: 0.24.0)
0.23.1
Backported to 0.23
> [Doc] Remove hadoop.logfile.* properties.
> -----------------------------------------
>
> Key: HADOOP-7919
> URL: https://issues.apache.org/jira/browse/HADOOP-7919
> Project: Hadoop Common
> Issue Type: Improvement
> Components: documentation
> Affects Versions: 0.23.0
> Reporter: Harsh J
> Assignee: Harsh J
> Priority: Trivial
> Fix For: 0.23.1
>
> Attachments: HADOOP-7919.patch
>
>
> The following only resides in core-default.xml and doesn't look like its used
> anywhere at all. At least a grep of the prop name and parts of it does not
> give me back anything at all.
> These settings are now configurable via generic Log4J opts, via the shipped
> log4j.properties file in the distributions.
> {code}
> 137 <!--- logging properties -->
> 138
> 139 <property>
> 140 <name>hadoop.logfile.size</name>
> 141 <value>10000000</value>
> 142 <description>The max size of each log file</description>
> 143 </property>
> 144
> 145 <property>
> 146 <name>hadoop.logfile.count</name>
> 147 <value>10</value>
> 148 <description>The max number of log files</description>
> 149 </property>
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira