-
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
[BUG] CDH integration tests ClassNotFoundException: com.nvidia.spark.rapids.spark321cdh.RapidsShuffleManager #6417
Comments
so a workaround for this is to specify the rapids jar in the extraClassPath variable, on yarn it has to be ./. The weird thing is I thought that would already be in the classpath on YARN so not sure if something changed on the cluster or I'm thinking about it wrong. |
encountered below error after include
|
@zhanga5, the stack here seems to indicate that an executor failed to deserialize a task, and as such I don't think this is the first error. Can you provide a command we can use to repro? Also, is there a bug associated with this finding? |
This is a difference in 22.10 (from 22.08) and it started happening with this change: #6044, because now we are not including extraClassPath unless a We should add extraClassPath, and also use a path relative to the container in the yarn case at least, and leave the absolute path for other tests. |
I have made a change internally for our integration script. I think that's all that is needed here. I'll close once that change is confirmed to work. |
it worked as expected with my quick testing. We may close this issue |
Describe the bug
the cloudera integration tests failed with:
Need to investigate what is going on
The text was updated successfully, but these errors were encountered: