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.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HADOOP-18516. ABFS: Support fixed SAS token config in addition to SASTokenProvider class #5148
base: trunk
Are you sure you want to change the base?
HADOOP-18516. ABFS: Support fixed SAS token config in addition to SASTokenProvider class #5148
Changes from 26 commits
07504ce
289b993
087c6b7
ac82730
072f358
306ce9b
5712f67
c34f09b
2e95f5d
3a809b4
4e1fe4b
d7179de
95e0363
c915274
8288cdc
5174b3c
40d334f
0c20560
d026c62
ea99761
d523e50
6fff60f
7612036
573d4c5
cc045ac
49c2f70
29a13e0
7a3ea12
b603468
1656836
2a896e9
0f6e222
7536b9e
3109c68
6f75596
07c1ca6
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As per https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-azure/pom.xml#L566-L613, this test would be run in parallel in same JVM process of other test, unset and set config can have affect on other tests. Kindly check if synchronization can be done. If not, we can add this class in https://github.com/apache/hadoop/blob/trunk/hadoop-tools/hadoop-azure/pom.xml#L643-L652