Gautam Borad created AMBARI-13763:
-------------------------------------
Summary: ranger.audit.solr.zookeepers value should be suffixed
with /ranger_audits
Key: AMBARI-13763
URL: https://issues.apache.org/jira/browse/AMBARI-13763
Project: Ambari
Issue Type: Bug
Components: ambari-server
Affects Versions: 2.1.3
Reporter: Gautam Borad
Assignee: Gautam Borad
Fix For: 2.1.3
At present value of ranger-admin-site/ranger.audit.solr.zookeepers (display
name = Solr Zookeeper string) in the stack is *localhost:2181*
Stack advisor returns it's value to be a comma-delimited list of all zookeepers
in the cluster.
Example: zk.host1.org:2181,zk.host2.org:2181,zk.host3.org:2181
*Expected behavior:*
value in the stack should be localhost:2181/ranger_audits
example value returned by stack advisor should be
zk.host1.org:2181/ranger_audits,
zk.host2.org:2181/ranger_audits,
zk.host3.org:2181/ranger_audits
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)