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

[GLUTEN-5335][VL] Use common name for both celeborn and uniffle #5385

Merged
merged 1 commit into from
Apr 16, 2024

Conversation

summaryzb
Copy link
Contributor

What changes were proposed in this pull request?

#5335

How was this patch tested?

integration test

Copy link

#5335

Copy link

Run Gluten Clickhouse CI

Copy link

Run Gluten Clickhouse CI

Copy link

Run Gluten Clickhouse CI

1 similar comment
Copy link

Run Gluten Clickhouse CI

@summaryzb
Copy link
Contributor Author

@jackylee-ch @PHILO-HE PTAL

@jackylee-ch
Copy link
Contributor

Maybe we should change the profile in pom.xml from -rss -rss-uniffle to -celeborn -uniffle.

@jackylee-ch
Copy link
Contributor

also cc @Yohahaha

@Yohahaha
Copy link
Contributor

cc @kerwin-zk

public:
CelebornClient(JavaVM* vm, jobject javaCelebornShuffleWriter, jmethodID javaCelebornPushPartitionDataMethod)
: vm_(vm), javaCelebornPushPartitionData_(javaCelebornPushPartitionDataMethod) {
JavaRssClient(JavaVM* vm, jobject javaShuffleWriter, jmethodID javaPushPartitionDataMethod)
Copy link
Contributor

Choose a reason for hiding this comment

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

javaShuffleWriter -> javaRssShuffleWriter

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK

}

void stop() override {}

private:
JavaVM* vm_;
jobject javaCelebornShuffleWriter_;
jmethodID javaCelebornPushPartitionData_;
jobject javaShuffleWriter_;
Copy link
Contributor

Choose a reason for hiding this comment

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

javaShuffleWriter_ -> javaRssShuffleWriter_

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK

Copy link

Run Gluten Clickhouse CI

Copy link

Run Gluten Clickhouse CI

@summaryzb summaryzb requested a review from kerwin-zk April 15, 2024 08:18
Copy link
Contributor

@jackylee-ch jackylee-ch left a comment

Choose a reason for hiding this comment

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

Thanks for your work. @summaryzb

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.

@kerwin-zk, please take a look again. If it looks good to you, please approve it. Thanks!

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!

@jackylee-ch jackylee-ch merged commit 9c15d2e into apache:main Apr 16, 2024
39 checks passed
@jackylee-ch
Copy link
Contributor

Thanks for your review. @PHILO-HE @kerwin-zk @Yohahaha

@GlutenPerfBot
Copy link
Contributor

===== Performance report for TPCH SF2000 with Velox backend, for reference only ====

query log/native_5385_time.csv log/native_master_04_14_2024_0e3387255_time.csv difference percentage
q1 36.01 38.08 2.064 105.73%
q2 23.89 23.72 -0.171 99.29%
q3 36.98 37.90 0.913 102.47%
q4 39.57 39.60 0.038 100.10%
q5 69.32 71.73 2.417 103.49%
q6 7.13 6.97 -0.164 97.70%
q7 83.77 84.03 0.252 100.30%
q8 86.18 84.99 -1.192 98.62%
q9 123.71 125.91 2.203 101.78%
q10 43.14 44.70 1.562 103.62%
q11 20.42 20.27 -0.152 99.26%
q12 25.18 27.63 2.450 109.73%
q13 54.09 55.28 1.188 102.20%
q14 18.76 17.73 -1.032 94.50%
q15 29.52 31.75 2.233 107.57%
q16 12.62 13.82 1.203 109.53%
q17 101.78 100.77 -1.015 99.00%
q18 142.67 143.22 0.551 100.39%
q19 14.82 15.86 1.037 107.00%
q20 26.30 28.08 1.781 106.77%
q21 291.82 289.28 -2.538 99.13%
q22 14.49 14.35 -0.146 98.99%
total 1302.18 1315.66 13.483 101.04%

loneylee added a commit to loneylee/gluten that referenced this pull request Apr 16, 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 this pull request may close these issues.

6 participants