Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 72474 invoked from network); 22 Feb 2006 23:03:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 22 Feb 2006 23:03:01 -0000 Received: (qmail 23874 invoked by uid 500); 22 Feb 2006 23:02:02 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 23829 invoked by uid 500); 22 Feb 2006 23:02:02 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 23806 invoked by uid 99); 22 Feb 2006 23:02:01 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2006 15:01:59 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 874FCDC for ; Thu, 23 Feb 2006 00:01:38 +0100 (CET) Message-ID: <202729305.1140649298356.JavaMail.jira@ajax.apache.org> Date: Thu, 23 Feb 2006 00:01:38 +0100 (CET) From: "Doug Cutting (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Commented: (HADOOP-41) JAVA_OPTS for the TaskRunner Child In-Reply-To: <1940627377.1140223704366.JavaMail.jira@ajax.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/HADOOP-41?page=comments#action_12367435 ] Doug Cutting commented on HADOOP-41: ------------------------------------ I like this, except that it is not back-compatible. We should continue to support mapred.child.heap.size, so that folks who upgrade are not broken. > JAVA_OPTS for the TaskRunner Child > ---------------------------------- > > Key: HADOOP-41 > URL: http://issues.apache.org/jira/browse/HADOOP-41 > Project: Hadoop > Type: Improvement > Components: conf > Reporter: stack@archive.org > Priority: Minor > Attachments: TaskRunner_child_javaopts.patch > > Currently, its possible to set the java heap size the TaskRunner child runs in, but thats all thats configurable about the child process. Hereabouts, we've found it useful being able to specify other options for the child JVM, especially when debugging and monitoring long-lived processes. > Examples of why its useful being able to set options are the child include: > + Being able to set '-server' option or '-c64'. > + Passing logging.properties to configure child logging. > + Enable and capture to file verbose GC logging or start the SUN JVM JMX agent for the child process. Allows connecting with jconsole to watch long-lived children, their heap and thread usage, and when seemingly hung, take thread dumps. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira