horizonzy opened a new pull request, #7252:
URL: https://github.com/apache/hadoop/pull/7252

   ### Description of PR
   In the integration test case, we will start the Azurite using test 
container, and we need to access Azurite at another container.
   Now, the Azurite emulator uri values is fixed 127.0.0.1, so at another 
container, it can't access the Azurite service.
   
   So I want to introduce a new config `fs.azure.storage.emulator.proxy.url`, 
so that I can config `fs.azure.storage.emulator.proxy.url=http://{AzuriteIp}`, 
then it can access the Azurite service.
   
   


-- 
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]

Reply via email to