264265266267268269270
} public CoordinateRecoveryTask(FileSystem fs) throws IOException { this.fs = fs; this.trash = new Trash(fs, fs.getConf()); zcache = new ZooCache(); }