841842843844845846847848
} } private void fileCheck(String[] args, int startIndex) throws IOException, InterruptedException { FastFileCheck checker = new FastFileCheck(conf); checker.startFileCheck(args, startIndex, conf); }