You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Sean Owen (JIRA)" <ji...@apache.org> on 2015/07/01 13:47:05 UTC

[jira] [Updated] (SPARK-8615) sql programming guide recommends deprecated code

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

Sean Owen updated SPARK-8615:
-----------------------------
    Assignee: Tijo Thomas

> sql programming guide recommends deprecated code
> ------------------------------------------------
>
>                 Key: SPARK-8615
>                 URL: https://issues.apache.org/jira/browse/SPARK-8615
>             Project: Spark
>          Issue Type: Documentation
>          Components: Documentation
>    Affects Versions: 1.4.0
>            Reporter: Gergely Svigruha
>            Assignee: Tijo Thomas
>            Priority: Minor
>             Fix For: 1.5.0
>
>
> The Spark 1.4 sql programming guide has an example code on how to use JDBC tables:
> https://spark.apache.org/docs/latest/sql-programming-guide.html#jdbc-to-other-databases
> sqlContext.load("jdbc", Map(...))
> However this code complies with a warning, and recommends to do this:
>  sqlContext.read.format("jdbc").options(Map(...)).load()



--
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