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
Thanks @rongou please take a look at #534. The issue is that the driver is calling into a function that expects certain state to be set, which only happens when Rmm is initialized (and that only happens in the executors). This is a new issue introduced in branch-0.2.
Describe the bug
Getting a
java.lang.NullPointerException
after enabling the shuffle manager.Steps/Code to reproduce bug
After adding the configs from https://github.com/NVIDIA/spark-rapids/blob/branch-0.2/docs/get-started/getting-started.md#enabling-rapidsshufflemanager, run the following in
spark-shell
:then getting a stack trace (see below).
Expected behavior
Should not crash.
Environment details (please complete the following information)
Additional context
Full stack trace:
@jlowe @abellina
The text was updated successfully, but these errors were encountered: