909192939495969798
FileSystem fs; try { fs = new Path(ClusterHelper.getStorageUrl(cluster)) .getFileSystem(new Configuration()); } catch (IOException e) { throw new FalconException(e); } return fs; }