Exception thrown for dataset IO-related failures.
385386387388389390391392393
private static FileSystem fsForPath(Path dataPath, Configuration conf) { try { return dataPath.getFileSystem(conf); } catch (IOException ex) { throw new DatasetIOException( "Cannot get FileSystem for descriptor", ex); } }