16 lines
376 B
XML
16 lines
376 B
XML
<?xml version="1.0"?>
|
|
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
|
|
|
|
<!-- Put site-specific property overrides in this file. -->
|
|
|
|
<configuration>
|
|
<property>
|
|
<name>mapred.job.tracker</name>
|
|
<value>localhost:9001</value>
|
|
</property>
|
|
<property>
|
|
<name>fs.swift.buffer.dir</name>
|
|
<value>/home/hadoop/tmp</value>
|
|
</property>
|
|
</configuration>
|