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 EAA0A184B1 for ; Thu, 10 Dec 2015 14:12:24 +0000 (UTC) Received: (qmail 53549 invoked by uid 500); 10 Dec 2015 14:12:11 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 53516 invoked by uid 500); 10 Dec 2015 14:12:11 -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 53499 invoked by uid 99); 10 Dec 2015 14:12:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Dec 2015 14:12:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 340C02C1F5A for ; Thu, 10 Dec 2015 14:12:11 +0000 (UTC) Date: Thu, 10 Dec 2015 14:12:11 +0000 (UTC) From: "Chinna Rao Lalam (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-12205) Spark: unify spark statististics aggregation between local and remote spark client 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-12205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chinna Rao Lalam updated HIVE-12205: ------------------------------------ Attachment: HIVE-12205.1.patch > Spark: unify spark statististics aggregation between local and remote spark client > ---------------------------------------------------------------------------------- > > Key: HIVE-12205 > URL: https://issues.apache.org/jira/browse/HIVE-12205 > Project: Hive > Issue Type: Task > Components: Spark > Affects Versions: 1.1.0 > Reporter: Xuefu Zhang > Assignee: Chinna Rao Lalam > Attachments: HIVE-12205.1.patch > > > In class {{LocalSparkJobStatus}} and {{RemoteSparkJobStatus}}, spark statistics aggregation are done similar but in different code paths. Ideally, we should have a unified approach to simply maintenance. -- This message was sent by Atlassian JIRA (v6.3.4#6332)