[
https://issues.apache.org/jira/browse/METRON-1122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16135276#comment-16135276
]
ASF GitHub Bot commented on METRON-1122:
----------------------------------------
Github user cestella commented on a diff in the pull request:
https://github.com/apache/metron/pull/709#discussion_r134258114
--- Diff:
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/addon-services/METRON/CURRENT/role_command_order.json
---
@@ -5,11 +5,13 @@
"_comment" : "dependencies for all cases",
"METRON_INDEXING-INSTALL" : ["METRON_PARSERS-INSTALL"],
"METRON_ENRICHMENT-INSTALL": ["METRON_INDEXING-INSTALL"],
+ "METRON_PROFILER-INSTALL": ["METRON_ENRICHMENT-INSTALL"],
"METRON_REST-INSTALL": ["METRON_PARSERS-INSTALL"],
"METRON_PARSERS-START" : ["NAMENODE-START",
"ZOOKEEPER_SERVER-START", "KAFKA_BROKER-START",
"STORM_REST_API-START","METRON_ENRICHMENT_MASTER-START"],
"METRON_ENRICHMENT_MASTER-START" : ["NAMENODE-START",
"ZOOKEEPER_SERVER-START", "KAFKA_BROKER-START", "STORM_REST_API-START",
"HBASE_MASTER-START", "HBASE_REGIONSERVER-START"],
"METRON_ENRICHMENT_SERVICE_CHECK-SERVICE_CHECK" :
["METRON_ENRICHMENT_MASTER-START"],
"METRON_INDEXING-START" : ["NAMENODE-START",
"ZOOKEEPER_SERVER-START", "KAFKA_BROKER-START",
"STORM_REST_API-START","METRON_PARSERS-START"],
+ "METRON_PROFILER-START" : ["NAMENODE-START",
"ZOOKEEPER_SERVER-START", "KAFKA_BROKER-START",
"STORM_REST_API-START","METRON_INDEXING-START"],
--- End diff --
Yeah, you're right. It's actually worse than what you suggest, it's
overtly wrong: it needs zookeeper, storm, kafka, and hbase
> 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)