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 126f80f commit c230b23Copy full SHA for c230b23
src/main/java/org/apache/hadoop/fs/glusterfs/GlusterVolume.java
@@ -283,7 +283,7 @@ public FileStatus[] listStatus(Path f) throws IOException {
283
}
284
285
if(localf.isDirectory() && !localf.canRead()){
286
- throw new IOException("Access denied.");
+ throw new IOException("Access denied : " + localf.getPath());
287
288
289
File[] names = localf.listFiles();
0 commit comments