Initial commit

This commit is contained in:
2024-01-28 22:13:32 +05:30
commit 127fe5de01
6 changed files with 119 additions and 0 deletions

9
core-site.xml Normal file
View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<configuration>
<property>
<name>fs.default.name</name>
<value>hdfs://0.0.0.0:9000</value>
<description>The default file system URI</description>
</property>
</configuration>