Mariamalmesfer commented on issue #9620: URL: https://github.com/apache/incubator-gluten/issues/9620#issuecomment-3946793830
I did some analysis on this issue and ran some local feasibility check before starting the CI work Azurite starts successfully, and the required `hadoop-azure `and Azure SDK JARs load correctly However, the write/read operations fail with a 409 error during DFS/ACL checks. Azurite only emulates Azure Blob Storage, not ADLS Gen2, while the` hadoop-azure `connector requires DFS endpoint features (e.g., `getAccessControl`, HNS) that Azurite does not support. cc: @zhouyuan -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
