You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Don Bosco Durai (JIRA)" <ji...@apache.org> on 2015/01/14 03:29:34 UTC

[jira] [Commented] (RANGER-214) Fix init.d restart

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

Don Bosco Durai commented on RANGER-214:
----------------------------------------

[~harisekhon]

Thanks for identifying this issue and other issues/feedbacks. Let me know if you want to work on any of this or you want to prioritize any of the issue.


> Fix init.d restart
> ------------------
>
>                 Key: RANGER-214
>                 URL: https://issues.apache.org/jira/browse/RANGER-214
>             Project: Ranger
>          Issue Type: Bug
>    Affects Versions: 0.4.0
>         Environment: HDP 2.2
>            Reporter: Hari Sekhon
>            Priority: Minor
>
> {code}/etc/init.d/ranger-admin restart
> -bash: /usr/bin/stop-ranger-admin.sh: No such file or directory
> -bash: /usr/bin/start-ranger-admin.sh: No such file or directory
> {code}
> Basic stop and basic start work…
> {code}
> /etc/init.d/ranger-admin stop
> Apache Ranger Admin has been stopped.
> {code}{code}
> /etc/init.d/ranger-admin start
> Apache Ranger Admin has started
> {code}
> Looks like the scripts were renamed from
> {code}/usr/bin/stop-ranger-admin.sh
> /usr/bin/start-ranger-admin.sh{code}
> to
> {code}ranger-admin-start
> ranger-admin-stop{code}
> but the restart case block wasn't updated in /etc/init.d/ranger-admin.
> Regards,
> Hari Sekhon
> http://www.linkedin.com/in/harisekhon



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