mirror of
https://github.com/newnius/Dockerfiles.git
synced 2025-06-08 17:11:55 +00:00
13 lines
329 B
XML
Executable File
13 lines
329 B
XML
Executable File
<?xml version="1.0"?>
|
|
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
|
|
<configuration>
|
|
<property>
|
|
<name>fs.default.name</name>
|
|
<value>hdfs://spark-master:8020</value>
|
|
</property>
|
|
<property>
|
|
<name>dfs.client.use.legacy.blockreader</name>
|
|
<value>true</value>
|
|
</property>
|
|
</configuration>
|