[ 
https://issues.apache.org/jira/browse/SPARK-19585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15864759#comment-15864759
 ] 

Apache Spark commented on SPARK-19585:
--------------------------------------

User 'skambha' has created a pull request for this issue:
https://github.com/apache/spark/pull/16919

> 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
>            Priority: Minor
>
> 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: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to