Github user sandeep-n commented on a diff in the pull request:
https://github.com/apache/incubator-apex-malhar/pull/286#discussion_r64121488
--- Diff: library/pom.xml ---
@@ -325,6 +325,11 @@
<version>7.0.6</version>
</dependency>
<dependency>
+ <groupId>com.yahoo.datasketches</groupId>
--- End diff --
@tweise The DataSketches library implements a number of streaming/sketch
algorithms including hyperloglog and heavy hitters / frequent items and a
"theta sketch" framework that will allow set operations on multiple streams,
all of which I'm hoping to build operators for.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---