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

ReduceOperations.hyperLogLog #245

Merged
merged 10 commits into from Feb 20, 2013
Merged

Commits on Dec 12, 2012

  1. ReduceOperations.hyperLogLog

    Aaron Siegel committed Dec 12, 2012
    Copy the full SHA
    8a9b957 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2012

  1. make hyperLogLogMap public with configurable serializer

    Aaron Siegel committed Dec 13, 2012
    Copy the full SHA
    b38466d View commit details
    Browse the repository at this point in the history
  2. fix unit test

    Aaron Siegel committed Dec 13, 2012
    Copy the full SHA
    ede346d View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2012

  1. Merge branch 'develop' of https://github.com/twitter/scalding into hl…

    …l-aggregate
    Aaron Siegel committed Dec 18, 2012
    Copy the full SHA
    37d8e46 View commit details
    Browse the repository at this point in the history
  2. minor tweaks from oscar

    Aaron Siegel committed Dec 18, 2012
    Copy the full SHA
    350a166 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2013

  1. Merge branch 'develop' of https://github.com/twitter/scalding into hl…

    …l-aggregate
    Aaron Siegel committed Jan 11, 2013
    Copy the full SHA
    30e4eb2 View commit details
    Browse the repository at this point in the history
  2. improved hyperLogLog reducer methods

    Aaron Siegel committed Jan 11, 2013
    Copy the full SHA
    103dc29 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2013

  1. Merge branch 'master' of https://github.com/twitter/scalding into hll…

    …-aggregate
    Aaron Siegel committed Feb 8, 2013
    Copy the full SHA
    a8bb6ea View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2013

  1. restore legacy ReduceOperations.approxUniques; rename bijection-aware…

    … method to approximateUniqueCount
    Aaron Siegel committed Feb 20, 2013
    Copy the full SHA
    a2cac76 View commit details
    Browse the repository at this point in the history
  2. specify TupleConverter & TupleSetter in new hll methods

    Aaron Siegel committed Feb 20, 2013
    Copy the full SHA
    79e6db3 View commit details
    Browse the repository at this point in the history