You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "Harsh J (Updated) (JIRA)" <ji...@apache.org> on 2011/12/13 21:41:31 UTC

[jira] [Updated] (HADOOP-7919) [Doc] Remove hadoop.logfile.* properties.

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

Harsh J updated HADOOP-7919:
----------------------------

    Attachment: HADOOP-7919.patch
    
> [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
>            Priority: Trivial
>         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