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

[FEATURE] [TEZ] Support remote spill in merge stage. #1231

Closed
3 tasks done
zhengchenyu opened this issue Oct 12, 2023 · 0 comments · Fixed by #1245
Closed
3 tasks done

[FEATURE] [TEZ] Support remote spill in merge stage. #1231

zhengchenyu opened this issue Oct 12, 2023 · 0 comments · Fixed by #1245

Comments

@zhengchenyu
Copy link
Collaborator

Code of Conduct

Search before asking

  • I have searched in the issues and found no similar issues.

Describe the feature

In a cloud scenario, the storage of the machine that performs the job is very small. The merge phase often uses disk. The remote spill allows remote shuffle service job to use as little disk as possible.

Motivation

No response

Describe the solution

No response

Additional context

No response

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
zhengchenyu added a commit to zhengchenyu/incubator-uniffle that referenced this issue Oct 18, 2023
jerqi pushed a commit that referenced this issue Oct 19, 2023
### What changes were proposed in this pull request?

Add new merger manager for remote spill.

### Why are the changes needed?

In a cloud scenario, the storage of the machine that performs the job is very small. The merge phase often uses disk. The remote spill allows remote shuffle service job to use as little disk as possible.

Fix: #1231

### Does this PR introduce _any_ user-facing change?

| config | description |
| --- | --- |
| tez.rss.reduce.remote.spill.enable | Whether to enable remote spill |
| tez.rss.remote.spill.storage.path | the remote spill path |
| rss.reduce.remote.spill.replication | the replication of remote fs |
| rss.reduce.remote.spill.retries | try times for remote fs |
 
### How was this patch tested?

unit test, integration test, tez examples on cluster.
qijiale76 pushed a commit to qijiale76/incubator-uniffle that referenced this issue Jan 17, 2024
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 a pull request may close this issue.

1 participant