-
Notifications
You must be signed in to change notification settings - Fork 240
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
Prepare for 3.2.1 shim, various shim build fixes and improvements [databricks] #3923
Prepare for 3.2.1 shim, various shim build fixes and improvements [databricks] #3923
Conversation
Signed-off-by: Gera Shegalov <gera@apache.org>
Signed-off-by: Gera Shegalov <gera@apache.org>
Signed-off-by: Gera Shegalov <gera@apache.org>
Signed-off-by: Gera Shegalov <gera@apache.org>
Signed-off-by: Gera Shegalov <gera@apache.org>
build |
build |
Signed-off-by: Gera Shegalov <gera@apache.org>
Signed-off-by: Gera Shegalov <gera@apache.org>
build |
I took 3.2.1 out of this PR |
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.
mostly nits, love that this cleans up all this hardcoded pom file stuff!
shims/spark320/src/main/scala/com/nvidia/spark/rapids/shims/spark320/Spark320Shims.scala
Show resolved
Hide resolved
process-classes is too late Signed-off-by: Gera Shegalov <gera@apache.org>
build |
@@ -42,35 +42,21 @@ | |||
<artifactId>rapids-4-spark-aggregator_${scala.binary.version}</artifactId> | |||
<version>${project.version}</version> | |||
</dependency> |
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 like this needs upmerged to latest changes where we marked provided? or maybe it doesn't matter because we remove the dependencies in reduced pom
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.
upmerge fixed it , and thanks for pointing out inconsistent use of spark-hive deps
guess this needs to be upmerged, I can look again once that is done |
build |
than antrun Signed-off-by: Gera Shegalov <gera@apache.org>
build |
Signed-off-by: Gera Shegalov gera@apache.org
Contributes to #3470
Closes #3915
buildall