aboutsummaryrefslogtreecommitdiff
path: root/other/java/hdfs3/src
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-02-05 11:47:56 -0800
committerChris Lu <chris.lu@gmail.com>2021-02-05 11:47:56 -0800
commit9c1efdf11bc17c9881ac4d3e9aad74d8a6448677 (patch)
tree8638b606d8a178bf6c02e89b435a5f15f94b02f8 /other/java/hdfs3/src
parent8f3a51f2b8896254c74040b0fed9ed307d8efb34 (diff)
downloadseaweedfs-9c1efdf11bc17c9881ac4d3e9aad74d8a6448677.tar.xz
seaweedfs-9c1efdf11bc17c9881ac4d3e9aad74d8a6448677.zip
HCFS: 1.5.9
Diffstat (limited to 'other/java/hdfs3/src')
-rw-r--r--other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystem.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystem.java b/other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystem.java
index 6072d3ec8..25395db7a 100644
--- a/other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystem.java
+++ b/other/java/hdfs3/src/main/java/seaweed/hdfs/SeaweedFileSystem.java
@@ -26,7 +26,7 @@ public class SeaweedFileSystem extends FileSystem {
public static final int FS_SEAWEED_DEFAULT_PORT = 8888;
public static final String FS_SEAWEED_BUFFER_SIZE = "fs.seaweed.buffer.size";
public static final String FS_SEAWEED_REPLICATION = "fs.seaweed.replication";
- public static final String FS_SEAWEED_VOLUME_SERVER_ACCESS = "fs.seaweed.volumeServerAccess";
+ public static final String FS_SEAWEED_VOLUME_SERVER_ACCESS = "fs.seaweed.volume.server.access";
public static final int FS_SEAWEED_DEFAULT_BUFFER_SIZE = 4 * 1024 * 1024;
private static final Logger LOG = LoggerFactory.getLogger(SeaweedFileSystem.class);