source: other-projects/hathitrust/vagrant-hadoop-cluster/trunk/modules/hadoop/templates/mapred-site.xml@ 30903

Last change on this file since 30903 was 30903, checked in by davidb, 7 years ago

Vagrant provisioning files for a 4-node Hadoop cluster. See README.txt for more details

File size: 305 bytes
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
3<configuration>
4 <property>
5 <name>mapred.job.tracker</name>
6 <value><%= @hadoop_master %>:9001</value>
7 <description>The host and port that the MapReduce job tracker runs at.</description>
8 </property>
9</configuration>
Note: See TracBrowser for help on using the repository browser.