RE: Can't load a RandomForestClassificationModel in Spark job

2017-02-16 Thread Jianhong Xia
Thanks Hollin. I will take a look at mleap and will let you know if I have any questions. Jianhong From: Hollin Wilkins [mailto:hol...@combust.ml] Sent: Tuesday, February 14, 2017 11:48 PM To: Jianhong Xia <j...@infoblox.com> Cc: Sumona Routh <sumos...@gmail.com>; ayan

RE: Can't load a RandomForestClassificationModel in Spark job

2017-02-14 Thread Jianhong Xia
Is there any update on this problem? I encountered the same issue that was mentioned here. I have CrossValidatorModel.transform(df) running on workers, which requires DataFrame as an input. However, we only have Arrays on workers. When we deploy our model into cluster mode, we could not create