Github user cestella commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/236#discussion_r78367857
--- Diff:
metron-analytics/metron-profiler/src/main/java/org/apache/metron/profiler/bolt/ProfileBuilderBolt.java
---
@@ -100,7 +101,11 @@ public ProfileBuilderBolt(String zookeeperUrl) {
@Override
public Map<String, Object> getComponentConfiguration() {
Config conf = new Config();
- conf.put(Config.TOPOLOGY_TICK_TUPLE_FREQ_SECS, getFlushFrequency());
+
+ // how frequently should the bold receive tick tuples?
--- End diff --
s/bold/bolt
---
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.
---