I added the following in my conf/mapred-site.xml
<property>
<name>mapred.tasktracker.map.tasks.maximum</name>
<value>4</value>
</property>
<property>
<name>mapred.tasktracker.reduce.tasks.maximum</name>
<value>1</value>
</property>
But when I run the job, its still runs 2 maps(which is default one)? How can I force this number to increase?
P.S. I am using Ubuntu Quad core box
Thank you
