Created
December 17, 2020 06:44
-
-
Save ShubhamRasal/aa9cab03522127dd79470fc9e65eaab3 to your computer and use it in GitHub Desktop.
namenode-hdfs-site.xml
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>dfs.name.dir</name> | |
<value>{{user_dir}}{{namenode_directory }}</value> | |
</property> | |
</configuration> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment