anujmodi2021 commented on PR #7252: URL: https://github.com/apache/hadoop/pull/7252#issuecomment-2572536228
> 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. So I need to introduce a new config to control the Azurite endpoint. > > > What does "another container" means here? Do you want to work with multiple filesystems? > > It means the docker container as above. Thanks @horizonzy for the details. We are okay to go with this change for now but as mentioned WASB is already deprecated and as per the current plan it will be removed by next major hadoop release (targetting 3.5). To accomodate current wasb users we are developing FNS over Blob Endpoint support in ABFS driver itself. We will recommend you to plan to onboard ABFS Driver once that is shipped. Here is the JIRA to track that change: https://issues.apache.org/jira/browse/HADOOP-19179 -- 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]
