Created 10-09-2018 03:53 PM
I configured ssl for hdfs. I have an alert in the ambari console that related to the secondary namenode http address port 50090. Connection failed to http://wawf-wk-hadoop2.caci.com:50090 (). Is there an alternatate https property in hdfs-site.xml for dfs.secondary.http.address.
Created 10-10-2018 12:14 AM
Are you talking about the following two parameters?
dfs.namenode.secondary.https-address (50091) => The secondary namenode HTTPS server address and port. dfs.namenode.secondary.http-address (50090) => The secondary namenode http server address and port.
Reference: https://hadoop.apache.org/docs/r2.7.3/hadoop-project-dist/hadoop-hdfs/hdfs-default.xml
.
Those properties can be added to "Customer hdfs-site" using "Add Property" option via Ambari:
Ambari UI --> HDFS --> Configs --> Advanced --> "Customer hdfs-site" --> "Add Property ..." (click)
.
Created 10-10-2018 12:14 AM
Are you talking about the following two parameters?
dfs.namenode.secondary.https-address (50091) => The secondary namenode HTTPS server address and port. dfs.namenode.secondary.http-address (50090) => The secondary namenode http server address and port.
Reference: https://hadoop.apache.org/docs/r2.7.3/hadoop-project-dist/hadoop-hdfs/hdfs-default.xml
.
Those properties can be added to "Customer hdfs-site" using "Add Property" option via Ambari:
Ambari UI --> HDFS --> Configs --> Advanced --> "Customer hdfs-site" --> "Add Property ..." (click)
.
Created 10-10-2018 01:32 PM
That worked. Thank you very much. I'm going to look for the documentation listing all the available properties.
Created 10-11-2018 12:46 AM
If this answers your query/issue then please mark this HCC thread as answered by clicking on "Accept" link on the correct answer, That way it will help other HCC users to quickly find the answers.
Created 10-10-2018 01:33 PM
That worked. Thank you very much. I'm going to look for documentation listing all the available properties.