[
https://issues.apache.org/jira/browse/SPARK-4903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yin Huai resolved SPARK-4903.
-----------------------------
Resolution: Fixed
I am resolving it. It has been fixed by SPARK-4912
([commit|https://github.com/apache/spark/commit/6463e0b9e8067cce70602c5c9006a2546856a9d6#diff-050cd38349dde9a736dfa182ba481f21R52]).
> 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]