source: hadoop4win-setup/my_packages/hadoop/conf-examples/mapred-site.xml @ 128

Last change on this file since 128 was 128, checked in by jazz, 14 years ago
  • 0.1 alpha release ( Network Installation Version )
  • Property svn:executable set to *
File size: 285 bytes
Line 
1<?xml version="1.0"?>
2<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
3
4<!-- Put site-specific property overrides in this file. -->
5
6<configuration>
7  <property>
8    <name>mapred.job.tracker</name>
9    <value>localhost:9001</value>
10  </property>
11</configuration>
Note: See TracBrowser for help on using the repository browser.