Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 06BAB17895 for ; Mon, 20 Apr 2015 20:24:59 +0000 (UTC) Received: (qmail 82408 invoked by uid 500); 20 Apr 2015 20:24:59 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 82386 invoked by uid 500); 20 Apr 2015 20:24: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 82376 invoked by uid 99); 20 Apr 2015 20:24:58 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 20 Apr 2015 20:24:58 +0000 Date: Mon, 20 Apr 2015 20:24:58 +0000 (UTC) From: "Siddharth Seth (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-10405) LLAP: Provide runtime information to daemons to decide on preemption order 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-10405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Siddharth Seth updated HIVE-10405: ---------------------------------- Attachment: HIVE-10405.1.txt The following information is sent into daemons at fragment submission time - start time of the dag - start time of the first attempt of a specific fragment - The priority of a fragment within an executing dag - determined by the topological order in the DAG (this is irrelevant across DAGs) - number of tasks in the current vertex + upstream to the current vertex - number of completed tasks in the current vertex + upstream to the current vertex. > LLAP: Provide runtime information to daemons to decide on preemption order > -------------------------------------------------------------------------- > > Key: HIVE-10405 > URL: https://issues.apache.org/jira/browse/HIVE-10405 > Project: Hive > Issue Type: Sub-task > Reporter: Siddharth Seth > Assignee: Siddharth Seth > Fix For: llap > > Attachments: HIVE-10405.1.txt > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)