We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012d5d4 commit e13729cCopy full SHA for e13729c
src/main/java/org/apache/hadoop/fs/glusterfs/GlusterFileSystem.java
@@ -72,6 +72,7 @@ public boolean exists(Path f) throws IOException{
72
73
public void setConf(Configuration conf){
74
log.info("Configuring GlusterFS");
75
+ if(conf!=null) conf.addResource("glusterfs-site.xml");
76
super.setConf(conf);
77
}
78
0 commit comments