You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Cheng Lian (JIRA)" <ji...@apache.org> on 2015/06/30 19:52:05 UTC

[jira] [Resolved] (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 ]

Cheng Lian resolved SPARK-8615.
-------------------------------
       Resolution: Fixed
    Fix Version/s: 1.5.0

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

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