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

    https://github.com/apache/incubator-metron/pull/315#discussion_r85333482
  
    --- Diff: 
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/0.2.1BETA/service_advisor.py
 ---
    @@ -54,11 +54,11 @@ def getServiceComponentLayoutValidations(self, 
services, hosts):
             #Metron Must Co-locate with KAFKA_BROKER and STORM_SUPERVISOR
             if metronParsersHost not in kafkaBrokers:
                 message = "Metron must be colocated with an instance of KAFKA 
BROKER"
    -            items.append({ "type": 'host-component', "level": 'ERROR', 
"message": message, "component-name": 'METRON_PARSERS', "host": 
metronParsersHost })
    +            items.append({ "type": 'host-component', "level": 'WARN', 
"message": message, "component-name": 'METRON_PARSERS', "host": 
metronParsersHost })
    --- End diff --
    
    Hi @dlyle65535, can we leave this as an ERROR, instead of changing to WARN, 
since the KAFKA_BROKER selection happens on this screen.  


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to