Hi all,
I checked the size of the InputSplit in Map and it gave out 0. I was
expecting some number indicating the size of split in bytes, that this Map
has received. Is this normal behavior?
Another issue I am having is even though I set the mapred.map.tasks to a
specific number (no of nodes*10), during execution, the no of map tasks is
always 1. I think this is related to the above issue.
I am using HBase as the data source and sink. Previously, when I used HDFS
as data source, the no of map tasks were same as the one I used to set. I am
using HBase 0.20.4
Thank you.
Regards,
Raghava.