blob: 0fc1402c1ae5f0813177ee1713573b9f10dcd325 [file] [log] [blame]
<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!-- Put site-specific property overrides in this file. -->
<configuration>
<property>
<name>hadoop.tmp.dir</name>
<value>/mnt/hdfs</value>
</property>
<property>
<name>fs.default.name</name>
<value>hdfs://{{active_master}}:9000</value>
</property>
<property>
<name>io.file.buffer.size</name>
<value>65536</value>
</property>
</configuration>