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

    https://github.com/apache/metron/pull/709#discussion_r134233234
  
    --- 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 --
    
    does it really need indexing running to start? (to work, yes, but to start?)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to