-
Notifications
You must be signed in to change notification settings - Fork 434
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
[CORE] Refine maven Spark dependency #3625
Conversation
Thanks for opening a pull request! Could you open an issue for this pull request on Github Issues? https://github.com/oap-project/gluten/issues Then could you also rename commit message and pull request title in the following format?
See also: |
Run Gluten Clickhouse CI |
Run Gluten Clickhouse CI |
1 similar comment
Run Gluten Clickhouse CI |
@@ -11,7 +11,7 @@ | |||
|
|||
<artifactId>gluten-celeborn-package</artifactId> | |||
<packaging>jar</packaging> | |||
<name>Gluten Celeborn Common</name> | |||
<name>Gluten Celeborn Package</name> |
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.
a typo fix
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.
cc @kerwin-zk
@@ -198,6 +198,9 @@ | |||
<ignoreClass>org.apache.spark.unused.UnusedStubClass</ignoreClass> | |||
<!-- jdo --> | |||
<ignoreClass>javax.jdo.*</ignoreClass> | |||
<!-- javax --> | |||
<ignoreClass>javax.transaction.*</ignoreClass> | |||
<ignoreClass>javax.xml.*</ignoreClass> |
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.
Make it happy with spark-hive. It actually does nothing since we mark spark-hive as provided.
Run Gluten Clickhouse CI |
pom.xml
Outdated
@@ -237,6 +216,8 @@ | |||
<id>spark-ut</id> | |||
<modules> | |||
<module>gluten-ut</module> | |||
<module>gluten-ut/common</module> | |||
<module>gluten-ut/${spark.shim.version}</module> |
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.
Thanks for your improvement!
Although same module names (spark32/spark33/spar34) are used, it may be better to define & use spark.test.module
instead of spark.shim.version
for readability since they are under gluten-ut/, not shims. Right?
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.
added spark.test.module to decouple with spark.shim.module
pom.xml
Outdated
<spark.version>${spark32.version}</spark.version> | ||
<delta.version>${delta20.version}</delta.version> | ||
<sparkbundle.version>3.2</sparkbundle.version> | ||
<spark.shim.version>spark32</spark.shim.version> |
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.
Maybe, spark.shim.module
is better.
Run Gluten Clickhouse CI |
Please rebase the code to fix red CI. Thanks! |
Run Gluten Clickhouse CI |
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.
Looks good! Please also update PR description to reflect the latest changes. Thanks!
LGTM. Thanks! |
It seems that it can not remove the spark version profile for the gluten-ut module and shim module. |
===== Performance report for TPCH SF2000 with Velox backend, for reference only ====
|
What changes were proposed in this pull request?
How was this patch tested?
PASS CI