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

[CELEBORN] Support celeborn 0.5.0 #6264

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Conversation

yikf
Copy link
Contributor

@yikf yikf commented Jun 28, 2024

What changes were proposed in this pull request?

Apache celeborn was released on June 24th, you can see also release notes for more details. This PR amins to support celeborn 0.5.0.

How was this patch tested?

GA it tests

Copy link

Thanks for opening a pull request!

Could you open an issue for this pull request on Github Issues?

https://github.com/apache/incubator-gluten/issues

Then could you also rename commit message and pull request title in the following format?

[GLUTEN-${ISSUES_ID}][COMPONENT]feat/fix: ${detailed message}

See also:

Copy link

Run Gluten Clickhouse CI

Copy link

github-actions bot commented Jul 1, 2024

Run Gluten Clickhouse CI

Copy link

github-actions bot commented Jul 1, 2024

Run Gluten Clickhouse CI

1 similar comment
Copy link

github-actions bot commented Jul 1, 2024

Run Gluten Clickhouse CI

Copy link

github-actions bot commented Jul 3, 2024

Run Gluten Clickhouse CI

@yikf
Copy link
Contributor Author

yikf commented Jul 3, 2024

Ping @PHILO-HE @kerwin-zk

Copy link
Contributor

@PHILO-HE PHILO-HE left a comment

Choose a reason for hiding this comment

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

Looks good to me. Just one small suggestion. Please check whether it makes sense. Thanks!

@@ -532,7 +532,7 @@ jobs:
fail-fast: false
matrix:
spark: [ "spark-3.2" ]
celeborn: [ "celeborn-0.4.1", "celeborn-0.3.2-incubating" ]
celeborn: [ "celeborn-0.5.0", "celeborn-0.4.1", "celeborn-0.3.2-incubating" ]
Copy link
Contributor

@PHILO-HE PHILO-HE Jul 3, 2024

Choose a reason for hiding this comment

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

Nit:
Suggest to change it to [ "celeborn-0.5", "celeborn-0.4", "celeborn-0.3" ], consistent with profile name. Maybe, need to add celeborn-0.3 profile in pom.

Then, EXTRA_PROFILE="-P${{ matrix.celeborn }}" and let pom determine which specific version will be used.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The workflow requires a download link based on the specific version to deploy the celeborn service, then we should have to use the version instead of profile id.

Copy link
Contributor

Choose a reason for hiding this comment

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

@yikf, I see. Thanks!

@PHILO-HE PHILO-HE requested a review from kerwin-zk July 4, 2024 03:07
Copy link
Contributor

@kerwin-zk kerwin-zk 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!

@kerwin-zk kerwin-zk merged commit 3986fd5 into apache:main Jul 4, 2024
41 checks passed
@yikf yikf deleted the celeborn-0.5 branch July 4, 2024 06:00
@yikf
Copy link
Contributor Author

yikf commented Jul 4, 2024

thanks @PHILO-HE @kerwin-zk

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.

3 participants