[ 
https://issues.apache.org/jira/browse/METRON-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16141631#comment-16141631
 ] 

ASF GitHub Bot commented on METRON-1122:
----------------------------------------

Github user merrimanr commented on a diff in the pull request:

    https://github.com/apache/metron/pull/709#discussion_r135261317
  
    --- 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 --
    
    I found out the hard way, through experience.  The ambari agent runs in a 
polling loop and calls the "status" function on the command script 
(profiler_master.py in this case).  Not much documentation out there for this 
as far as I know.


> 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)

Reply via email to