You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by "Hari Sekhon (JIRA)" <ji...@apache.org> on 2015/01/13 16:10:34 UTC

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

     [ https://issues.apache.org/jira/browse/RANGER-214?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Hari Sekhon updated RANGER-214:
-------------------------------
    Affects Version/s: 0.4.0

> 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)