yanghua commented on a change in pull request #2836:
URL: https://github.com/apache/hudi/pull/2836#discussion_r614643725
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/fs/StorageSchemes.java
##########
@@ -28,6 +28,8 @@
FILE("file", false),
// Hadoop File System
HDFS("hdfs", true),
+ // Baidu Advanced File System
+ AFS("afs", true),
Review comment:
@xglv1985 Would you please also add an entry here
http://hudi.apache.org/docs/cloud.html and a page like this
http://hudi.apache.org/docs/ibm_cos_hoodie.html to describe how to use AFS?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]