Skip to content

jdenisgiguere/ignite_failed_unmarshal_discovery_data

Repository files navigation

How to reproduce

Environment setup

Clone ignite and compile

Download spark 2.4.3 without Hadoop

Download hadoop 3.1.2

Install sbt 1.2.8

Compile and create a fat jar

sbt assembly

Lauch ignite

$IGNITE_HOME/bin/ignite.sh

This will run successfully

java -cp target/scala-2.11/ignite-failed-unmarshal-discovery-data-assembly-0.1.0-SNAPSHOT.jar Cacher

This will fail unexpectedly

$SPARK_HOME/bin/spark-submit target/scala-2.11/ignite-failed-unmarshal-discovery-data-assembly-0.1.0-SNAPSHOT.jar

See also

lauch.sh to get few more details on setup

About

Code to reproduce error org.apache.ignite.spi.IgniteSpiException: Failed to deserialize object with given class loader: sun.misc.Launcher$AppClassLoader@764c12b6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published