-
Notifications
You must be signed in to change notification settings - Fork 447
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] Fix Celeborn support of get-started document #6282
Conversation
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?
See also: |
Ping @kerwin-zk, @taiyang-li, @liuneng1994, @summaryzb. |
@zzcclp can you also review it ? |
@taiyang-li, I have addressed above comments. PTAL. cc @zzcclp. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
### What changes were proposed in this pull request? Introduce `ClickHouse Backend` in `Gluten Support` document. Meanwhile, fix the profile via `-Pceleborn` to compile gluten module. ### Why are the changes needed? Gluten with ClickHouse backend supports Celeborn as remote shuffle service at present. Gluten Support document should introduce ClickHouse Backend to guide user usage of Gluten with ClickHouse backend. Backport apache/incubator-gluten#6282. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No. Closes #2594 from SteNicholas/CELEBORN-1486. Authored-by: SteNicholas <[email protected]> Signed-off-by: xiyu.zk <[email protected]>
### What changes were proposed in this pull request? Introduce `ClickHouse Backend` in `Gluten Support` document. Meanwhile, fix the profile via `-Pceleborn` to compile gluten module. ### Why are the changes needed? Gluten with ClickHouse backend supports Celeborn as remote shuffle service at present. Gluten Support document should introduce ClickHouse Backend to guide user usage of Gluten with ClickHouse backend. Backport apache/incubator-gluten#6282. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No. Closes #2594 from SteNicholas/CELEBORN-1486. Authored-by: SteNicholas <[email protected]> Signed-off-by: xiyu.zk <[email protected]> (cherry picked from commit 5a39fc7) Signed-off-by: xiyu.zk <[email protected]>
### What changes were proposed in this pull request? Introduce `ClickHouse Backend` in `Gluten Support` document. Meanwhile, fix the profile via `-Pceleborn` to compile gluten module. ### Why are the changes needed? Gluten with ClickHouse backend supports Celeborn as remote shuffle service at present. Gluten Support document should introduce ClickHouse Backend to guide user usage of Gluten with ClickHouse backend. Backport apache/incubator-gluten#6282. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? No. Closes #2594 from SteNicholas/CELEBORN-1486. Authored-by: SteNicholas <[email protected]> Signed-off-by: xiyu.zk <[email protected]> (cherry picked from commit 5a39fc7) Signed-off-by: xiyu.zk <[email protected]>
What changes were proposed in this pull request?
Fix
Celeborn support
of get-started document including:-Pceleborn
to fix the profile of celeborn inMaven build parameters
forbuild-guide.md
.-Pceleborn
to fix the profile of compiling the Gluten Java module inCeleborn support
forVelox.md
.Celeborn support
of clickhouse backend forClickHouse.md
.How was this patch tested?
No.