You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Jeff Hammerbacher (JIRA)" <ji...@apache.org> on 2008/10/08 04:51:44 UTC

[jira] Created: (HADOOP-4370) bin/hive is trying to pick up optional jarfiles from auxlib but breaks if the directory does not exist or is empty

bin/hive is trying to pick up optional jarfiles from auxlib but breaks if the directory does not exist or is empty
------------------------------------------------------------------------------------------------------------------

                 Key: HADOOP-4370
                 URL: https://issues.apache.org/jira/browse/HADOOP-4370
             Project: Hadoop Core
          Issue Type: Bug
          Components: contrib/hive
            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.