1
0

[HUDI-1803] Support BAIDU AFS storage format in hudi (#2836)

This commit is contained in:
Xu Guang Lv
2021-04-16 16:43:14 +08:00
committed by GitHub
parent 62b8a341dd
commit 1d53d6e6c2
2 changed files with 3 additions and 0 deletions

View File

@@ -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