You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Aviem Zur (JIRA)" <ji...@apache.org> on 2017/08/28 07:26:00 UTC

[jira] [Created] (BEAM-2811) Complete the removal of aggregators from Spark runner.

Aviem Zur created BEAM-2811:
-------------------------------

             Summary: Complete the removal of aggregators from Spark runner.
                 Key: BEAM-2811
                 URL: https://issues.apache.org/jira/browse/BEAM-2811
             Project: Beam
          Issue Type: Task
          Components: runner-spark
            Reporter: Aviem Zur
            Assignee: Amit Sela


In https://issues.apache.org/jira/browse/BEAM-1765 aggregator usage was removed from Spark runner in order to comply with the removal of aggregators from the SDK.

However, not all classes / usages of aggregators within the Spark runner were removed.

This task is to complete the removal of all aggregator code from Spark runner, including, but not limited to:

{code}
org.apache.beam.runners.spark.aggregators.AggAccumParam
org.apache.beam.runners.spark.aggregators.AggregatorsAccumulator
org.apache.beam.runners.spark.aggregators.NamedAggregators
org.apache.beam.runners.spark.metrics.AggregatorMetricSource
org.apache.beam.runners.spark.metrics.AggregatorMetric
{code}

In addition, remove packages named {{aggregators}} and move any remaining relevant classes to {{org.apache.beam.runners.spark.metrics}} package.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)