You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by GitBox <gi...@apache.org> on 2019/11/17 16:05:13 UTC

[GitHub] [incubator-hudi] broussea1901 commented on a change in pull request #1019: [HUDI-339] Add support of Azure cloud storage

broussea1901 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_r347144686
 
 

 ##########
 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),
+  // Azure ADLS
+  ADLS("adls", false),
 
 Review comment:
   You're right, ADL is secured by default. URI fixed

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services