[HUDI-1803] Support BAIDU AFS storage format in hudi (#2836)
This commit is contained in:
@@ -28,6 +28,8 @@ public enum StorageSchemes {
|
||||
FILE("file", false),
|
||||
// Hadoop File System
|
||||
HDFS("hdfs", true),
|
||||
// Baidu Advanced File System
|
||||
AFS("afs", true),
|
||||
// Mapr File System
|
||||
MAPRFS("maprfs", true),
|
||||
// Apache Ignite FS
|
||||
|
||||
Reference in New Issue
Block a user