xglv1985 commented on a change in pull request #2836:
URL: https://github.com/apache/hudi/pull/2836#discussion_r614664439
##########
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?
Hello, Baidu AFS is currently only open to its staff. As if the way to use
afs, it is highly similar to HDFS. Actually, AFS do some optimization from the
base level, but does not change the main user api. The users can not perceive
their difference. But if the document is mandatory, could I update the doc once
AFS is open to all users?
--
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]