source:
hadoop4win-setup/my_packages/hadoop/conf-examples/mapred-site.xml
@
142
Last change on this file since 142 was 129, checked in by jazz, 15 years ago | |
---|---|
|
|
File size: 274 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.