forked from D-Net/dnet-hadoop
added comment
This commit is contained in:
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…
Reference in New Issue