Hi Dev, I'm running the MLLIB tests in the current Master branch and the following Suites are failing due to some classes not being registered with Kryo:
org.apache.spark.mllib.MatricesSuite org.apache.spark.mllib.VectorsSuite org.apache.spark.ml.InstanceSuite I can solve it by registering the failing classes with Kryo, but I'm wondering if I'm missing something as these tests shouldn't be failing from Master. Any suggestions on what I may be doing wrong? Thank you.