age
> Subject: matchError:null in ALS.train
> From:"Honey Joshi"
> Date:Thu, July 3, 2014 8:12 am
> To: user@spark.apache.org
> --
>
> Hi All,
>
> We are using ALS.train to
Original Message
Subject: matchError:null in ALS.train
From:"Honey Joshi"
Date:Thu, July 3, 2014 8:12 am
To: user@spark.apache.org
--
Hi Al
Hi All,
We are using ALS.train to generate a model for predictions. We are using
DStream[] to collect the predicted output and then trying to dump in a
text file using these two approaches dstream.saveAsTextFiles() and
dstream.foreachRDD(rdd=>rdd.saveAsTextFile).But both these approaches are
givin