Skip to content

Instantly share code, notes, and snippets.

@ShubhamRasal
Created December 17, 2020 07:10
Show Gist options
  • Save ShubhamRasal/d5d4a0c0fa09ec16adb0b56cd9013480 to your computer and use it in GitHub Desktop.
Save ShubhamRasal/d5d4a0c0fa09ec16adb0b56cd9013480 to your computer and use it in GitHub Desktop.
<?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