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

[FOLLOWUP] Add the conf of rss.security.hadoop.krb5-conf.file #184

Merged
merged 6 commits into from
Aug 26, 2022

Conversation

zuston
Copy link
Member

@zuston zuston commented Aug 23, 2022

What changes were proposed in this pull request?

Add the conf of rss.security.hadoop.krb5-conf.file

Why are the changes needed?

Follow up #53 , the krb5 conf file can be configured in SecurityConfig, and also should be configured in shuffle-server/coordinator conf for users.

Does this PR introduce any user-facing change?

Yes

How was this patch tested?

Not necessary.

@jerqi
Copy link
Contributor

jerqi commented Aug 23, 2022

Why isn't the test necessary? Should we add some documents?

@zuston
Copy link
Member Author

zuston commented Aug 23, 2022

Yes. Security section doc is added.

Test cases may be added tomorrow.

@jerqi
Copy link
Contributor

jerqi commented Aug 25, 2022

test-reports-spark2 (1).zip

There is a flaky test about Kerboros, if you have time, could you fix it?

@jerqi
Copy link
Contributor

jerqi commented Aug 26, 2022

There is a another flaky test about kerberos.

Error:  Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 57.352 s <<< FAILURE! - in org.apache.uniffle.server.ShuffleFlushManagerOnKerberizedHdfsTest

@zuston
Copy link
Member Author

zuston commented Aug 26, 2022

This failure looks the problem of DNS. I'm trying fix

@codecov-commenter
Copy link

codecov-commenter commented Aug 26, 2022

Codecov Report

Merging #184 (6ac2fa1) into master (5864420) will increase coverage by 0.07%.
The diff coverage is 77.77%.

@@             Coverage Diff              @@
##             master     #184      +/-   ##
============================================
+ Coverage     58.37%   58.45%   +0.07%     
- Complexity     1270     1272       +2     
============================================
  Files           158      158              
  Lines          8428     8437       +9     
  Branches        782      782              
============================================
+ Hits           4920     4932      +12     
+ Misses         3255     3254       -1     
+ Partials        253      251       -2     
Impacted Files Coverage Δ
.../apache/uniffle/coordinator/CoordinatorServer.java 64.89% <0.00%> (-0.70%) ⬇️
.../java/org/apache/uniffle/server/ShuffleServer.java 68.42% <0.00%> (-0.52%) ⬇️
.../org/apache/uniffle/common/config/RssBaseConf.java 93.42% <100.00%> (+0.27%) ⬆️
...uniffle/common/security/HadoopSecurityContext.java 81.57% <100.00%> (+5.90%) ⬆️
...org/apache/uniffle/server/ShuffleFlushManager.java 79.32% <0.00%> (+1.67%) ⬆️

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

Copy link
Contributor

@jerqi jerqi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks @zuston

@jerqi jerqi merged commit e1b9b80 into apache:master Aug 26, 2022
@zuston
Copy link
Member Author

zuston commented Aug 26, 2022

Thanks @jerqi

Oh, the description should be changed to match more things involved in this PR.

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.

None yet

3 participants