Github user cestella commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/230#discussion_r76412457
--- Diff:
metron-analytics/metron-profiler/src/main/java/org/apache/metron/profiler/bolt/ProfileHBaseMapper.java
---
@@ -49,7 +65,7 @@
public ProfileHBaseMapper() {
setColumnFamily("P");
- setSaltDivisor(1000);
+ setSaltDivisor(0);
--- End diff --
Why are you setting the salt divisor to 0? Under what situations would you
not need a salt? I'm especially concerned that this appears to be the default
behavior.
---
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.
---