The RHadoop wiki describes the dependencies that you need to have in order to install RHadoop. The only tricky thing is, as mentioned, the JAVA_HOME environmental variable. Other than that, just follow their instructions. I'm actually using the ElasticMapreduce tool to setup the cluster along with some custom bootstrap sh scripts to install the necessary packages.
Jamie Olson On Thu, Nov 8, 2012 at 3:01 AM, Vignesh Prajapati <[email protected]>wrote: > Hey Jamie, > > Thanks for your comment. I am able to install R , Rstudio and Hadoop on > Amazon instance with Ubuntu os. But cant able to install the RHadoop. > So, can you provide me such links which can help? And which AMI image you > are using? > > > Thanks > Vignesh > > > On Wed, Nov 7, 2012 at 11:24 PM, Jamie Olson <[email protected]>wrote: > >> I've been using Amazon Elastic Mapreduce combined with RHadoop with great >> success. The only real problem is that the default JAVA_HOME doesn't >> points to a jdk that works with rJava, so you have to correct it. I've >> been meaning to do a writeup on it and will update you once it's up. >> >> Jamie Olson >> >> >> On Wed, Nov 7, 2012 at 5:32 AM, Vignesh Prajapati <[email protected]>wrote: >> >>> Hello All, >>> >>> Having some issue with local machine, I need to locate myself on Amazon >>> for running R and Hadoop with Amazon instance. After searching a lot, I >>> can't able to take a decision for choosing Image for Amazon instance. >>> Can any >>> one using R + Hadoop on Amazon. >>> >>> Thanks >>> >>> [[alternative HTML version deleted]] >>> >>> ______________________________________________ >>> [email protected] mailing list >>> https://stat.ethz.ch/mailman/listinfo/r-help >>> PLEASE do read the posting guide >>> http://www.R-project.org/posting-guide.html >>> and provide commented, minimal, self-contained, reproducible code. >>> >> >> > [[alternative HTML version deleted]] ______________________________________________ [email protected] mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.

