[
https://issues.apache.org/jira/browse/METRON-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16144489#comment-16144489
]
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_r135655011
--- Diff:
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/metainfo.xml
---
@@ -119,6 +119,45 @@
</component>
<component>
+ <name>METRON_PROFILER</name>
+ <displayName>Metron Profiler</displayName>
+ <category>MASTER</category>
+ <cardinality>1</cardinality>
+ <versionAdvertised>false</versionAdvertised>
+ <dependencies>
+ <dependency>
+ <name>HBASE/HBASE_CLIENT</name>
+ <scope>host</scope>
+ <auto-deploy>
+ <enabled>true</enabled>
+ </auto-deploy>
+ </dependency>
+ <dependency>
+ <name>ZOOKEEPER/ZOOKEEPER_SERVER</name>
+ <scope>cluster</scope>
+ <auto-deploy>
+ <enabled>true</enabled>
+ </auto-deploy>
+ </dependency>
+ <dependency>
+ <name>KAFKA/KAFKA_BROKER</name>
+ <scope>host</scope>
+ <auto-deploy>
+ <enabled>true</enabled>
+ </auto-deploy>
+ </dependency>
+ </dependencies>
+ <commandScript>
+ <script>scripts/profiler_master.py</script>
+ <scriptType>PYTHON</scriptType>
+ <timeout>600</timeout>
+ </commandScript>
+ <configuration-dependencies>
+ <config-type>metron-profiler-env</config-type>
--- End diff --
The comment from @nickwallen can be addressed by adding this line here:
`<config-type>metron-enrichment-env</config-type>`
> 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)