Skip to content
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

Build & Runtime failure with Spark 2.2.0 #65

Open
josiahsams opened this issue Aug 11, 2017 · 1 comment
Open

Build & Runtime failure with Spark 2.2.0 #65

josiahsams opened this issue Aug 11, 2017 · 1 comment

Comments

@josiahsams
Copy link
Member

GPUEnabler plugin fails on Spark 2.2.0 with the following error,

joe@soe15:~$ time ~/spark-2.2.0-bin-hadoop2.7/bin/spark-submit --master local[*] --conf spark.driver.memory=15g --class com.ibm.gpuenabler.perfDebugMod  --jars ~/new/GPUEnabler/gpu-enabler/target/gpu-enabler_2.11-1.0.0.jar ~/new/GPUEnabler/examples/target/gpu-enabler-examples_2.11-1.0.0.jar  | tee out
Exception in thread "main" java.lang.NoSuchMethodError: org.apache.spark.rpc.RpcEndpointRef.askWithRetry(Ljava/lang/Object;Lscala/reflect/ClassTag;)Ljava/lang/Object;
	at com.ibm.gpuenabler.GPUMemoryManager.tell(GPUMemoryManager.scala:301)
	at com.ibm.gpuenabler.GPUMemoryManager.<init>(GPUMemoryManager.scala:271)
	at com.ibm.gpuenabler.GPUSparkEnv.<init>(GPUSparkEnv.scala:47)
	at com.ibm.gpuenabler.GPUSparkEnv$.initalize(GPUSparkEnv.scala:76)
	at com.ibm.gpuenabler.GPUSparkEnv$.get(GPUSparkEnv.scala:88)
	at com.ibm.gpuenabler.CUDADSImplicits$CUDADSFuncs.cacheGpu(CUDADSUtils.scala:416)
	at com.ibm.gpuenabler.perfDebugMod$.main(perfDebugMod.scala:96)
	at com.ibm.gpuenabler.perfDebugMod.main(perfDebugMod.scala)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.apache.spark.deploy.SparkSubmit$.org$apache$spark$deploy$SparkSubmit$$runMain(SparkSubmit.scala:755)
	at org.apache.spark.deploy.SparkSubmit$.doRunMain$1(SparkSubmit.scala:180)
	at org.apache.spark.deploy.SparkSubmit$.submit(SparkSubmit.scala:205)
	at org.apache.spark.deploy.SparkSubmit$.main(SparkSubmit.scala:119)
	at org.apache.spark.deploy.SparkSubmit.main(SparkSubmit.scala)

A fresh build too fails.

@imvs
Copy link

imvs commented Nov 21, 2017

Something wrong with your dependencies apache/spark@ba8912e

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants