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
Problem
We might have some unregistered classes with Kryo that compromise performance.
Solution
Investigate which classes require registration with Kryo by set spark.kryo.registrationRequired=true in TestSparkContext. Then go over failing tests and see if any classes need to be registered in OpKryoRegistrator.
Additional context
Only do this once we upgrade to Spark 2.3 - #44
The text was updated successfully, but these errors were encountered:
Problem
We might have some unregistered classes with Kryo that compromise performance.
Solution
Investigate which classes require registration with Kryo by set
spark.kryo.registrationRequired=true
in TestSparkContext. Then go over failing tests and see if any classes need to be registered inOpKryoRegistrator
.Additional context
Only do this once we upgrade to Spark 2.3 - #44
The text was updated successfully, but these errors were encountered: