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 819A22009D9 for ; Tue, 3 May 2016 06:13:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 7FE261609B1; Tue, 3 May 2016 06:13:14 +0200 (CEST) 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 03F5F1609B0 for ; Tue, 3 May 2016 06:13:13 +0200 (CEST) Received: (qmail 7485 invoked by uid 500); 3 May 2016 04:13:13 -0000 Mailing-List: contact issues-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@spark.apache.org Received: (qmail 7471 invoked by uid 99); 3 May 2016 04:13:13 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 May 2016 04:13:13 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id DA9F42C1F61 for ; Tue, 3 May 2016 04:13:12 +0000 (UTC) Date: Tue, 3 May 2016 04:13:12 +0000 (UTC) From: "Reynold Xin (JIRA)" To: issues@spark.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (SPARK-15079) Support average/count/sum in LongAccumulator/DoubleAccumulator MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 03 May 2016 04:13:14 -0000 [ https://issues.apache.org/jira/browse/SPARK-15079?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Reynold Xin resolved SPARK-15079. --------------------------------- Resolution: Fixed > Support average/count/sum in LongAccumulator/DoubleAccumulator > -------------------------------------------------------------- > > Key: SPARK-15079 > URL: https://issues.apache.org/jira/browse/SPARK-15079 > Project: Spark > Issue Type: Sub-task > Components: SQL > Reporter: Reynold Xin > Assignee: Reynold Xin > Fix For: 2.0.0 > > > We currently have AverageAccumulator as a special accumulator. It would actually be easier if we just support computing average in LongAccumulator and DoubleAccumulator. -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org For additional commands, e-mail: issues-help@spark.apache.org