Add maprfs to storage schemes
This commit is contained in:
committed by
vinoth chandar
parent
2c40e8419e
commit
8223127611
@@ -28,6 +28,8 @@ public enum StorageSchemes {
|
||||
FILE("file", false),
|
||||
// Hadoop File System
|
||||
HDFS("hdfs", true),
|
||||
// Mapr File System
|
||||
MAPRFS("maprfs", true),
|
||||
// Apache Ignite FS
|
||||
IGNITE("igfs", true),
|
||||
// AWS S3
|
||||
|
||||
Reference in New Issue
Block a user