mirror of
https://github.com/silicoflare/docker-hadoop.git
synced 2026-05-26 12:09:54 +05:30
Initial commit
This commit is contained in:
9
core-site.xml
Normal file
9
core-site.xml
Normal 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>
|
||||
Reference in New Issue
Block a user