You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Gergely Svigruha (JIRA)" <ji...@apache.org> on 2015/06/25 03:57:04 UTC

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

Gergely Svigruha created SPARK-8615:
---------------------------------------

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


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