You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Prasad Chakka (JIRA)" <ji...@apache.org> on 2009/01/09 23:42:02 UTC

[jira] Updated: (HIVE-46) derbyclient.jar and derbytools.jar should be included in hive/lib

     [ https://issues.apache.org/jira/browse/HIVE-46?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prasad Chakka updated HIVE-46:
------------------------------

    Component/s:     (was: Build Infrastructure)
                 Metastore

changing the component to metastore since the bug has morphed into catching non-existent jdbc drivers for the configured in hive-site.xml 

> derbyclient.jar and derbytools.jar should be included in hive/lib
> -----------------------------------------------------------------
>
>                 Key: HIVE-46
>                 URL: https://issues.apache.org/jira/browse/HIVE-46
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Metastore
>         Environment: Cent OS 5 x86-64 JDK 1.6
>            Reporter: Edward Capriolo
>            Priority: Minor
>
> Attempting to use the Derby ClientDriver will cause a null pointer exception because derbyclient.jar and derbytools.jar are not in lib.
> hive> show tables;
> 08/10/02 15:17:12 INFO hive.metastore: Trying to connect to metastore
> with URI jdbc:derby://nyhadoop1:1527/metastore_db
> FAILED: Error in semantic analysis: java.lang.NullPointerException
> 08/10/02 15:17:12 ERROR ql.Driver: FAILED: Error in semantic analysis:
> java.lang.NullPointerException
> derbyclient.jar and derbytools.jar should probably be put in the hive/lib directory. Also this type of exception could happen often with different JDBC libraries the exception should be trapped better

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.