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
The exception is due to the fact that, the kernel file(*.ptx) file, which is part of the examples.jar file, is not part of the driver/executor classpath and getClass.getResource returns NULL. So to make it part of the classpath, add the following entries in the Spark's conf/spark-default.conf file,
Hi !
I was testing the new merge of GPUDataset in GPUEnabler and got the following problems
I did my tests in a node that has 3 GPUS attached to it.
In Local mode, both examples SparkDSLR and GpuKMeans works fine
SparkDSLR in local mode:
GpuKMeans in local mode:
But I got this errors when executing SparkDSLR example in cluster mode,
and this errors when executing GpuKMeans example in cluster mode
PS: SparkGPULR (RDD version) works fine in sluster mode
So why datasets don't work in cluster mode? what I'm I missing here? is there some configurations that I need to do ??
Best regards
Aguerzaa
The text was updated successfully, but these errors were encountered: