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

Maxime LANCIAUX updated HIVE-3963:
----------------------------------

    Description: 
I am thinking about something like :

CREATE JDBCEXTERNAL TABLE (
 col1 int,
 col2 string
)
TBLPROPERTIES ...

and/or

SELECT jdbcload('driver','url','user','password','sql') FROM dual;
    
> Allow Hive to connect to RDBMS
> ------------------------------
>
>                 Key: HIVE-3963
>                 URL: https://issues.apache.org/jira/browse/HIVE-3963
>             Project: Hive
>          Issue Type: New Feature
>          Components: Import/Export, JDBC, SQL, StorageHandler
>    Affects Versions: 0.10.0, 0.9.1
>            Reporter: Maxime LANCIAUX
>
> I am thinking about something like :
> CREATE JDBCEXTERNAL TABLE (
>  col1 int,
>  col2 string
> )
> TBLPROPERTIES ...
> and/or
> SELECT jdbcload('driver','url','user','password','sql') FROM dual;

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to