Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C3D2017B19 for ; Tue, 6 Jan 2015 01:20:34 +0000 (UTC) Received: (qmail 31286 invoked by uid 500); 6 Jan 2015 01:20:35 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 31215 invoked by uid 500); 6 Jan 2015 01:20:35 -0000 Mailing-List: contact dev-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list dev@hive.apache.org Received: (qmail 31198 invoked by uid 500); 6 Jan 2015 01:20:35 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 31194 invoked by uid 99); 6 Jan 2015 01:20:35 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 06 Jan 2015 01:20:35 +0000 Date: Tue, 6 Jan 2015 01:20:35 +0000 (UTC) From: "Brock Noland (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-7685) Parquet memory manager MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HIVE-7685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brock Noland updated HIVE-7685: ------------------------------- Resolution: Fixed Fix Version/s: 0.15.0 Status: Resolved (was: Patch Available) Thank you [~dongc]! I have committed this to trunk! > Parquet memory manager > ---------------------- > > Key: HIVE-7685 > URL: https://issues.apache.org/jira/browse/HIVE-7685 > Project: Hive > Issue Type: Improvement > Components: Serializers/Deserializers > Reporter: Brock Noland > Assignee: Dong Chen > Fix For: 0.15.0 > > Attachments: HIVE-7685.1.patch, HIVE-7685.1.patch.ready, HIVE-7685.patch, HIVE-7685.patch.ready > > > Similar to HIVE-4248, Parquet tries to write large very large "row groups". This causes Hive to run out of memory during dynamic partitions when a reducer may have many Parquet files open at a given time. > As such, we should implement a memory manager which ensures that we don't run out of memory due to writing too many row groups within a single JVM. -- This message was sent by Atlassian JIRA (v6.3.4#6332)