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

Michael Armbrust updated SPARK-4903:
------------------------------------
    Target Version/s: 1.3.0

> 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 metastore).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to