Github user mattf-horton commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/334#discussion_r86030164
--- Diff: metron-analytics/metron-profiler/README.md ---
@@ -219,9 +219,11 @@ The Profiler topology also accepts the following
configuration settings.
| profiler.workers | The number of worker processes to create for the
topology. |
| profiler.executors | The number of executors to spawn per component. |
| profiler.input.topic | The name of the Kafka topic from which to consume
data. |
-| profiler.flush.interval.seconds | The duration of a profile's sliding
window before it is flushed. |
+| profiler.period.duration | The duration of each profile period. This
value should be defined along with `profiler.period.duration.units`. |
+| profiler.period.duration.units | The units used to specify the profile
period duration. This value should be defined along with
`profiler.period.duration`. |
| profiler.hbase.salt.divisor | A salt is prepended to the row key to
help prevent hotspotting. This constant is used to generate the salt.
Ideally, this constant should be roughly equal to the number of nodes in the
Hbase cluster. |
| profiler.hbase.table | The name of the HBase table that profiles are
written to. |
+| profiler.hbase.column.family | The column family used to store profiles.
|
--- End diff --
Great!
---
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.
---