Re: Spark unable to perform operation on IgniteRDD : InvalidClassException org.apache.ignite.spark.impl.IgnitePartition; local class incompatible External Inbox External Inbox

2021-08-24 Thread Smera Sudhakaran
Hi Stephen, Much thanks for your response. It worked after changing the package version. Regards, Smera On Tue, Aug 24, 2021 at 6:17 PM Stephen Darlington < stephen.darling...@gridgain.com> wrote: > Why are you including packages from Ignite version 1.8 in your command > line? You need to incl

Re: Spark unable to perform operation on IgniteRDD : InvalidClassException org.apache.ignite.spark.impl.IgnitePartition; local class incompatible External Inbox External Inbox

2021-08-24 Thread Stephen Darlington
Why are you including packages from Ignite version 1.8 in your command line? You need to include dependencies that match your server: spark-shell --packages org.apache.ignite:ignite-spark:2.10.0,org.apache.ignite:ignite-spring:2.10.0 Also note that the cache that’s defined in example-shared-rdd

Re: Spark unable to perform operation on IgniteRDD : InvalidClassException org.apache.ignite.spark.impl.IgnitePartition; local class incompatible External Inbox External Inbox

2021-08-24 Thread Smera Sudhakaran
Hi Team, I couldn't find a solution yet to the above issue. Tested out the same with Ignite 2.9.1 version and ended up with the same issue. Please let me know if any ideas on how to move forward with this issue. Thank you, Smera On Wed, Aug 18, 2021 at 1:15 PM Smera Sudhakaran wrote: > Hi Te