PatrickRen opened a new issue, #6284: URL: https://github.com/apache/paimon/issues/6284
### Search before asking - [x] I searched in the [issues](https://github.com/apache/paimon/issues) and found nothing similar. ### Paimon version 1.2 ### Compute Engine Flink ### Minimal reproduce step - Setup Azure Storage Account and Federated Credential - Use these configurations when setting up Paimon catalog: ``` 'fs.azure.account.auth.type' = 'OAuth', 'fs.azure.account.oauth.provider.type' ='org.apache.hadoop.fs.azurebfs.oauth2.WorkloadIdentityTokenProvider', 'fs.azure.account.oauth2.msi.tenant' = '...', 'fs.azure.account.oauth2.client.id' = '...', 'fs.azure.account.oauth2.token.file' = '...' ``` ### What doesn't meet your expectations? - Class `org.apache.hadoop.fs.azurebfs.oauth2.WorkloadIdentityTokenProvider` doesn't exist in the current Hadoop version 3.3.2. - In `AzureFileIOLoader` it requires options `fs.azure.account.name` and `fs.azure.account.key`, but they are not necessary for OAuth authentication ### Anything else? _No response_ ### Are you willing to submit a PR? - [x] I'm willing to submit a PR! -- 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]
