This is an automated email from the ASF dual-hosted git repository.

vinoth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 8223127  Add maprfs to storage schemes
8223127 is described below

commit 822312761113baea86145279a156c9c63d1a331d
Author: Balaji Varadarajan <[email protected]>
AuthorDate: Thu Jun 20 12:34:14 2019 -0700

    Add maprfs to storage schemes
---
 .../src/main/java/com/uber/hoodie/common/storage/StorageSchemes.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/hoodie-common/src/main/java/com/uber/hoodie/common/storage/StorageSchemes.java
 
b/hoodie-common/src/main/java/com/uber/hoodie/common/storage/StorageSchemes.java
index 076f236..4455790 100644
--- 
a/hoodie-common/src/main/java/com/uber/hoodie/common/storage/StorageSchemes.java
+++ 
b/hoodie-common/src/main/java/com/uber/hoodie/common/storage/StorageSchemes.java
@@ -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

Reply via email to