HADOOP-???? - adding ARC Managed Identity support to hadoop-azure ABFS #7186
+264
−15
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description of PR
Please note that I am a DevOps engineer and not a Java developer. Therefore, certain aspects (such as writing tests) might be incomplete. While I am not trying to delegate this responsibility entirely, I would greatly appreciate support in writing tests for the introduced changes.
Additionally, there is no JIRA ticket associated with this pull request as I have not been granted access, nor did I receive a response to the email I sent to the Hadoop community mailing list at
[email protected]
. I would also appreciate any assistance in creating a corresponding JIRA ticket.In any case, I welcome and am grateful for any feedback. Thank you!
Changes Introduced in This Pull Request
api-version
of the MSI endpoint for both MSI and ARC MSI.Details regarding the motivation for this pull request can be found here: StackOverflow discussion.
How was this patch tested?
hadoop-azure
was built and connected topyspark
on an on-premises server with installed ARC libraries for testing the connection to ABFS. Example code:For code changes:
LICENSE
,LICENSE-binary
,NOTICE-binary
files?