spark-instrumented-optimizer/sql/core
Liang-Chi Hsieh d4d6d31db5 [SPARK-8463][SQL] Use DriverRegistry to load jdbc driver at writing path
JIRA: https://issues.apache.org/jira/browse/SPARK-8463

Currently, at the reading path, `DriverRegistry` is used to load needed jdbc driver at executors. However, at the writing path, we also need `DriverRegistry` to load jdbc driver.

Author: Liang-Chi Hsieh <viirya@gmail.com>

Closes #6900 from viirya/jdbc_write_driver and squashes the following commits:

16cd04b [Liang-Chi Hsieh] Use DriverRegistry to load jdbc driver at writing path.
2015-07-06 17:16:44 -07:00
..
src [SPARK-8463][SQL] Use DriverRegistry to load jdbc driver at writing path 2015-07-06 17:16:44 -07:00
pom.xml [SPARK-8307] [SQL] improve timestamp from parquet 2015-06-22 18:03:59 -07:00