The reason that two Hadoop jobs reading the same input file F (say Jobs J1 & J2) can each has a different number of map tasks is: Group of answer choices The number of HDFS blocks in different in J1 and J2 The number of reducers is different in J1 and J2 The number of splits is different in J1 and J2 The business logic can be different in J1 and J2