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 E22CE200B57 for ; Sat, 23 Jul 2016 08:15:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id E0CAD160A8E; Sat, 23 Jul 2016 06:15:22 +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 3473F160A6D for ; Sat, 23 Jul 2016 08:15:22 +0200 (CEST) Received: (qmail 72551 invoked by uid 500); 23 Jul 2016 06:15:20 -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 72534 invoked by uid 99); 23 Jul 2016 06:15:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 23 Jul 2016 06:15:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7FBF22C0278 for ; Sat, 23 Jul 2016 06:15:20 +0000 (UTC) Date: Sat, 23 Jul 2016 06:15:20 +0000 (UTC) From: "Wei Zheng (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-13934) Configure Tez to make nocondiional task size memory available for the Processor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 23 Jul 2016 06:15:23 -0000 [ https://issues.apache.org/jira/browse/HIVE-13934?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15390566#comment-15390566 ] Wei Zheng commented on HIVE-13934: ---------------------------------- [~leftylev] I'm not sure how to write the release note, but here is the explanation for the default value. If it's -1, then we always let Tez to decide the percentage of memory to allocate for the processor. If this is a percentage that's greater than 0, then Tez will honor this percentage when allocating memory. > Configure Tez to make nocondiional task size memory available for the Processor > ------------------------------------------------------------------------------- > > Key: HIVE-13934 > URL: https://issues.apache.org/jira/browse/HIVE-13934 > Project: Hive > Issue Type: Bug > Components: Hive > Affects Versions: 2.1.0 > Reporter: Wei Zheng > Assignee: Wei Zheng > Labels: TODOC2.1.1 > Fix For: 2.2.0, 2.1.1 > > Attachments: HIVE-13934.1.patch, HIVE-13934.10.patch, HIVE-13934.11.patch, HIVE-13934.2.patch, HIVE-13934.3.patch, HIVE-13934.4.patch, HIVE-13934.6.patch, HIVE-13934.7.patch, HIVE-13934.8.patch, HIVE-13934.9.patch > > > Currently, noconditionaltasksize is not validated against the container size, the reservations made in the container by Tez for Inputs / Outputs etc. > Check this at compile time to see if enough memory is available, or set up the vertex to reserve additional memory for the Processor. -- This message was sent by Atlassian JIRA (v6.3.4#6332)