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 44fb7e6 commit 04eb60bCopy full SHA for 04eb60b
src/main/java/org/apache/hadoop/fs/glusterfs/GlusterFileSystem.java
@@ -515,6 +515,10 @@ 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