orcid-no-doi #43

Merged
claudio.atzori merged 45 commits from enrico.ottonello/dnet-hadoop:orcid-no-doi into master 2020-12-02 10:55:12 +01:00
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;