buyingyi | c1df196 | 2012-04-25 21:37:23 +0000 | [diff] [blame] | 1 | <?xml version="1.0"?> |
Till Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame] | 2 | <!-- |
| 3 | ! Copyright 2009-2013 by The Regents of the University of California |
| 4 | ! Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | ! you may not use this file except in compliance with the License. |
| 6 | ! you may obtain a copy of the License from |
| 7 | ! |
| 8 | ! http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | ! |
| 10 | ! Unless required by applicable law or agreed to in writing, software |
| 11 | ! distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | ! See the License for the specific language governing permissions and |
| 14 | ! limitations under the License. |
| 15 | !--> |
buyingyi | c1df196 | 2012-04-25 21:37:23 +0000 | [diff] [blame] | 16 | <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> |
| 17 | |
| 18 | <!-- Put site-specific property overrides in this file. --> |
| 19 | |
| 20 | <configuration> |
| 21 | |
buyingyi | 209adfb | 2013-06-03 14:21:22 -0700 | [diff] [blame] | 22 | <property> |
| 23 | <name>mapred.job.tracker</name> |
| 24 | <value>localhost:29007</value> |
| 25 | </property> |
| 26 | <property> |
| 27 | <name>mapred.tasktracker.map.tasks.maximum</name> |
| 28 | <value>20</value> |
| 29 | </property> |
| 30 | <property> |
| 31 | <name>mapred.tasktracker.reduce.tasks.maximum</name> |
| 32 | <value>20</value> |
| 33 | </property> |
| 34 | <property> |
| 35 | <name>mapred.max.split.size</name> |
| 36 | <value>128</value> |
| 37 | </property> |
buyingyi | c1df196 | 2012-04-25 21:37:23 +0000 | [diff] [blame] | 38 | |
| 39 | </configuration> |