Try to invoke a R script from Spark using rdd pipe method , get the work done & and receive the model back in RDD.
for ex :- . rdd.pipe("<FileName.R>") On Mon, May 30, 2016 at 3:57 PM, Sun Rui <sunrise_...@163.com> wrote: > Unfortunately no. Spark does not support loading external modes (for > examples, PMML) for now. > Maybe you can try using the existing random forest model in Spark. > > On May 30, 2016, at 18:21, Neha Mehta <nehamehta...@gmail.com> wrote: > > Hi, > > I have an existing random forest model created using R. I want to use that > to predict values on Spark. Is it possible to do the same? If yes, then how? > > Thanks & Regards, > Neha > > >