You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Evert Lammerts (JIRA)" <ji...@apache.org> on 2014/12/19 14:45:13 UTC

[jira] [Updated] (SPARK-4903) RDD remains cached after "DROP TABLE"

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

Evert Lammerts updated SPARK-4903:
----------------------------------
    Description: 
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).

  was:
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).


> 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: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org