Created on 11-24-2015 02:09 AM - edited 09-16-2022 02:50 AM
Someone recently asked me how to configure a standalone Ambari Server with the Files View to point correctly to a server running NameNode HA.
Whenever active/standby NameNodes switch roles, the Files View can correctly handle the transition.
Created on 11-24-2015 02:17 AM - edited 08-19-2019 05:46 AM
On the cluster with the NameNodes, set these properties in HDFS for custom core-site,
hadoop.proxyuser.root.groups=*
hadoop.proxyuser.root.hosts=*
Navigate to http://server:8080/api/v1/clusters/$name/configurations?type=hdfs-site
click on the last config, and take note of several of the properties
On the standalone Ambari Server hosting the Views, create the Files View and configure it as follows,
Voila,
Created on 11-24-2015 02:17 AM - edited 08-19-2019 05:46 AM
On the cluster with the NameNodes, set these properties in HDFS for custom core-site,
hadoop.proxyuser.root.groups=*
hadoop.proxyuser.root.hosts=*
Navigate to http://server:8080/api/v1/clusters/$name/configurations?type=hdfs-site
click on the last config, and take note of several of the properties
On the standalone Ambari Server hosting the Views, create the Files View and configure it as follows,
Voila,