Skip to content

Commit 16936d0

Browse files
committed
DFS home directory based on the user the process is running under.
1 parent 1487714 commit 16936d0

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/main/java/org/apache/hadoop/fs/glusterfs/GlusterVolume.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,7 @@ public void setConf(Configuration conf){
8888
}
8989

9090
}
91-
92-
public Path getWorkingDirectory() {
93-
return new Path(NAME.toString() );
94-
}
95-
91+
9692
public File pathToFile(Path path) {
9793
String pathString = path.toUri().getRawPath();
9894

0 commit comments

Comments
 (0)