-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39176/
-----------------------------------------------------------

(Updated Oct. 9, 2015, 4:23 p.m.)


Review request for Ambari and Dmytro Sen.


Bugs: AMBARI-13377
    https://issues.apache.org/jira/browse/AMBARI-13377


Repository: ambari


Description
-------

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


Diffs
-----

  ambari-server/src/main/resources/stacks/HDP/2.0.6/services/stack_advisor.py 
2ba1a5c 
  ambari-server/src/test/python/stacks/2.0.6/common/test_stack_advisor.py 
fb70a15 

Diff: https://reviews.apache.org/r/39176/diff/


Testing
-------

mvn clean test


Thanks,

Dmitro Lisnichenko

Reply via email to