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

Xiao Li resolved SPARK-19585.
-----------------------------
       Resolution: Fixed
         Assignee: Sunitha Kambhampati
    Fix Version/s: 2.2.0
                   2.1.1
                   2.0.3

> Fix the cacheTable and uncacheTable API call in the SQL Programming Guide
> -------------------------------------------------------------------------
>
>                 Key: SPARK-19585
>                 URL: https://issues.apache.org/jira/browse/SPARK-19585
>             Project: Spark
>          Issue Type: Bug
>          Components: Documentation
>    Affects Versions: 2.1.0
>            Reporter: Sunitha Kambhampati
>            Assignee: Sunitha Kambhampati
>            Priority: Minor
>             Fix For: 2.0.3, 2.1.1, 2.2.0
>
>
> https://spark.apache.org/docs/latest/sql-programming-guide.html#caching-data-in-memory
> In the doc, the call spark.cacheTable(“tableName”) and 
> spark.uncacheTable(“tableName”) actually needs to be spark.catalog.cacheTable 
> and spark.catalog.uncacheTable



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to