Skip to content

Conversation

@viirya
Copy link
Member

@viirya viirya commented Jun 19, 2015

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.

@SparkQA
Copy link

SparkQA commented Jun 19, 2015

Test build #35256 has finished for PR 6900 at commit 16cd04b.

  • This patch passes all tests.
  • This patch merges cleanly.
  • This patch adds no public classes.

asfgit pushed a commit that referenced this pull request Jul 7, 2015
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 <[email protected]>

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.

(cherry picked from commit d4d6d31)
Signed-off-by: Reynold Xin <[email protected]>
@rxin
Copy link
Contributor

rxin commented Jul 7, 2015

I just merged this. Also put it in 1.4 branch due to @marmbrus' request.

@rxin
Copy link
Contributor

rxin commented Jul 7, 2015

Thanks!

@asfgit asfgit closed this in d4d6d31 Jul 7, 2015
@viirya viirya deleted the jdbc_write_driver branch December 27, 2023 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants