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

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

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

    https://github.com/apache/metron/pull/757#discussion_r139943087
  
    --- Diff: 
metron-deployment/packaging/ambari/metron-mpack/src/main/resources/common-services/METRON/CURRENT/service_advisor.py
 ---
    @@ -69,6 +69,10 @@ def getServiceComponentLayoutValidations(self, services, 
hosts):
                 message = "Metron REST must be colocated with an instance of 
STORM SUPERVISOR"
                 items.append({ "type": 'host-component', "level": 'WARN', 
"message": message, "component-name": 'METRON_REST', "host": metronRESTHost })
     
    +        if metronRESTHost not in hbaseClientHosts:
    --- End diff --
    
    Updated the service advisor to check on metronParsersHost


> "service metron-rest start <password>" does not work on CentOS 7.
> -----------------------------------------------------------------
>
>                 Key: METRON-938
>                 URL: https://issues.apache.org/jira/browse/METRON-938
>             Project: Metron
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>         Environment: Metron 0.4.0 on CentOS 7.
>            Reporter: Laurens Vets
>            Priority: Minor
>
> I suppose due to the change to systemd, the command "service metron-rest 
> start <password>" does not work anymore in CentOS 7.
> Changing "METRON_JDBC_PASSWORD="$2"" to "METRON_JDBC_PASSWORD="<DB 
> PASSWORD>"" in "/etc/rc.d/init.d/metron-rest" seems to fix this.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to