kennknowles opened a new issue, #18425:
URL: https://github.com/apache/beam/issues/18425

   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:
   
   ```
   
   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
   
   ```
   
   
   In addition, remove packages named `aggregators` and move any remaining 
relevant classes to `org.apache.beam.runners.spark.metrics` package.
   
   Imported from Jira 
[BEAM-2811](https://issues.apache.org/jira/browse/BEAM-2811). Original Jira may 
contain additional context.
   Reported by: aviemzur.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to