You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Dmitry Lysnichenko (JIRA)" <ji...@apache.org> on 2015/10/12 14:24:05 UTC

[jira] [Resolved] (AMBARI-13377) External URL (policymgr_external_ur) value in Ranger service should be recommended by stack advisor

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

Dmitry Lysnichenko resolved AMBARI-13377.
-----------------------------------------
    Resolution: Fixed

Committed
   565e083..4192bb1  branch-2.1 -> branch-2.1
   c58162f..aef3af9  trunk -> trunk


> External URL (policymgr_external_ur) value in Ranger service should be recommended  by stack advisor
> ----------------------------------------------------------------------------------------------------
>
>                 Key: AMBARI-13377
>                 URL: https://issues.apache.org/jira/browse/AMBARI-13377
>             Project: Ambari
>          Issue Type: Task
>          Components: ambari-server
>    Affects Versions: 2.1.3
>            Reporter: Dmitry Lysnichenko
>            Assignee: Dmitry Lysnichenko
>             Fix For: 2.1.3
>
>         Attachments: AMBARI-13377.2.patch, AMBARI-13377.patch
>
>
> policymgr_external_url should be recommended by the stack advisor while installing ranger service. it's value should be:
> $\{protocol\}://$\{RANGER_ADMIN_HOST\}:$\{PORT\}
> $\{protocol\} is http or https. Refer to property ranger-site/HTTP_ENABLED to figure out if Ranger is configured with HTTP or HTTPS. If the property exists and its value is false then the protocol is https.
> $\{RANGER_ADMIN_HOST\} is the fqdn of the ranger admin host.
> $\{PORT\} is ranger-admin-site/ranger.service.http.port value if it is present for HDP-2.3 stack.
> $\{PORT\} is ranger-site/http.service.port value if it is present for HDP-2.2 stack.
> If property is not present then $\{PORT\} value is 6080



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