Naveen Gangam created HIVE-24452:
------------------------------------
Summary: Add a generic JDBC implementation that can be used to
other JDBC DBs
Key: HIVE-24452
URL: https://issues.apache.org/jira/browse/HIVE-24452
Project: Hive
Issue Type: Sub-task
Reporter: Naveen Gangam
Currently, we added a custom provider for each of the JDBC DBs supported by
hive (MySQL, Postgres, MSSQL(pending), Oracle(pending) and Derby (pending)).
But if there are other JDBC providers we want to add support for, adding a
generic JDBC provider would be useful that hive can default to.
This means
1) We have to support means to indicate that a connector is for a JDBC
datasource. So maybe add a property in DCPROPERTIES on connector to indicate
that the datasource supports JDBC.
2) If there is no custom connector for a data source, use the
GenericJDBCDatasource connector that is to be added as part of this jira.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)