Evert Lammerts created SPARK-4903:
-------------------------------------

             Summary: RDD remains cached after "DROP TABLE"
                 Key: SPARK-4903
                 URL: https://issues.apache.org/jira/browse/SPARK-4903
             Project: Spark
          Issue Type: Bug
          Components: SQL
    Affects Versions: 1.3.0
         Environment: Spark master @ Dec 17 
(3cd516191baadf8496ccdae499771020e89acd7e)
            Reporter: Evert Lammerts
            Priority: Critical


In beeline, when I run:
{code:sql}
CREATE TABLE test AS select col from table;
CACHE TABLE test
DROP TABLE test
{code}
The the table is removed but the RDD is still cached. Running UNCACHE is not 
possible anymore (table not found from thriftserver).



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