Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 798F3200C14 for ; Tue, 3 Jan 2017 06:19:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 78525160B22; Tue, 3 Jan 2017 05:19:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id BD969160B30 for ; Tue, 3 Jan 2017 06:18:59 +0100 (CET) Received: (qmail 84340 invoked by uid 500); 3 Jan 2017 05:18:58 -0000 Mailing-List: contact issues-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 issues@hive.apache.org Received: (qmail 84304 invoked by uid 99); 3 Jan 2017 05:18:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2017 05:18:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8971F2C2A66 for ; Tue, 3 Jan 2017 05:18:58 +0000 (UTC) Date: Tue, 3 Jan 2017 05:18:58 +0000 (UTC) From: "Ferdinand Xu (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HIVE-8373) OOM for a simple query with spark.master=local [Spark Branch] MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 03 Jan 2017 05:19:00 -0000 [ https://issues.apache.org/jira/browse/HIVE-8373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ferdinand Xu resolved HIVE-8373. -------------------------------- Resolution: Fixed Fix Version/s: 2.2.0 WIKI has been updated. Thanks [~kellyzly] for the contributions. > OOM for a simple query with spark.master=local [Spark Branch] > ------------------------------------------------------------- > > Key: HIVE-8373 > URL: https://issues.apache.org/jira/browse/HIVE-8373 > Project: Hive > Issue Type: Bug > Components: Spark > Reporter: Xuefu Zhang > Assignee: liyunzhang_intel > Fix For: 2.2.0 > > > I have a straigh forward query to run in Spark local mode, but get an OOM even though the data volumn is tiny: > {code} > Exception in thread "Spark Context Cleaner" > Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Spark Context Cleaner" > Exception in thread "Executor task launch worker-1" > Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Executor task launch worker-1" > Exception in thread "Keep-Alive-Timer" > Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Keep-Alive-Timer" > Exception in thread "Driver Heartbeater" > Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Driver Heartbeater" > {code} > The query is: > {code} > select product_name, avg(item_price) as avg_price from product join item on item.product_pk=product.product_pk group by product_name order by avg_price; > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)