Return-Path: Delivered-To: apmail-hadoop-hive-user-archive@minotaur.apache.org Received: (qmail 74700 invoked from network); 6 May 2009 07:40:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 6 May 2009 07:40:36 -0000 Received: (qmail 39998 invoked by uid 500); 6 May 2009 07:40:36 -0000 Delivered-To: apmail-hadoop-hive-user-archive@hadoop.apache.org Received: (qmail 39930 invoked by uid 500); 6 May 2009 07:40:36 -0000 Mailing-List: contact hive-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-user@hadoop.apache.org Delivered-To: mailing list hive-user@hadoop.apache.org Received: (qmail 39921 invoked by uid 99); 6 May 2009 07:40:36 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 07:40:36 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of neil.conway@gmail.com designates 74.125.92.26 as permitted sender) Received: from [74.125.92.26] (HELO qw-out-2122.google.com) (74.125.92.26) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2009 07:40:28 +0000 Received: by qw-out-2122.google.com with SMTP id 3so3714365qwe.35 for ; Wed, 06 May 2009 00:40:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=3nnOSvDz6dipNtbX55u6WmkBjjrGuG3zCb0mA7omNs0=; b=Dj+UK0mdf2xurtNb4YEPJ4j2vdTEhmfs2EsNHfzBLgES0/FqPHNU50n0LjOyWWRMfp KQHujJ7ukoKRqwd7Ny55ztIb+yN62WkvKJiToEGlzUAuw+Ys41S97hgDuOdaFSO202C6 8OZ9zcjf+OvohzZeoDEMEtcuKW4wS2oSdiMbA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=p6LfyEreTFWhGGOsyDb7VBLzhaK4PKwwjlemIyrEkSeKkOswZ9sfeL0XmCGf/GPIb1 wn1kbk1W/8oPhWSrl/tzlbB+vJOFYMQwf5u0roftQyxfmFX2154vnde3sjvlJMSh6bdI 911XqLBN5dYy3H4rTYqDsblTblF2lbv961AvM= MIME-Version: 1.0 Received: by 10.220.45.203 with SMTP id g11mr2128522vcf.70.1241595607234; Wed, 06 May 2009 00:40:07 -0700 (PDT) In-Reply-To: References: Date: Wed, 6 May 2009 00:40:07 -0700 Message-ID: Subject: Re: Tasks killed with "Filesystem closed" From: Neil Conway To: hive-user@hadoop.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On Tue, May 5, 2009 at 10:21 PM, Prasad Chakka wrote: > Are these speculative execution maps? Yep, that looks correct. So presumably this isn't worth worrying about, then? Avoiding the ugly exception would be nice, at least. Neil