-
Notifications
You must be signed in to change notification settings - Fork 237
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
Add cloudera shim layer #2423
Add cloudera shim layer #2423
Conversation
@sririshindra thanks for the PR, you need to sign off on a commit, you can see how to do that here: https://github.com/NVIDIA/spark-rapids/blob/branch-0.6/CONTRIBUTING.md#sign-your-work |
29aae57
to
06010f0
Compare
Signed-off-by: Rishi <sririshindra@gmail.com>
Change-Id: I4fada0dc6c083edef340c56f3f00304b2264537f
06010f0
to
fa1f30b
Compare
build |
tests are failing due to: My guess is version here is matching on normal Apache Spark |
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.
Also note, if you haven't noticed we renamed our branch to be branch-21.06 so you might want to upmerge to that if you havne't.
...1cdh/src/main/scala/com/nvidia/spark/rapids/shims/spark311cdh/GpuBroadcastHashJoinExec.scala
Outdated
Show resolved
Hide resolved
...1cdh/src/main/scala/com/nvidia/spark/rapids/shims/spark311cdh/SparkShimServiceProvider.scala
Outdated
Show resolved
Hide resolved
...1cdh/src/main/scala/com/nvidia/spark/rapids/shims/spark311cdh/SparkShimServiceProvider.scala
Outdated
Show resolved
Hide resolved
.../spark311cdh/src/main/scala/com/nvidia/spark/rapids/shims/spark311cdh/Spark311CDHShims.scala
Outdated
Show resolved
Hide resolved
...rk311cdh/src/main/scala/com/nvidia/spark/rapids/shims/spark311cdh/GpuSortMergeJoinExec.scala
Outdated
Show resolved
Hide resolved
...311cdh/src/main/scala/org/apache/spark/sql/rapids/shims/spark311cdh/ShuffleManagerShim.scala
Outdated
Show resolved
Hide resolved
.../spark311cdh/src/main/scala/com/nvidia/spark/rapids/shims/spark311cdh/Spark311CDHShims.scala
Outdated
Show resolved
Hide resolved
…into branch-0.6-cloudera
c2a6c71
to
827c5bc
Compare
build |
.../spark311cdh/src/main/scala/com/nvidia/spark/rapids/shims/spark311cdh/Spark311CDHShims.scala
Outdated
Show resolved
Hide resolved
.../spark311cdh/src/main/scala/com/nvidia/spark/rapids/shims/spark311cdh/Spark311CDHShims.scala
Outdated
Show resolved
Hide resolved
.../spark311cdh/src/main/scala/com/nvidia/spark/rapids/shims/spark311cdh/Spark311CDHShims.scala
Outdated
Show resolved
Hide resolved
.../spark311cdh/src/main/scala/com/nvidia/spark/rapids/shims/spark311cdh/Spark311CDHShims.scala
Outdated
Show resolved
Hide resolved
...1cdh/src/main/scala/com/nvidia/spark/rapids/shims/spark311cdh/SparkShimServiceProvider.scala
Show resolved
Hide resolved
My main question here, is if we really need all these files or we can pick up the Spark311Shim versions of it |
Also addressed other review comments.
build |
build |
build |
the test seems to be detecting multiple shims for some reason, I'll have to investigate more:
|
...1cdh/src/main/scala/com/nvidia/spark/rapids/shims/spark311cdh/SparkShimServiceProvider.scala
Outdated
Show resolved
Hide resolved
ok, please update the pom files and then it looks good. |
…into branch-0.6-testing
@sririshindra can you update the pom files per my comments and upmerge to the latest. |
…testing # Conflicts: # pom.xml # shims/aggregator/pom.xml
… to under the cdh shim module's pom.xl file
build |
* Add cloudera shim layer * change Shim layer's name to spark311cdh from spark311cloud Signed-off-by: Rishi <sririshindra@gmail.com> * spark-rapids maven ant build fix. Change-Id: I4fada0dc6c083edef340c56f3f00304b2264537f * Fix Indentation * Revert "spark-rapids maven ant build fix." This reverts commit fa1f30b * Address Tom's Review comments * removing unnecessary methods reduced code duplication. Also addressed other review comments. * mend * Checking version numbers for Cloudera Shim. * Keep only the exec that uses by the ParquetCachedBatchSerializer * Fixed the scalastyle violation. * Fixed the version number conflict issue. * Removing changes from api_validation/pom.xml, moved the cloudera repo to under the cdh shim module's pom.xl file Co-authored-by: rishi <spothireddi@cloudera.com>
* Add cloudera shim layer * change Shim layer's name to spark311cdh from spark311cloud Signed-off-by: Rishi <sririshindra@gmail.com> * spark-rapids maven ant build fix. Change-Id: I4fada0dc6c083edef340c56f3f00304b2264537f * Fix Indentation * Revert "spark-rapids maven ant build fix." This reverts commit fa1f30b * Address Tom's Review comments * removing unnecessary methods reduced code duplication. Also addressed other review comments. * mend * Checking version numbers for Cloudera Shim. * Keep only the exec that uses by the ParquetCachedBatchSerializer * Fixed the scalastyle violation. * Fixed the version number conflict issue. * Removing changes from api_validation/pom.xml, moved the cloudera repo to under the cdh shim module's pom.xl file Co-authored-by: rishi <spothireddi@cloudera.com>
Adding the Cloudera shim layer to support the spark-rapids plugin for Cloudera's version of spark.