You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@bigtop.apache.org by "Roman Shaposhnik (JIRA)" <ji...@apache.org> on 2014/11/02 05:19:34 UTC

[jira] [Commented] (BIGTOP-1500) Stop already stopped hue service returns ok instead of failed

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

Roman Shaposhnik commented on BIGTOP-1500:
------------------------------------------

Would you care to submit a patch?

> Stop already stopped hue service returns ok instead of failed
> -------------------------------------------------------------
>
>                 Key: BIGTOP-1500
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-1500
>             Project: Bigtop
>          Issue Type: Improvement
>          Components: build
>    Affects Versions: 0.8.0
>            Reporter: Chunjun Xiao
>            Priority: Trivial
>
> Generally, when we stop some service already stopped, we will get an error return, as nfsd/httpd does.
> {quote}
> [root@svm7 /etc/init.d] # service nfs stop
> Shutting down NFS daemon:                                  [  OK  ]
> Shutting down NFS mountd:                                  [  OK  ]
> Shutting down NFS quotas:                                  [  OK  ]
> [root@svm7 /etc/init.d] # service nfs stop
> Shutting down NFS daemon:                                  [FAILED]
> Shutting down NFS mountd:                                  [FAILED]
> Shutting down NFS quotas:                                  [FAILED]
> [root@svm7 /etc/init.d] #
> {quote}
> While when we stop hue (and many other hadoop components), which has already been stopped, it will return success.
> {quote}
> [root@svm7 /etc/init.d] # service hue stop
> [root@svm7 /etc/init.d] #                                  [  OK  ]
> [root@svm7 /etc/init.d] # service hue stop
> [root@svm7 /etc/init.d] #                                  [  OK  ]
> {quote}
> Should the hadoop services comply with the convention?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)