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

[Improvement] Using configOption in RssMRConfig #1304 #1333

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

guixiaowen
Copy link
Contributor

What changes were proposed in this pull request?

Using the ConfigOption to unify all client and server config style.

Why are the changes needed?

Does this PR introduce any user-facing change?

How was this patch tested?

@guixiaowen
Copy link
Contributor Author

Hi @zuston , could you please help reivew this pr .

@codecov-commenter
Copy link

codecov-commenter commented Nov 27, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d5de299) 53.35% compared to head (4376678) 54.31%.
Report is 24 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #1333      +/-   ##
============================================
+ Coverage     53.35%   54.31%   +0.95%     
+ Complexity     2690     2571     -119     
============================================
  Files           410      384      -26     
  Lines         23590    20082    -3508     
  Branches       2003     1910      -93     
============================================
- Hits          12587    10907    -1680     
+ Misses        10229     8497    -1732     
+ Partials        774      678      -96     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@zuston zuston left a comment

Choose a reason for hiding this comment

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

I think this is still in a draft

@@ -83,37 +83,37 @@ public static TaskAttemptID createMRTaskAttemptId(
public static ShuffleWriteClient createShuffleClient(JobConf jobConf) {
int heartBeatThreadNum =
Copy link
Member

Choose a reason for hiding this comment

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

I think we could create a rssConf based on the jobConf, and then use the RssConf's function like get() to retrieve the conf value.

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