orcid-no-doi #43
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue