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 F202A11AE4 for ; Mon, 16 Jun 2014 15:02:03 +0000 (UTC) Received: (qmail 66983 invoked by uid 500); 16 Jun 2014 15:02:02 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 66865 invoked by uid 500); 16 Jun 2014 15:02:02 -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 66715 invoked by uid 500); 16 Jun 2014 15:02:02 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 66712 invoked by uid 99); 16 Jun 2014 15:02:02 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jun 2014 15:02:02 +0000 Date: Mon, 16 Jun 2014 15:02:02 +0000 (UTC) From: "Douglas Moore (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-7237) hive.exec.parallel=true w/ Hive 0.13/Tez causes application to linger forever MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Douglas Moore created HIVE-7237: ----------------------------------- Summary: hive.exec.parallel=true w/ Hive 0.13/Tez causes application to linger forever Key: HIVE-7237 URL: https://issues.apache.org/jira/browse/HIVE-7237 Project: Hive Issue Type: Bug Components: Tez Affects Versions: 0.13.0 Environment: HDP 2.1, Hive 0.13, SLES 11, 128GB data nodes, ORC SNAPPY Reporter: Douglas Moore set hive.exec.parallel=true; will cause the Yarn application instance to linger forever. set hive.exec.parallel=false, the application goes away as soon as hive query is complete. The underlying table is an ORC store_sales table compressed with SNAPPY. {code} hive.exec.parallel=true; select * from store_sales where ss_ticket_number=5741230 and ss_item_sk=4825 {code} The query will run under Tez and finish << 30 seconds. After 30-40 of these jobs the cluster gets to a point where no jobs will finish. -- This message was sent by Atlassian JIRA (v6.2#6252)