You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Xuefu Zhang (JIRA)" <ji...@apache.org> on 2014/11/12 20:02:34 UTC

[jira] [Created] (HIVE-8843) Release RDD cache when Hive query is done [Spark Branch]

Xuefu Zhang created HIVE-8843:
---------------------------------

             Summary: Release RDD cache when Hive query is done [Spark Branch]
                 Key: HIVE-8843
                 URL: https://issues.apache.org/jira/browse/HIVE-8843
             Project: Hive
          Issue Type: Sub-task
          Components: Spark
            Reporter: Xuefu Zhang


In some multi-inser cases, RDD.cache() is called to improve performance. RDD is SparkContext specific, but the caching is useful only for the query. Thus, once the query is executed, we need to release the cache used by calling RDD.uncache().



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