vinothchandar commented on a change in pull request #1019: [HUDI-339] Add
support of Azure cloud storage
URL: https://github.com/apache/incubator-hudi/pull/1019#discussion_r347145001
##########
File path:
hudi-common/src/main/java/org/apache/hudi/common/storage/StorageSchemes.java
##########
@@ -36,6 +36,10 @@
S3A("s3a", false), S3("s3", false),
// Google Cloud Storage
GCS("gs", false),
+ // Azure WASB
+ WASB("wasb", false), WASBS("wasbs", false),
Review comment:
https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-azure-datalake/src/main/java/org/apache/hadoop/fs/adl/AdlFileSystem.java#L445
https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azure/NativeAzureFileSystem.java#L1575
https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-azure/src/main/java/org/apache/hadoop/fs/azurebfs/AzureBlobFileSystem.java#L246
All suggest append support? Stumbled onto it as I was trying to read up on
this..
actually, this is so awesome, if it has append support :)
----------------------------------------------------------------
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]
With regards,
Apache Git Services