blob: 4461fce637cdab730b2af3c1bb350ed7e9e9d6bf [file] [log] [blame]
buyingyi7f356c12012-10-07 00:23:17 +00001<?xml version="1.0"?>
Till Westmann276bbc22013-06-05 18:56:27 -07002<!--
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 !-->
buyingyi7f356c12012-10-07 00:23:17 +000016<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
17
18<!-- Put site-specific property overrides in this file. -->
19
20<configuration>
21
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>
buyingyif4cbe832013-02-06 03:48:33 +000035 <name>mapred.max.split.size</name>
36 <value>128</value>
buyingyi7f356c12012-10-07 00:23:17 +000037 </property>
38
39</configuration>