Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 358 Bytes

README.markdown

File metadata and controls

5 lines (3 loc) · 358 Bytes

An implementation of the HyperLogLog approximate cardinality estimation algorithm (as well as Linear Counting), as a Hive User-defined Aggregation Function (UDAF).

Relies on stream-lib for implementation of the relevant algorithms.

See the Wiki for usage instructions.