vinothchandar commented on issue #1228: No FileSystem for scheme: abfss
URL: https://github.com/apache/incubator-hudi/issues/1228#issuecomment-574936095
 
 
   hi.. Hudi only supports these schemes.. 
   
   ```
   // Azure WASB
     WASB("wasb", false), WASBS("wasbs", false),
     // Azure ADLS
     ADL("adl", false),
     // Azure ADLS Gen2
     ABFS("abfs", false), ABFSS("abfss", false),
   ```
   
   Not very familiar with azure myself.. but are you able use of these.. we can 
whitelist `abfs` as well if needed.. Please raise a JIRA if you needed it 

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


With regards,
Apache Git Services

Reply via email to