*/
expectedCounters.incrCounter(MapperCounter.DIRS_FOUND, 1);
expectedCounters.incrCounter(MapperCounter.DIRS_ELIGIBLE, 1);
expectedCounters.incrCounter(MapperCounter.FILES_FOUND, 3);
expectedCounters.incrCounter(MapperCounter.FILES_ELIGIBLE, 2);
expectedCounters.incrCounter(MapperCounter.FILES_SKIPPED, 1);
createFile(dir2_2, "file1", 25);
createFile(dir2_2, "file2", 15);
createFile(dir2_2, "file3", 35);