[ https://issues.apache.org/jira/browse/METRON-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16092973#comment-16092973 ]
ASF GitHub Bot commented on METRON-1050: ---------------------------------------- Github user nickwallen commented on a diff in the pull request: https://github.com/apache/metron/pull/656#discussion_r128227029 --- Diff: metron-analytics/metron-profiler/README.md --- @@ -277,25 +282,103 @@ The values can be changed on disk and then the Profiler topology must be restart | Setting | Description |--- |--- -| 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.output.topic | The name of the Kafka topic to which profile data is written. Only used with profiles that use the [`triage` result field](#result). -| 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 `profiler.period.duration`. -| profiler.ttl | If a message has not been applied to a Profile in this period of time, the Profile will be forgotten and its resources will be cleaned up. This value should be defined along with `profiler.ttl.units`. -| profiler.ttl.units | The units used to specify the `profiler.ttl`. -| 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. -| profiler.hbase.batch | The number of puts that are written in a single batch. -| profiler.hbase.flush.interval.seconds | The maximum number of seconds between batch writes to HBase. - -After altering the configuration, start the Profiler. +| [`profiler.input.topic`](#profilerinputtopic) | The name of the Kafka topic from which to consume data. +| [`profiler.output.topic`](#profileroutputtopic) | The name of the Kafka topic to which profile data is written. Only used with profiles that define the [`triage` result field](#result). +| [`profiler.period.duration`](#profilerperiodduration) | The duration of each profile period. +| [`profiler.period.duration.units`](#profilerperioddurationunits) | The units used to specify the [`profiler.period.duration`](#profilerperiodduration). +| [`profiler.workers`](#profilerworkers) | The number of worker processes for the topology. +| [`profiler.executors`](#profilerexecutors) | The number of executors to spawn per component. +| [`profiler.ttl`](#profilerttl) | If a message has not been applied to a Profile in this period of time, the Profile will be forgotten and its resources will be cleaned up. +| [`profiler.ttl.units`](#profilerttlunits) | The units used to specify the `profiler.ttl`. +| [`profiler.hbase.salt.divisor`](#profilerhbasesaltdivisor) | A salt is prepended to the row key to help prevent hotspotting. +| [`profiler.hbase.table`](#profilerhbasetable) | The name of the HBase table that profiles are written to. +| [`profiler.hbase.column.family`](#profilerhbasecolumnfamily) | The column family used to store profiles. +| [`profiler.hbase.batch`](#profilerhbasebatch) | The number of puts that are written to HBase in a single batch. +| [`profiler.hbase.flush.interval.seconds`](#profilerhbaseflushintervalseconds) | The maximum number of seconds between batch writes to HBase. --- End diff -- I changed it to fixed width. Thanks > Improve Docs of `profiler.period.duration` > ------------------------------------------- > > Key: METRON-1050 > URL: https://issues.apache.org/jira/browse/METRON-1050 > Project: Metron > Issue Type: Bug > Affects Versions: 0.4.0 > Reporter: Nick Allen > Assignee: Nick Allen > Fix For: 0.4.1 > > > It is a common mistake for new user's of the Profiler, to alter the > Profiler's `profiler.period.duration` property, but not alter the > corresponding `profiler.client.period.duration` property. The new user is > then unable to read the profile data as they would expect. > More should be done, but this JIRA focuses on improving the documentation > around this common error experienced by new users. -- This message was sent by Atlassian JIRA (v6.4.14#64029)