Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-4903

RDD remains cached after "DROP TABLE"

Attach filesAttach ScreenshotVotersWatch issueWatchersCreate sub-taskLinkCloneUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.3.0
    • None
    • SQL
    • None
    • Spark master @ Dec 17 (3cd516191baadf8496ccdae499771020e89acd7e)

    Description

      In beeline, when I run:

      CREATE TABLE test AS select col from table;
      CACHE TABLE test
      DROP TABLE test
      

      The the table is removed but the RDD is still cached. Running UNCACHE is not possible anymore (table not found from metastore).

      Attachments

        Issue Links

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            Unassigned Unassigned
            evertlammerts Evert Lammerts
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment