Return-Path: X-Original-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-common-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8F0697290 for ; Tue, 13 Dec 2011 20:42:03 +0000 (UTC) Received: (qmail 75772 invoked by uid 500); 13 Dec 2011 20:42:02 -0000 Delivered-To: apmail-hadoop-common-issues-archive@hadoop.apache.org Received: (qmail 75734 invoked by uid 500); 13 Dec 2011 20:42:02 -0000 Mailing-List: contact common-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: common-issues@hadoop.apache.org Delivered-To: mailing list common-issues@hadoop.apache.org Received: (qmail 75696 invoked by uid 99); 13 Dec 2011 20:42:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2011 20:42:02 +0000 X-ASF-Spam-Status: No, hits=-2001.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Dec 2011 20:41:53 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 916FF11019D for ; Tue, 13 Dec 2011 20:41:31 +0000 (UTC) Date: Tue, 13 Dec 2011 20:41:31 +0000 (UTC) From: "Harsh J (Updated) (JIRA)" To: common-issues@hadoop.apache.org Message-ID: <2076547976.7223.1323808891597.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1604352899.7181.1323808530892.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Updated] (HADOOP-7919) [Doc] Remove hadoop.logfile.* properties. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ 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: 0.24.0 > [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 > 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 > 138 > 139 > 140 hadoop.logfile.size > 141 10000000 > 142 The max size of each log file > 143 > 144 > 145 > 146 hadoop.logfile.count > 147 10 > 148 The max number of log files > 149 > {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