You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Hyukjin Kwon (JIRA)" <ji...@apache.org> on 2016/10/04 11:26:20 UTC

[jira] [Created] (SPARK-17776) Potentially duplicated names which might have conflicts between JDBC options and properties instance

Hyukjin Kwon created SPARK-17776:
------------------------------------

             Summary: Potentially duplicated names which might have conflicts between JDBC options and properties instance
                 Key: SPARK-17776
                 URL: https://issues.apache.org/jira/browse/SPARK-17776
             Project: Spark
          Issue Type: Improvement
          Components: SQL
            Reporter: Hyukjin Kwon
            Priority: Minor


This was discussed here - https://github.com/apache/spark/pull/15292#discussion_r81128083

Currently, `read.format("jdbc").option(...)`, `write.format("jdbc").option(...)` and `write.jdbc(...)` write all the options into `Properties` instance which might have some conflicts.

We should not pass those Spark-only options into JDBC drivers but just handle within Spark.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org