You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Arush Kharbanda (JIRA)" <ji...@apache.org> on 2015/04/16 13:16:58 UTC

[jira] [Commented] (SPARK-2734) DROP TABLE should also uncache table

    [ https://issues.apache.org/jira/browse/SPARK-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14497913#comment-14497913 ] 

Arush Kharbanda commented on SPARK-2734:
----------------------------------------

This issue is occurring for me, i am using Spark - 1.3.0. 

> DROP TABLE should also uncache table
> ------------------------------------
>
>                 Key: SPARK-2734
>                 URL: https://issues.apache.org/jira/browse/SPARK-2734
>             Project: Spark
>          Issue Type: Bug
>          Components: SQL
>    Affects Versions: 1.0.2
>            Reporter: Michael Armbrust
>            Assignee: Michael Armbrust
>            Priority: Critical
>             Fix For: 1.1.0
>
>
> Steps to reproduce:
> {code}
> hql("CREATE TABLE test(a INT)")
> hql("CACHE TABLE test")
> hql("DROP TABLE test")
> hql("SELECT * FROM test")
> {code}



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