[CELEBORN-1490][CIP-6] Introduce tier factory and master agent in flink hybrid shuffle#2721
Closed
reswqa wants to merge 2 commits intoapache:mainfrom
Closed
[CELEBORN-1490][CIP-6] Introduce tier factory and master agent in flink hybrid shuffle#2721reswqa wants to merge 2 commits intoapache:mainfrom
reswqa wants to merge 2 commits intoapache:mainfrom
Conversation
cef6cc4 to
5e39813
Compare
…nk hybrid shuffle Co-authored-by: Xu Huang <huangxu.walker@gmail.com>
SteNicholas
reviewed
Sep 12, 2024
...nt-flink/common/src/main/java/org/apache/celeborn/plugin/flink/FlinkResultPartitionInfo.java
Outdated
Show resolved
Hide resolved
...nt-flink/common/src/main/java/org/apache/celeborn/plugin/flink/FlinkResultPartitionInfo.java
Outdated
Show resolved
Hide resolved
...nk/flink-1.20/src/main/java/org/apache/celeborn/plugin/flink/tiered/CelebornTierFactory.java
Show resolved
Hide resolved
...link-1.20/src/main/java/org/apache/celeborn/plugin/flink/tiered/CelebornTierMasterAgent.java
Outdated
Show resolved
Hide resolved
...link-1.20/src/main/java/org/apache/celeborn/plugin/flink/tiered/CelebornTierMasterAgent.java
Show resolved
Hide resolved
...link-1.20/src/main/java/org/apache/celeborn/plugin/flink/tiered/CelebornTierMasterAgent.java
Show resolved
Hide resolved
...link-1.20/src/main/java/org/apache/celeborn/plugin/flink/tiered/CelebornTierMasterAgent.java
Outdated
Show resolved
Hide resolved
...link-1.20/src/main/java/org/apache/celeborn/plugin/flink/tiered/CelebornTierMasterAgent.java
Show resolved
Hide resolved
SteNicholas
approved these changes
Sep 13, 2024
s0nskar
pushed a commit
to s0nskar/celeborn
that referenced
this pull request
Sep 16, 2024
…nk hybrid shuffle ### What changes were proposed in this pull request? Implement `TieredFactory` interface to adapt Flink hybrid shuffle and also introduce `CelebornTierMasterAgent`. Note: Only the last commit need review in this PR. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No need. Closes apache#2721 from reswqa/cip6-4-pr. Authored-by: Weijie Guo <reswqa@163.com> Signed-off-by: Shuang <lvshuang.xjs@alibaba-inc.com>
wankunde
pushed a commit
to wankunde/celeborn
that referenced
this pull request
Oct 11, 2024
…nk hybrid shuffle ### What changes were proposed in this pull request? Implement `TieredFactory` interface to adapt Flink hybrid shuffle and also introduce `CelebornTierMasterAgent`. Note: Only the last commit need review in this PR. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No need. Closes apache#2721 from reswqa/cip6-4-pr. Authored-by: Weijie Guo <reswqa@163.com> Signed-off-by: Shuang <lvshuang.xjs@alibaba-inc.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Implement
TieredFactoryinterface to adapt Flink hybrid shuffle and also introduceCelebornTierMasterAgent.Note: Only the last commit need review in this PR.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
No need.