added comment

This commit is contained in:
Enrico Ottonello 2020-10-22 14:07:26 +02:00
parent ab083f9946
commit c295c71ca0
1 changed files with 1 additions and 0 deletions

View File

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