Created on 08-14-2014 04:35 AM - edited 09-16-2022 02:05 AM
Hi ,
I am trying to run mahout algorithms from eclipse into hadoop. Is it possible to do that. Is it possible to run map/reduce jobs into hadoop from eclipse. Any plygibn available or can it be achieved through anyother means? Thanks in advance.
Regards,
Deva
Created 08-14-2014 05:24 AM
Yes you should be able to run the "Driver" classes like any other program, from within Eclipse. You can specify command line arguments and so on in the usual way. I think you will need to make sure that the env variable HADOOP_HOME is set in order for the program to find your Hadoop config though. Really it is no different on CDH than anywhere else, so any resource you find on the internet to these effects will be valid.
Created 08-14-2014 05:24 AM
Yes you should be able to run the "Driver" classes like any other program, from within Eclipse. You can specify command line arguments and so on in the usual way. I think you will need to make sure that the env variable HADOOP_HOME is set in order for the program to find your Hadoop config though. Really it is no different on CDH than anywhere else, so any resource you find on the internet to these effects will be valid.
Created 08-23-2014 04:00 AM
Hi Sowen,
I tried and it is working. Thank you.