This is the setting in hadoop-site.xml file: <property> <name>mapred.tasktracker.map.tasks.maximum</name> <value>32</value> </property>
When I look at the job configuration file (xml), I see that this parameter is set to 2. Not sure why the hadoop-site value is not being used.
