package spark
Type Members
-
class
KryoRegistrator extends org.apache.spark.serializer.KryoRegistrator
The extended version of org.apache.spark.serializer.KryoRegistrator provided by the processing library that registers important internal classes.
The extended version of org.apache.spark.serializer.KryoRegistrator provided by the processing library that registers important internal classes.
- Note
This class must be declared inside a package, like a normal class. Defining the class inside another class may not work and may throw errors such as: "Failed to register classes with Kryo" due to the java.lang.NoSuchMethodException when trying to call the constructor.
,This is a Java friendly version of com.here.platform.data.processing.spark.KryoRegistrator.