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 64E44200BAD for ; Tue, 25 Oct 2016 14:02:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 63979160B02; Tue, 25 Oct 2016 12:02: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 D938C160AF3 for ; Tue, 25 Oct 2016 14:01:59 +0200 (CEST) Received: (qmail 49739 invoked by uid 500); 25 Oct 2016 12:01: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 49722 invoked by uid 99); 25 Oct 2016 12:01:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Oct 2016 12:01:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id ADAEF2C2A67 for ; Tue, 25 Oct 2016 12:01:58 +0000 (UTC) Date: Tue, 25 Oct 2016 12:01:58 +0000 (UTC) From: "Rui Li (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-12951) Reduce Spark executor prewarm timeout to 5s MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 25 Oct 2016 12:02:00 -0000 [ https://issues.apache.org/jira/browse/HIVE-12951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15605111#comment-15605111 ] Rui Li commented on HIVE-12951: ------------------------------- Hi [~richard_xin], pre-warm is intended to wait until some containers are launched before we decide the parallelism/start the job. In general, it helps us to have a higher parallelism and better task scheduling. However it doesn't remove the start-up overhead for the 1st query - anyway we have to wait for the containers to be launched to run the query. [~xuefuz] please add if I missed anything. > Reduce Spark executor prewarm timeout to 5s > ------------------------------------------- > > Key: HIVE-12951 > URL: https://issues.apache.org/jira/browse/HIVE-12951 > Project: Hive > Issue Type: Bug > Components: Spark > Affects Versions: 1.2.0 > Reporter: Xuefu Zhang > Assignee: Xuefu Zhang > Fix For: 2.1.0 > > Attachments: HIVE-12951.patch, HIVE-12951.patch > > > Currently it's set to 30s, which tends to be longer than needed. Reduce it to 5s, only considering jvm startup time. (Eventually, we may want to make this configurable.) -- This message was sent by Atlassian JIRA (v6.3.4#6332)