Return-Path: Delivered-To: apmail-hadoop-hive-dev-archive@locus.apache.org Received: (qmail 66749 invoked from network); 17 Nov 2008 11:23:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Nov 2008 11:23:47 -0000 Received: (qmail 99445 invoked by uid 500); 17 Nov 2008 11:23:55 -0000 Delivered-To: apmail-hadoop-hive-dev-archive@hadoop.apache.org Received: (qmail 99401 invoked by uid 500); 17 Nov 2008 11:23:55 -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 99387 invoked by uid 99); 17 Nov 2008 11:23:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 17 Nov 2008 03:23:54 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Mon, 17 Nov 2008 11:22:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 41A23234C25F for ; Mon, 17 Nov 2008 03:22:56 -0800 (PST) Message-ID: <1184523268.1226920976267.JavaMail.jira@brutus> Date: Mon, 17 Nov 2008 03:22:56 -0800 (PST) From: "Jeff Hammerbacher (JIRA)" To: hive-dev@hadoop.apache.org Subject: [jira] Resolved: (HIVE-13) bin/hive is trying to pick up optional jarfiles from auxlib but breaks if the directory does not exist or is empty 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/HIVE-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jeff Hammerbacher resolved HIVE-13. ----------------------------------- Resolution: Fixed I am pretty sure Joy fixed this problem a while back. > bin/hive is trying to pick up optional jarfiles from auxlib but breaks if the directory does not exist or is empty > ------------------------------------------------------------------------------------------------------------------ > > Key: HIVE-13 > URL: https://issues.apache.org/jira/browse/HIVE-13 > Project: Hadoop Hive > Issue Type: Bug > Reporter: Jeff Hammerbacher > > when i run bin/hive, i get: > Exception in thread "main" java.io.FileNotFoundException: File > file:///Users/hammer/local/dist/bin/../auxlib/*.jar does not exist. > at org.apache.hadoop.mapred.JobShell.validateFiles(JobShell.java:140) > at org.apache.hadoop.mapred.JobShell.run(JobShell.java:179) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65) > at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79) > at org.apache.hadoop.mapred.JobShell.main(JobShell.java:220) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.