Weichen Xu created SPARK-15805:
----------------------------------

             Summary: update the whole sql programming guide
                 Key: SPARK-15805
                 URL: https://issues.apache.org/jira/browse/SPARK-15805
             Project: Spark
          Issue Type: Improvement
          Components: Documentation, SQL
    Affects Versions: 2.0.0
            Reporter: Weichen Xu


The sql programming guide of spark is out-of-date in many places, including:

should using `SparkSession` instead of `SQLContext`
should using `SparkSession.builder.enableHiveSupport` instead of `HiveContext`
should using `dataFrame.write.saveAsTable` instead of `dataFrame.saveAsTable`
should using `sparkSession.catalog.cacheTable/uncacheTable` instead of 
`SQLContext.cacheTable/uncacheTable`

and so on...




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