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

Skip to content

Commit 4e78a0a

Browse files
committed
Fix analytically#13. [ci skip]
1 parent de45ca5 commit 4e78a0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/cdh_hadoop_config/templates/core-site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<property>
99
<name>fs.defaultFS</name>
10-
<value>hdfs://{{ hostvars[groups['namenodes'][0]]['ansible_fqdn'] }}</value>
10+
<value>hdfs://{{ site_name|lower }}</value>
1111
<final>true</final>
1212
</property>
1313

0 commit comments

Comments
 (0)