You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@metron.apache.org by cestella <gi...@git.apache.org> on 2016/09/12 13:05:43 UTC

[GitHub] incubator-metron pull request #236: METRON-389 Create Java API to Read Profi...

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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---