Re: Migrating Transformers from Spark 1.3.1 to 1.5.0

2016-02-15 Thread Cesar Flores
I found my problem. I was calling setParameterValue(defaultValue) more than one time in the hierarchy of my classes. Thanks! On Mon, Feb 15, 2016 at 6:34 PM, Cesar Flores wrote: > > I have a set of transformers (each with specific parameters) in spark > 1.3.1. I have two

Migrating Transformers from Spark 1.3.1 to 1.5.0

2016-02-15 Thread Cesar Flores
I have a set of transformers (each with specific parameters) in spark 1.3.1. I have two versions, one that works and one that does not: 1.- working version //featureprovidertransformer contains already a set of ml params class DemographicTransformer(override val uid: String) extends