Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 66722 invoked from network); 5 Feb 2007 18:00:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Feb 2007 18:00:41 -0000 Received: (qmail 45952 invoked by uid 500); 5 Feb 2007 18:00:47 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 45917 invoked by uid 500); 5 Feb 2007 18:00:47 -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 45903 invoked by uid 99); 5 Feb 2007 18:00:47 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 10:00:47 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Feb 2007 10:00:39 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CB2957142E2 for ; Mon, 5 Feb 2007 10:00:17 -0800 (PST) Message-ID: <23954772.1170698417829.JavaMail.jira@brutus> Date: Mon, 5 Feb 2007 10:00:17 -0800 (PST) From: "Arun C Murthy (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Assigned: (HADOOP-975) Separation of user tasks' stdout and stderr streams In-Reply-To: <27583992.1170698405560.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Arun C Murthy reassigned HADOOP-975: ------------------------------------ Assignee: Arun C Murthy > Separation of user tasks' stdout and stderr streams > --------------------------------------------------- > > Key: HADOOP-975 > URL: https://issues.apache.org/jira/browse/HADOOP-975 > Project: Hadoop > Issue Type: Improvement > Components: mapred > Reporter: Arun C Murthy > Assigned To: Arun C Murthy > Fix For: 0.12.0 > > > Today both the stdout and stderr of the task's vm are sent to the same file is ${hadoop.log.dir}/userlogs; it would be very useful to separate them out for both viewing via the tasklog.jsp and to send only the stdour/stderr back to the JobClient (HADOOP-805). -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.