horizonzy commented on PR #7252: URL: https://github.com/apache/hadoop/pull/7252#issuecomment-2572337108
Thanks @anujmodi2021 > Why was this change made on wasb driver? [Wasb is on a path of deprecation](https://issues.apache.org/jira/browse/HADOOP-19178) and we already support The Azurite only supported blob protocol, not supported lake data protocol. Refer: https://github.com/Azure/Azurite/issues/2520#issuecomment-2556314402. > Why do we need any other URL when Azurite is supposed to run on localhost always? In our integration test case. We use the test container to start Azurite as the storage service and start another container as the storage visitor. So the storage visitor can't use localhost to access the Azurite service. > What does "another container" means here? Do you want to work with multiple filesystems? It means the docker container as above. -- 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]
