Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca87983

Browse files
committed
Fix dfs.namenode.http-address. [ci skip]
1 parent bdb1931 commit ca87983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/cdh_hadoop_config/templates/hdfs-site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{% for host in groups['namenodes'] %}
3232
<property>
3333
<name>dfs.namenode.http-address.{{ site_name|lower }}.nn{{ loop.index }}</name>
34-
<value>0.0.0.0:50070</value>
34+
<value>{{ host }}:50070</value>
3535
</property>
3636
{% endfor %}
3737

0 commit comments

Comments
 (0)