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

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

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

Xiao Li updated SPARK-17776:
----------------------------
    Assignee: Hyukjin Kwon

> 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
>            Assignee: Hyukjin Kwon
>            Priority: Minor
>             Fix For: 2.1.0
>
>
> 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