close
Warning:
Can't synchronize with repository "(default)" (Unsupported version control system "svn": liblber-2.4.so.2: failed to map segment from shared object: Cannot allocate memory). Look in the Trac log for more information.
- Timestamp:
-
Sep 22, 2009, 5:01:05 PM (17 years ago)
- Author:
-
jazz
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
|
v6
|
v7
|
|
| 5 | 5 | {{{ |
| 6 | 6 | #!diff |
| 7 | | --- /etc/hadoop/conf/hadoop-site.xml 2009-09-22 16:40:04.000000000 +0800 |
| | 7 | --- /etc/hadoop/conf/hadoop-site.xml 2009-09-22 17:01:03.000000000 +0800 |
| 8 | 8 | +++ hadoop-site.xml 2009-09-22 16:40:24.000000000 +0800 |
| 9 | | @@ -34,6 +34,11 @@ |
| | 9 | @@ -33,4 +33,24 @@ |
| | 10 | <value>134217728</value> |
| 10 | 11 | <description>2009-09-02: Jazz - Change the default block size to 128MB (128 * 1024 * 1024 = 134217728).</description> |
| 11 | 12 | </property> |
| 12 | | <property> |
| | 13 | + <property> |
| 13 | 14 | + <name>mapred.jobtracker.taskScheduler</name> |
| 14 | 15 | + <value>org.apache.hadoop.mapred.FairScheduler</value> |
| … |
… |
|
| 16 | 17 | + </property> |
| 17 | 18 | + <property> |
| 18 | | <name>mapred.fairscheduler.allocation.file</name> |
| 19 | | + <value>/etc/hadoop/conf/fairscheduler.xml</value> |
| 20 | | - <value>/etc/hadoop/conf.dist/fairscheduler.xml</value> |
| 21 | | <description>2009-08-31: Jazz - Add support of Fair Scheduler</description> |
| 22 | | </property> |
| | 19 | + <name>mapred.fairscheduler.allocation.file</name> |
| | 20 | + <value>/etc/hadoop/conf/fairscheduler.xml</value> |
| | 21 | + <description>2009-08-31: Jazz - Add support of Fair Scheduler</description> |
| | 22 | + </property> |
| 23 | 23 | + <property> |
| 24 | 24 | + <name>mapred.fairscheduler.poolnameproperty</name> |
| … |
… |
|
| 31 | 31 | + <description>2009-08-31: Jazz - Add support of Fair Scheduler</description> |
| 32 | 32 | + </property> |
| | 33 | </configuration> |
| 33 | 34 | }}} |
| 34 | 35 | |