master #59

Closed
claudio.atzori wants to merge 3221 commits from master into stable_ids
1 changed files with 1 additions and 0 deletions
Showing only changes of commit c295c71ca0 - Show all commits

View File

@ -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;