Github user keith-turner commented on the issue:
https://github.com/apache/accumulo/pull/168
One option to consider instead of modifying RFile is to make it a decorator
like [BloomFilterLayer][1]. BloomFilterLayer stores its information in RFile
metadata. I'm think will be problems with this approach, but I would not know
what they are w/o actually trying it.
Are you considering making this a generic histogram functionality, where
the user can configure a function that emits counts for a given Key Value?
[1]:
https://github.com/apache/accumulo/blob/e900e67425d950bd4c0c5288a6270d7b362ac458/core/src/main/java/org/apache/accumulo/core/file/BloomFilterLayer.java
---
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.
---