<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>

<!-- Put site-specific property overrides in this file. -->

<configuration>

<property>
  <name>mapred.local.dir</name>
  <value>/opt/hadoop/mapred-tmp</value>
  <description>Comma-separated list of paths on the local 
  filesystem where temporary Map/Reduce data is written.</description>
</property>

 
<property>
  <name>mapred.job.tracker</name>
  <value>aldenv136.allegheny.edu:54311</value>
  <description>The host and port that the MapReduce job tracker runs
  at.  If "local", then jobs are run in-process as a single map
  and reduce task.</description>
</property>
 
</configuration>

