Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@minotaur.apache.org Received: (qmail 46315 invoked from network); 23 Feb 2010 09:58:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 23 Feb 2010 09:58:59 -0000 Received: (qmail 51455 invoked by uid 500); 23 Feb 2010 09:58:59 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 51426 invoked by uid 500); 23 Feb 2010 09:58:59 -0000 Mailing-List: contact hive-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hive-dev@hadoop.apache.org Delivered-To: mailing list hive-dev@hadoop.apache.org Received: (qmail 51306 invoked by uid 99); 23 Feb 2010 09:58:59 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 23 Feb 2010 09:58:59 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT 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; Tue, 23 Feb 2010 09:58:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DE060234C1EE for ; Tue, 23 Feb 2010 01:58:27 -0800 (PST) Message-ID: <132272745.458521266919107907.JavaMail.jira@brutus.apache.org> Date: Tue, 23 Feb 2010 09:58:27 +0000 (UTC) From: "Bennie Schut (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Updated: (HIVE-1019) java.io.FileNotFoundException: HIVE_PLAN (No such file or directory) In-Reply-To: <482727309.1262101229419.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HIVE-1019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bennie Schut updated HIVE-1019: ------------------------------- Attachment: HIVE-1019-6.patch Ok removed change to InputSplit. made a few more checkstyle fixes on SessionState. SessionState = 14 Context = 1 CombineHiveInputFormat = 2 Utilities = 22 HiveInputFormat = 5 > java.io.FileNotFoundException: HIVE_PLAN (No such file or directory) > -------------------------------------------------------------------- > > Key: HIVE-1019 > URL: https://issues.apache.org/jira/browse/HIVE-1019 > Project: Hadoop Hive > Issue Type: Bug > Affects Versions: 0.6.0 > Reporter: Bennie Schut > Assignee: Bennie Schut > Priority: Minor > Fix For: 0.6.0 > > Attachments: HIVE-1019-1.patch, HIVE-1019-2.patch, HIVE-1019-3.patch, HIVE-1019-4.patch, HIVE-1019-5.patch, HIVE-1019-6.patch, HIVE-1019.patch, stacktrace2.txt > > > I keep getting errors like this: > java.io.FileNotFoundException: HIVE_PLAN (No such file or directory) > and : > java.io.IOException: cannot find dir = hdfs://victoria.ebuddy.com:9000/tmp/hive-dwh/801467596/10002 in partToPartitionInfo! > when running multiple threads with roughly similar queries. > I have a patch for this which works for me. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.