[
https://issues.apache.org/jira/browse/METRON-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16141621#comment-16141621
]
ASF GitHub Bot commented on METRON-1122:
----------------------------------------
Github user ottobackwards commented on a diff in the pull request:
https://github.com/apache/metron/pull/709#discussion_r135259877
--- Diff:
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/package/scripts/params/status_params.py
---
@@ -52,6 +52,26 @@
update_table = 'metron_update'
update_cf = 't'
+# Profiler
+metron_profiler_topology = 'profiler'
+profiler_input_topic =
config['configurations']['metron-enrichment-env']['enrichment_output_topic']
+profiler_kafka_start =
config['configurations']['metron-profiler-env']['profiler_kafka_start']
+profiler_period_duration =
config['configurations']['metron-profiler-env']['profiler_period_duration']
+profiler_period_units =
config['configurations']['metron-profiler-env']['profiler_period_units']
+profiler_ttl =
config['configurations']['metron-profiler-env']['profiler_ttl']
--- End diff --
Just a side question @merrimanr, how do you know that? Do you have
documentation on what the status scripts are, when and who loads them? A
guide? Asking for a friend.
> Add support for the profiler in the management pack
> ---------------------------------------------------
>
> Key: METRON-1122
> URL: https://issues.apache.org/jira/browse/METRON-1122
> Project: Metron
> Issue Type: Improvement
> Reporter: Casey Stella
>
> The Profiler should be installed via the management pack.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)