Re: Some Spark MLLIB tests failing due to some classes not being registered with Kryo

2017-11-11 Thread Jorge Sánchez
No luck running the full test suites with mvn test from the main folder or
just mvn -pl mllib.

Any other suggestion would be much appreciated.

Thank you.

2017-11-11 12:46 GMT+00:00 Marco Gaido :

> Hi Jorge,
>
> then try running the tests not from the mllib folder, but on Spark base
> directory.
> If you want to run only the tests in mllib, you can specify the project
> using the -pl argument of mvn.
>
> Thanks,
> Marco
>
>
>
> 2017-11-11 13:37 GMT+01:00 Jorge Sánchez :
>
>> Hi Marco,
>>
>> Just mvn test from the mllib folder.
>>
>> Thank you.
>>
>> 2017-11-11 12:36 GMT+00:00 Marco Gaido :
>>
>>> Hi Jorge,
>>>
>>> how are you running those tests?
>>>
>>> Thanks,
>>> Marco
>>>
>>> 2017-11-11 13:21 GMT+01:00 Jorge Sánchez :
>>>
 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.

>>>
>>>
>>
>


Re: Some Spark MLLIB tests failing due to some classes not being registered with Kryo

2017-11-11 Thread Marco Gaido
Hi Jorge,

then try running the tests not from the mllib folder, but on Spark base
directory.
If you want to run only the tests in mllib, you can specify the project
using the -pl argument of mvn.

Thanks,
Marco



2017-11-11 13:37 GMT+01:00 Jorge Sánchez :

> Hi Marco,
>
> Just mvn test from the mllib folder.
>
> Thank you.
>
> 2017-11-11 12:36 GMT+00:00 Marco Gaido :
>
>> Hi Jorge,
>>
>> how are you running those tests?
>>
>> Thanks,
>> Marco
>>
>> 2017-11-11 13:21 GMT+01:00 Jorge Sánchez :
>>
>>> 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.
>>>
>>
>>
>


Some Spark MLLIB tests failing due to some classes not being registered with Kryo

2017-11-11 Thread Jorge Sánchez
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.