I tried to use some r packages in Rhadoop, but it always comes out error.
I heard of the r package can not use in Rhadoop directly. It needs to call R program or something. Like in mapreduce's map function may can call local R program in datanodes.
I am sorry for my English is not good enough to describe my problem exactly, whatever I want to know how to use r package in Rhadoop or how to call another R in Rhaoop. Thank you.It is a example who use r package e1071 (svm) in Rhadoop. And I use the same code but i do not know why it does not work for me, it always comes out error.
--
post: rha...@googlegroups.com ||
unsubscribe: rhadoop+u...@googlegroups.com ||
web: https://groups.google.com/d/forum/rhadoop?hl=en-US
---
You received this message because you are subscribed to the Google Groups "RHadoop" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rhadoop+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I had installed e1071 in every datanode, that's why I'm so confused that use the same code he can run without error and mine came out error.The most important is I have to use some r packages in Hadoop. And I am trying to use system() in map function, it can call external software (R).
I want to use r package in R independently outside of Rhadoop and get the result in Rhadoop. it does not go well until now, also came out error.I am still trying and do you have any better method to use r package in Rhadoop?