Hi!

I want to try out spark mllib in my spark project, but I got a little
problem. I have training data (external file), but the real data com from
another rdd. How can I do that?
I try to simple using same SparkContext to boot rdd (first I create rdd
using sc.textFile() and after NaiveBayes.train... After that I want to
fetch the real data using same context and internal the map using the
predict. But My application never exit (I think stucked or something). Why
not work this solution?

Thanks

b0c1


----------------------------------------------------------------------------------------------------------------------------------
Skype: boci13, Hangout: boci.b...@gmail.com

Reply via email to