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 094D218F84 for ; Fri, 16 Oct 2015 23:06:11 +0000 (UTC) Received: (qmail 67139 invoked by uid 500); 16 Oct 2015 23:06:05 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 67043 invoked by uid 500); 16 Oct 2015 23:06:05 -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 67029 invoked by uid 99); 16 Oct 2015 23:06:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2015 23:06:05 +0000 Date: Fri, 16 Oct 2015 23:06:05 +0000 (UTC) From: "Xuefu Zhang (JIRA)" To: dev@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (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 Xuefu Zhang created HIVE-12205: ---------------------------------- Summary: 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 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)