Return-Path: Delivered-To: apmail-hadoop-mapreduce-issues-archive@minotaur.apache.org Received: (qmail 97893 invoked from network); 15 Oct 2009 06:41:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 15 Oct 2009 06:41:53 -0000 Received: (qmail 74833 invoked by uid 500); 15 Oct 2009 06:41:53 -0000 Delivered-To: apmail-hadoop-mapreduce-issues-archive@hadoop.apache.org Received: (qmail 74762 invoked by uid 500); 15 Oct 2009 06:41:53 -0000 Mailing-List: contact mapreduce-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: mapreduce-issues@hadoop.apache.org Delivered-To: mailing list mapreduce-issues@hadoop.apache.org Received: (qmail 74752 invoked by uid 99); 15 Oct 2009 06:41:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2009 06:41:53 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Oct 2009 06:41:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5BCFA234C1E9 for ; Wed, 14 Oct 2009 23:41:31 -0700 (PDT) Message-ID: <156935981.1255588891374.JavaMail.jira@brutus> Date: Wed, 14 Oct 2009 23:41:31 -0700 (PDT) From: "Ravi Gummadi (JIRA)" To: mapreduce-issues@hadoop.apache.org Subject: [jira] Updated: (MAPREDUCE-1057) java tasks are not honouring the value of mapred.userlog.limit.kb In-Reply-To: <1220157243.1254737191410.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/MAPREDUCE-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ravi Gummadi updated MAPREDUCE-1057: ------------------------------------ Attachment: MR-1057.v1.patch Attaching patch with unit test for the fix added. Manually tested that stderr and stdout of tasks are truncated(when mapreduce.task.userlog.limit.kb is set) properly with this fix. Please review and provide your comments. > java tasks are not honouring the value of mapred.userlog.limit.kb > ----------------------------------------------------------------- > > Key: MAPREDUCE-1057 > URL: https://issues.apache.org/jira/browse/MAPREDUCE-1057 > Project: Hadoop Map/Reduce > Issue Type: Bug > Components: tasktracker > Affects Versions: 0.20.1, 0.21.0, 0.22.0 > Reporter: Ravi Gummadi > Assignee: Ravi Gummadi > Fix For: 0.20.2 > > Attachments: MR-1057.patch, MR-1057.v1.patch > > > Constructor of JvmEnv missed initializing logSize, which will be used as tailLength when java command for the task is built. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.