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),
|
FILE("file", false),
|
||||||
// Hadoop File System
|
// Hadoop File System
|
||||||
HDFS("hdfs", true),
|
HDFS("hdfs", true),
|
||||||
|
// Mapr File System
|
||||||
|
MAPRFS("maprfs", true),
|
||||||
// Apache Ignite FS
|
// Apache Ignite FS
|
||||||
IGNITE("igfs", true),
|
IGNITE("igfs", true),
|
||||||
// AWS S3
|
// AWS S3
|
||||||
|
|||||||
Reference in New Issue
Block a user