Support Questions

Find answers, ask questions, and share your expertise

How to get RHive working on HDP2.4 Sandbox?

avatar
Rising Star

Moved to another forum. Closing it here.

1 ACCEPTED SOLUTION

avatar

@Heath Yates

you also can try tar.gz file from below link if you have an issue with Build.xml

https://cran.r-project.org/src/contrib/Archive/RHive/

R CMD INSTALL RHive_2.0-0.10.tar.gz

View solution in original post

5 REPLIES 5

avatar
Rising Star

I think the problem is maybe how I am specifying HIVE_HOME?

avatar

@Heath Yates

you also can try tar.gz file from below link if you have an issue with Build.xml

https://cran.r-project.org/src/contrib/Archive/RHive/

R CMD INSTALL RHive_2.0-0.10.tar.gz

avatar
Rising Star

That is actually step 6 of the tutorial. The tutorial is failing on step 4 and I want to know why and how to fix it.

avatar

I think, your linux paths or linux libraries are not supporting.

you can also directly download & install tar.gz file instead of going through build.xml. Actually build.xml creates tar.gz file.

avatar
Rising Star

This is why I am frustrated. I am trying to use the sandbox CDH2.4 to escape a lot of this I guess? Anyway, with R CMD INSTALL RHive_2.0-0.10.tar.gz gives me another error. It states, ERROR: dependencies 'rJava', 'rServe' are not available for package 'RHive". This frustrates me because inside of R I did install.packages('rJava') and install.packages('rServer'). The error isn't very verbose for me to determine why rJava and rServer are not available. Equally frustrating is why ant build is tanking still too.