Created
December 17, 2020 06:42
-
-
Save ShubhamRasal/8c86a0bde7da3ad8df5fcfb353bca708 to your computer and use it in GitHub Desktop.
namenode core-site.xml for ansible
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?> | |
<configuration> | |
<property> | |
<name>fs.default.name</name> | |
<value>hdfs://{{ groups['hadoop_namenode'][0] }}:{{hadoop_port}}</value> | |
</property> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment