Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ValueIncrementableHashMapAccumulator #2314

Closed
wants to merge 1 commit into from

Conversation

shethsh
Copy link

@shethsh shethsh commented Sep 7, 2014

ValueIncrementableHashMapAccumulator can be used in Spark Accumulator functionality to compute Histograms, distributions, complex metrics, etc.

https://issues.apache.org/jira/browse/SPARK-3430

@SparkQA
Copy link

SparkQA commented Sep 7, 2014

Can one of the admins verify this patch?

@SparkQA
Copy link

SparkQA commented Sep 9, 2014

QA tests have started for PR 2314 at commit bc6351b.

  • This patch merges cleanly.

@mateiz
Copy link
Contributor

mateiz commented Sep 9, 2014

Thanks for the PR but this doesn't seem like something that needs to be in Spark -- we already have a histogram() implementation, and users can always build their own accumulator. I think that by the time people figure out this exists, they could've built their own class in this case.

@pwendell
Copy link
Contributor

Let's close this issue, in that case.

@asfgit asfgit closed this in d112a6c Sep 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants