[
https://issues.apache.org/jira/browse/HADOOP-7919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13193737#comment-13193737
]
Hudson commented on HADOOP-7919:
--------------------------------
Integrated in Hadoop-Mapreduce-trunk-Commit #1608 (See
[https://builds.apache.org/job/Hadoop-Mapreduce-trunk-Commit/1608/])
merge HADOOP-4515 HADOOP-6490 HADOOP-7574 HADOOP-7736 HADOOP-7919 to 0.23
from trunk and update CHANGES.txt file accordingly.
harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1236125
Files :
* /hadoop/common/trunk/hadoop-common-project/hadoop-common/CHANGES.txt
> [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