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 385dd82 commit 44fb7e6Copy full SHA for 44fb7e6
src/main/java/org/apache/hadoop/fs/glusterfs/GlusterFileSystem.java
@@ -515,10 +515,6 @@ public short getDefaultReplication(Path path) throws IOException{
515
return getReplication(path);
516
}
517
518
- public boolean setReplication(Path path,short replication) throws IOException{
519
- return true;
520
- }
521
-
522
public long getBlockSize(Path path) throws IOException{
523
long blkSz;
524
Path absolute=makeAbsolute(path);
0 commit comments