8
I’m integrating the Hadoop
with R
using Rhipe
and my configuration is as follows::
- Ubuntu 14.
- Hadoop 1.0.3
- R 3.2.2
- Rhipe 0.73.1
When starting in the environment R
the rhinit()
the following message appears:
rhinit() Rhipe: Using Rhipe.jar file Initializing Rhipe v0.73 Error in . jnew("org/godhuli/rhipe/Personalserver") :
java.lang.Noclassdeffounderror: org/apache/Hadoop/Fs/Fsdatainputstream
I’ve done a lot of research on other forums and so far I haven’t found a solution.
I count on your help, I thank you in advance.
Seems to be related to Rhipe not being able to find Hadoop’s path. Second this link, configure some variables should solve.
– Molx