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

Review request for Ambari, Dmytro Sen and Vitalyi Brodetskyi.


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 
b4c662a 
  ambari-server/src/test/python/stacks/2.0.6/common/test_stack_advisor.py 
7fdbf73 

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


Testing
-------

mvn clean test


Thanks,

Dmitro Lisnichenko

Reply via email to