blob: ab3b7c3b1c56571c3cada66a42b1beb5e024bda9 [file] [log] [blame]
buyingyic1df1962012-04-25 21:37:23 +00001<?xml version="1.0"?>
Till Westmannea8ab392013-06-05 15:17:08 -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 !-->
buyingyic1df1962012-04-25 21:37:23 +000016<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
17
18<!-- Put site-specific property overrides in this file. -->
19
20<configuration>
21
buyingyi209adfb2013-06-03 14:21:22 -070022 <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>
buyingyic1df1962012-04-25 21:37:23 +000038
39</configuration>