简体   繁体   中英

Running Mahout Application using AWS EC2 and Local Eclipse

I am trying to run Mahout based java project from eclipse. I have created AWS EC2 instance to run map reduce tasks and I am able to run example WordCount map-reduce task successfully on AWS EC2.

But now I am trying to write Mahout code using local Windows machine and local eclipse. But I am not able to understand how should I map my local machine eclipse code with AWS instance. I tried to google it. But there are not clear steps found on google. Could anyone please tell me steps for that. Any help will be highly appreciated.

Thank you.

well, I'm not expert in AWS, but I do think that all your libraries (ie mahout including) should be installed on AWS and you are running it from your computer. You should not install mahout on your local computer but namenode in ASW (if you are trying to set up Hadoop map-reduce task).

Look at: https://cwiki.apache.org/confluence/display/MAHOUT/Mahout+Wiki#MahoutWiki-Installation%2FSetup

or: https://cwiki.apache.org/confluence/display/MAHOUT/Mahout+on+Amazon+EC2

Maybe I didn't fully get your question - if so, try to be more specific, what exactly didn't work for you....

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM