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

Bennie Schut updated HIVE-992:
------------------------------

    Attachment: HIVE-992.patch

This patch includes 3 changes. 1 to fix the "No suitable driver" error. Then 
commons-dbcp also calls getConnection() and getAutoCommit()

on the getConnection() I simply call getConnection("","") and on 
getAutoCommit() I return true since hive is actually committing automatically.

This allows me to now use "JdbcTemplate" stuff which makes my live a lot easier.

> commons-dbcp not working.
> -------------------------
>
>                 Key: HIVE-992
>                 URL: https://issues.apache.org/jira/browse/HIVE-992
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Clients
>    Affects Versions: 0.5.0
>            Reporter: Bennie Schut
>            Priority: Trivial
>             Fix For: 0.5.0
>
>         Attachments: HIVE-992.patch, stacktrace.txt
>
>
> When trying to use commons-dbcp/spring I receive an "No suitable driver"

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

Reply via email to