added comment

pull/43/head
Enrico Ottonello 4 years ago
parent ab083f9946
commit c295c71ca0

@ -50,6 +50,7 @@ public class OrcidDSManager {
protected FileSystem initFileSystemObject(Configuration conf) throws IOException {
// Get the filesystem - HDFS
// if there is an exception, it will be propagate
FileSystem fs = null;
fs = FileSystem.get(URI.create(hdfsServerUri.concat(workingPath)), conf);
return fs;

Loading…
Cancel
Save