Created 10-21-2015 01:47 PM
I'm reading ranger user guide and it's not clear for me what I need to do to setup ranger with HA:
http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.2/bk_Ranger_User_Guide/content/ch09.html
Do I need to change any settings on Ranger or on HDFS?
Thanks.
Created on 10-21-2015 01:49 PM - edited 08-19-2019 05:57 AM
You would be changing ranger repo to point to active name node after restarts or failover of name nodes
No changes in ambari
Only ranger repo
Please see this screenshot
Created on 10-21-2015 01:49 PM - edited 08-19-2019 05:57 AM
You would be changing ranger repo to point to active name node after restarts or failover of name nodes
No changes in ambari
Only ranger repo
Please see this screenshot
Created 10-21-2015 04:17 PM
Does that mean Ranger itself cannot be HA but it can work with HA enabled services? And if we the repo has to be changed manually, what is it that Ranger is doing for hA?
Created on 10-21-2015 04:33 PM - edited 08-19-2019 05:57 AM
Created on 12-16-2015 03:49 PM - edited 08-19-2019 05:56 AM
For NN with HA, what should you put for NameNode URL value?
Created 10-21-2015 04:28 PM
Hi Guilherme,
Ranger itself supports HA, meaning you can install multiple instances of the Ranger Admin UI. However as far as I know, Ranger does not support HDFS HA at the moment, so you need to set the active namenode in the repository setting of the HDFS service. This setting is only used for lookups when you create new Policies, so if you can live without this feature, its not a big deal.
Jonas
Created 10-27-2015 04:00 PM
Ranger does support NN HA from HDP 2.3.
No need to update the active name nodes in Ranger repo config in case of failover.
Created 12-15-2015 09:21 PM
To vperiasamy, but on namenode url, you still need to specify the active namenode url like hdfs://myactive.nn.com:8020 , instead of the HA sevice name like: hdfs://myhdpcluster
Created 03-07-2016 07:21 PM
@Neeraj Sabharwal @Jonas Straub @vperiasamy
Ranger UI configuration input box for FSDefaultfs defaults to the “clustername”, but documentation specifies to enter the “NameNode”. (Current assumption is that “NameNode” is likely the correct parameter – working when configured according to Hortonworks HDP2.3.2 doc Chap 9: “Special Requirements for High Availability Environments”).
Question : if there is a solution or fix that would allow Ranger HDFS Repository configuration to use fs.defaultFS instead of the active NameNode.
Created 09-01-2016 09:38 AM
i use ranger 6.0 with ambari 2.4 HDP 2.5
ambari only copy core-site.xml to /etc/ranger-admin/2.5.0.0-1245/0,but acutally after HA namenode,we need hdfs-site.xml
so ,i do as below
ln -s /etc/hadoop/2.5.0.0-1245/0/hdfs-site.xml to /etc/ranger-admin/2.5.0.0-1245/0