return FileSystem.get(defaultConf);
}
});
}
catch (InterruptedException ex) {
throw new HadoopAccessorException(ErrorCode.E0902, ex);
}
catch (IOException ex) {
throw new HadoopAccessorException(ErrorCode.E0902, ex);
}
catch (URISyntaxException ex) {
throw new HadoopAccessorException(ErrorCode.E0902, ex);
}
}