Last change
on this file was
254,
checked in by jazz, 15 years ago
|
- modified debian/hadoop.install
- libhdfs folder had moved.
- add *-site.xml
- hadoop-site.xml had changed to {core,hdfs,madpred}-site.xml
|
File size:
455 bytes
|
Rev | Line | |
---|
[254] | 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 | <description> |
---|
| 11 | The host and port that the MapReduce job tracker runs at. If |
---|
| 12 | "local", then jobs are run in-process as a single map and |
---|
| 13 | reduce task. |
---|
| 14 | </description> |
---|
| 15 | </property> |
---|
| 16 | </configuration> |
---|
Note: See
TracBrowser
for help on using the repository browser.