Skip to content
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

[#1109] fix(tez): Fix the user of remote storage. #1128

Merged
merged 3 commits into from
Aug 10, 2023

Conversation

zhengchenyu
Copy link
Collaborator

What changes were proposed in this pull request?

tez application should use login ugi to communicate with shuffle sever, but not applicationid ugi.

Why are the changes needed?

Fix: #1109

Does this PR introduce any user-facing change?

No.

How was this patch tested?

test in real cluster.

@codecov-commenter
Copy link

codecov-commenter commented Aug 10, 2023

Codecov Report

Merging #1128 (cdd71f6) into master (2f46358) will increase coverage by 1.23%.
The diff coverage is 89.28%.

@@             Coverage Diff              @@
##             master    #1128      +/-   ##
============================================
+ Coverage     54.25%   55.49%   +1.23%     
+ Complexity     2561     2560       -1     
============================================
  Files           388      368      -20     
  Lines         21978    19625    -2353     
  Branches       1824     1825       +1     
============================================
- Hits          11925    10890    -1035     
+ Misses         9350     8103    -1247     
+ Partials        703      632      -71     
Files Changed Coverage Δ
...rg/apache/tez/dag/app/TezRemoteShuffleManager.java 71.31% <89.28%> (+0.87%) ⬆️

... and 21 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@zuston zuston merged commit 0bde6ba into apache:master Aug 10, 2023
32 checks passed
@zhengchenyu zhengchenyu deleted the b1109 branch August 10, 2023 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug] [tez] Fix the user of remote storage.
3 participants