Sunitha Kambhampati created SPARK-19585:
-------------------------------------------

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