Hi Sivaji,
You can not set Number of mappers, it depends on no# of input Split/Block size.
if your block size (I am just taking block guessing input Split and block size come equal or it take block size on mathematical calculation) is 32r file size MB and your file size is 1GB, no# of mapper will be 1*1024/32 = 32.
Now if you have 5 data node as you have 6 node cluster assuming one is Master(NN and JT), So each node will launch 3/5 = 6 Map, and 2 node will launch 7 map as 2ha is still remaining. Now here is one more question, if you have set Max 5 mapper can be launched in a data node, your Mapreduce job will have huge performance impact. So there you need to have look.
Also some sample file comes along with Hadoop, reside in hadoop lib folder, you use for the bench marking. please have a look into hadoop document for those sample utility files. One of the sample jar is for your hadoop bench marking.
Please do not expect those command and file name, better start looking into those files or follow a good hadoop book you will have direct and perfect answer on it.
Regards
Subrata.