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 "Mahadev konar (Updated) (JIRA)" <ji...@apache.org> on 2011/10/26 00:44:32 UTC

[jira] [Updated] (MAPREDUCE-3269) Jobsummary logs not being moved to a separate file

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

Mahadev konar updated MAPREDUCE-3269:
-------------------------------------

    Attachment: MAPREDUCE-3269.patch

Minor fixes to set default to INFO, JSA in yarn-daemon.sh. Doing some testing.
                
> Jobsummary logs not being moved to a separate file
> --------------------------------------------------
>
>                 Key: MAPREDUCE-3269
>                 URL: https://issues.apache.org/jira/browse/MAPREDUCE-3269
>             Project: Hadoop Map/Reduce
>          Issue Type: Bug
>          Components: mrv2
>    Affects Versions: 0.23.0
>            Reporter: Ramya Sunil
>            Priority: Blocker
>         Attachments: MAPREDUCE-3269.patch
>
>
> The jobsummary logs are not being moved to a separate file. Below is the configuration in log4j.properties:
> {noformat}
> mapred.jobsummary.logger=INFO,console
> log4j.logger.org.apache.hadoop.mapreduce.jobhistory.JobSummary=${mapred.jobsummary.logger}
> log4j.additivity.org.apache.hadoop.mapreduce.jobhistory.JobSummary=false
> log4j.appender.JSA=org.apache.log4j.DailyRollingFileAppender
> log4j.appender.JSA.File=${hadoop.log.dir}/mapred-jobsummary.log
> log4j.appender.JSA.layout=org.apache.log4j.PatternLayout
> log4j.appender.JSA.layout.ConversionPattern=%d{ISO8601} %p %c{2}: %m%n
> log4j.appender.JSA.DatePattern=.yyyy-MM-dd
> {noformat}

--
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