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

[Subtask] [Tez] Tez Shuffle Read supporting RemoteShuffle #854

Closed
3 tasks done
Tracked by #321
lifeSo opened this issue May 8, 2023 · 0 comments · Fixed by #920, #922, #929, #935 or #947
Closed
3 tasks done
Tracked by #321

[Subtask] [Tez] Tez Shuffle Read supporting RemoteShuffle #854

lifeSo opened this issue May 8, 2023 · 0 comments · Fixed by #920, #922, #929, #935 or #947
Assignees

Comments

@lifeSo
Copy link
Collaborator

lifeSo commented May 8, 2023

Code of Conduct

Search before asking

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

Describe the subtask

Tez Shuffle Read supporting RemoteShuffle

Parent issue

#321

Are you willing to submit PR?

  • Yes I am willing to submit a PR!
@jerqi jerqi changed the title [Subtask] [Tez] Tez Shuffle Read supporting RemoteShuffle #819 [Subtask] [Tez] Tez Shuffle Read supporting RemoteShuffle May 8, 2023
@jerqi jerqi mentioned this issue May 8, 2023
23 tasks
@jerqi jerqi closed this as completed in #920 Jun 6, 2023
jerqi pushed a commit that referenced this issue Jun 6, 2023
…er. (#920)

### What changes were proposed in this pull request?

add RssTezFetcher to fetch data from worker.

### Why are the changes needed?

Fix: #854

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

No.

### How was this patch tested?
unit test
jerqi pushed a commit that referenced this issue Jun 12, 2023
…worker for OrderedInput (#935)

### What changes were proposed in this pull request?
Add RssTezFetcherTask to fetch data from worker for OrderedInput

### Why are the changes needed?
Fix: #854

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

### How was this patch tested?

unit test
jerqi pushed a commit that referenced this issue Jun 13, 2023
…n memory or disk for shuffle data (#922)

### What changes were proposed in this pull request?
Add Simple Fetched Allocator to allcation memory or disk for shuffle data

### Why are the changes needed?
Fix: #854

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

### How was this patch tested?
unit test case
jerqi pushed a commit that referenced this issue Jun 15, 2023
…r shuffle work (#948)

### What changes were proposed in this pull request?

Add RssShuffleScheduler to run and manager shuffle work

### Why are the changes needed?
Fix:  #854

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

### How was this patch tested?
unit test
jerqi pushed a commit that referenced this issue Jun 16, 2023
…te fetch task (#929)

### What changes were proposed in this pull request?

add RssShuffle to handle event and generate fetch task

### Why are the changes needed?

Fix:  #854

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

### How was this patch tested?

unit test
jerqi pushed a commit that referenced this issue Jun 21, 2023
…shuffle work (#947)

### What changes were proposed in this pull request?

Add RssShuffleManager to run and manager shuffle work

### Why are the changes needed?


Fix: #854

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


No.

### How was this patch tested?

unit test
jerqi pushed a commit that referenced this issue Jun 25, 2023
…sk (#949)

### What changes were proposed in this pull request?

Add Rss Input Class to begin Tez input task

### Why are the changes needed?

Fix: #854

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

### How was this patch tested?

unit test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment