我有包含许多文件的输入。它们的大小大于blockSize。每个文件在被处理后,至少诱导一个InputSplit来处理它。一个问题是:是否可以一次处理多个文件?基于FileInputFormat代码,它不是:for(FileStatusfile:files){337Pathpath=file.getPath();338longlength=file.getLen();339if(length!=0){340BlockLocation[]blkLocations;341if(fileinstanceofLocatedFileStatus){342blkLocations=((Located