From f2fd19eb0169fc7d8e72eae51d0b18c71716986a Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Tue, 15 Sep 2020 17:58:13 -0700 Subject: [PATCH] Updated Hadoop Compatible File System (markdown) --- Hadoop-Compatible-File-System.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Hadoop-Compatible-File-System.md b/Hadoop-Compatible-File-System.md index b7e1e96..4655b96 100644 --- a/Hadoop-Compatible-File-System.md +++ b/Hadoop-Compatible-File-System.md @@ -73,6 +73,7 @@ Both reads and writes are working fine. 1. `fs.seaweedfs.impl`: This property defines the Seaweed HCFS implementation classes that are contained in the SeaweedFS HDFS client JAR. It is required. 1. `fs.defaultFS`: This property defines the default file system URI to use. It is optional if a path always has prefix `seaweedfs://localhost:8888`. 1. `fs.AbstractFileSystem.seaweedfs.impl`: Add the SeaweedFS implementation of Hadoop AbstractFileSystem to delegates to the existing SeaweedFS FileSystem and is only necessary for use with Hadoop 3.x. + 1. `io.file.buffer.size`: Optionally change the HDFS default 4K buffer size to a larger number, e.g. 4194304. ```