From hadoop-user-return-763-apmail-lucene-hadoop-user-archive=lucene.apache.org@lucene.apache.org Mon Jan 29 21:43:35 2007 Return-Path: Delivered-To: apmail-lucene-hadoop-user-archive@locus.apache.org Received: (qmail 10818 invoked from network); 29 Jan 2007 21:43:34 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jan 2007 21:43:34 -0000 Received: (qmail 11289 invoked by uid 500); 29 Jan 2007 21:43:40 -0000 Delivered-To: apmail-lucene-hadoop-user-archive@lucene.apache.org Received: (qmail 11041 invoked by uid 500); 29 Jan 2007 21:43:39 -0000 Mailing-List: contact hadoop-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-user@lucene.apache.org Delivered-To: mailing list hadoop-user@lucene.apache.org Received: (qmail 11032 invoked by uid 99); 29 Jan 2007 21:43:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 13:43:38 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: local policy) Received: from [63.133.162.98] (HELO linuxfly.dragonflymc.com) (63.133.162.98) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jan 2007 13:43:30 -0800 Received: from [192.168.1.246] (bigfly.visvo.com [192.168.1.246]) by linuxfly.dragonflymc.com (Postfix) with ESMTP id D8A11C20027 for ; Mon, 29 Jan 2007 15:43:57 -0600 (CST) Message-ID: <45BE6A6D.3080607@dragonflymc.com> Date: Mon, 29 Jan 2007 15:43:09 -0600 From: Dennis Kubes User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: hadoop-user@lucene.apache.org Subject: Task Logs Purpose Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Can someone confirm for me that the TaskLogs are only for errors produced by the child tasks? Essentially making it easier to see the errors as opposed to including them and having to search for them in the main hadoop log file. It is not for the output from the child task, that is still held in the hadoop log file determined by hadoop.log.dir and hadoop.log.file? Is this correct? Dennis Kubes