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.
2 parents b3e898c + 3899c1c commit a5da97fCopy full SHA for a5da97f
src/main/java/org/apache/hadoop/fs/glusterfs/GlusterFileSystem.java
@@ -537,10 +537,6 @@ public short getDefaultReplication(Path path) throws IOException{
537
return xattr.getReplication(f.getPath());
538
}
539
540
- public boolean setReplication(Path path,short replication) throws IOException{
541
- return true;
542
- }
543
-
544
public long getBlockSize(Path path) throws IOException{
545
long blkSz;
546
Path absolute=makeAbsolute(path);
0 commit comments