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

dhruba borthakur updated HIVE-48:
---------------------------------

    Status: Open  (was: Patch Available)

I get compilation problems:

core-compile:
    [javac] Compiling 10 source files to 
/mnt/vol/devrs004.snc1/dhruba/commithive/build/jdbc/classes
    [javac] 
/mnt/vol/devrs004.snc1/dhruba/commithive/jdbc/src/java/org/apache/hadoop/hive/jdbc/HiveConnection.java:452:
 unreported exception java.sql.SQLException; must be caught or declared to be 
thrown
    [javac]     throw new SQLException("Method not supported");
    [javac]     ^
    [javac] 
/mnt/vol/devrs004.snc1/dhruba/commithive/jdbc/src/java/org/apache/hadoop/hive/jdbc/HiveConnection.java:462:
 unreported exception java.sql.SQLException; must be caught or declared to be 
thrown
    [javac]     throw new SQLException("Method not supported");


> Support JDBC connections for interoperability between Hive and RDBMS
> --------------------------------------------------------------------
>
>                 Key: HIVE-48
>                 URL: https://issues.apache.org/jira/browse/HIVE-48
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Clients
>            Reporter: YoungWoo Kim
>            Assignee: Raghotham Murthy
>            Priority: Minor
>         Attachments: hadoop-4101.1.patch, hadoop-4101.2.patch, 
> hadoop-4101.3.patch, hadoop-4101.4.patch, hive-48.5.patch, hive-48.6.patch, 
> hive-48.7.patch
>
>
> In many DW and BI systems, the data are stored in RDBMS for now such as 
> oracle, mysql, postgresql ... for reporting, charting and etc.
> It would be useful to be able to import data from RDBMS and export data to 
> RDBMS using JDBC connections.
> If Hive support JDBC connections, It wll be much easier to use 3rd party 
> DW/BI tools.

-- 
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