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: [email protected]
For additional commands, e-mail: [email protected]