You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Recent build changes accidentally move GpuKryoRegistrator in per-shim /spark3xx jar locations. It must remain unshimmed per our doc. There is no test using GpuKryoRegistrator to catch this regression
Steps/Code to reproduce bug
Start a Spark application with --conf spark.kryo.registrator=com.nvidia.spark.rapids.GpuKryoRegistrator
reported by @rongou
Expected behavior
No CNF
Environment details (please complete the following information)
local
Describe the bug
Recent build changes accidentally move GpuKryoRegistrator in per-shim
/spark3xx
jar locations. It must remain unshimmed per our doc. There is no test using GpuKryoRegistrator to catch this regressionSteps/Code to reproduce bug
Start a Spark application with
--conf spark.kryo.registrator=com.nvidia.spark.rapids.GpuKryoRegistrator
reported by @rongou
Expected behavior
No CNF
Environment details (please complete the following information)
local
Additional context
https://github.com/NVIDIA/spark-rapids/blob/960d52d1e3848b269d1171129a1cbca070dd9904/dist/README.md
The text was updated successfully, but these errors were encountered: