You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "Brock Noland (JIRA)" <ji...@apache.org> on 2017/02/21 05:10:45 UTC

[jira] [Comment Edited] (HIVE-1555) JDBC Storage Handler

    [ https://issues.apache.org/jira/browse/HIVE-1555?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15875376#comment-15875376 ] 

Brock Noland edited comment on HIVE-1555 at 2/21/17 5:10 AM:
-------------------------------------------------------------

I think the resource closing in GenericJdbcDatabaseAccessor.cleanupResources could be a littler tighter. For example if ResultSet.close throws, the statement and connection are not cleaned up.


was (Author: brocknoland):
I think the resource closing in GenericJdbcDatabaseAccessor.cleanupResources could be a littler tigher. For example if ResultSet.close throws, the statement and connection are not cleaned up.

> JDBC Storage Handler
> --------------------
>
>                 Key: HIVE-1555
>                 URL: https://issues.apache.org/jira/browse/HIVE-1555
>             Project: Hive
>          Issue Type: New Feature
>          Components: JDBC
>            Reporter: Bob Robertson
>            Assignee: Gunther Hagleitner
>         Attachments: HIVE-1555.3.patch, HIVE-1555.4.patch, HIVE-1555.5.patch, JDBCStorageHandler Design Doc.pdf
>
>   Original Estimate: 24h
>  Remaining Estimate: 24h
>
> With the Cassandra and HBase Storage Handlers I thought it would make sense to include a generic JDBC RDBMS Storage Handler so that you could import a standard DB table into Hive. Many people must want to perform HiveQL joins, etc against tables in other systems etc.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)