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

Michael Armbrust resolved SPARK-6124.
-------------------------------------
       Resolution: Fixed
    Fix Version/s: 1.4.0
                   1.3.1

Issue resolved by pull request 4859
[https://github.com/apache/spark/pull/4859]

> Support jdbc connection properties in OPTIONS part of the query
> ---------------------------------------------------------------
>
>                 Key: SPARK-6124
>                 URL: https://issues.apache.org/jira/browse/SPARK-6124
>             Project: Spark
>          Issue Type: Improvement
>          Components: SQL
>            Reporter: Volodymyr Lyubinets
>            Assignee: Volodymyr Lyubinets
>            Priority: Minor
>             Fix For: 1.3.1, 1.4.0
>
>
> We would like to make it possible to specify connection properties in OPTIONS 
> part of the sql query that uses jdbc driver. For example:
> CREATE TEMPORARY TABLE abc
> USING org.apache.spark.sql.jdbc
> OPTIONS (url '$url', dbtable '(SELECT _ROWID_ FROM test.people)', user 
> 'testUser', password 'testPass')
> To do this, we will do minor changes in JDBCRelation and JDBCRDD.



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

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

Reply via email to