Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-7292 Hive on Spark
  3. HIVE-8843

Release RDD cache when Hive query is done [Spark Branch]

    XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 1.1.0
    • Spark
    • None

    Description

      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().

      Attachments

        1. HIVE-8843.3-spark.patch
          24 kB
          Jimmy Xiang
        2. HIVE-8843.3-spark.patch
          24 kB
          Jimmy Xiang
        3. HIVE-8843.2-spark.patch
          24 kB
          Jimmy Xiang
        4. HIVE-8843.1-spark.patch
          18 kB
          Jimmy Xiang

        Activity

          People

            jxiang Jimmy Xiang
            xuefuz Xuefu Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: