Created 07-21-2016 02:00 AM
Moved to another forum. Closing it here.
Created 07-21-2016 02:06 AM
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
Created 07-21-2016 02:03 AM
I think the problem is maybe how I am specifying HIVE_HOME?
Created 07-21-2016 02:06 AM
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
Created 07-21-2016 02:12 AM
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.
Created 07-21-2016 02:21 AM
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.
Created 07-21-2016 02:28 AM
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.