There are a couple of features to help alleviate the bookkeeping overhead: task JVM reuse for running multiple map tasks in one JVM, thereby avoiding some JVM startup overhead (see themapred.job.reuse.jvm.num.tasksproperty), andMultiFileInputSplitwhich can run more than one split per...