I haven't tried it but there a Hadoop plugin for eclipse : http://wiki.apache.org/hadoop/EclipsePlugIn
Regards Bertrand On Thu, Sep 20, 2012 at 4:14 PM, Alberto Cordioli < [email protected]> wrote: > Hi all, > > Now I'd like to deploy a simple MapReduce job, written in Java, to a > remote cluster within Eclipse. > For the moment I've found this solution: > > 1) Put the hadoop conf file in the classpath > 1) Put the jar containing the job in the classpath. > 2) Run > > If I don't put the jar in the classpath when I run the job it returns > a ClassNotFoundException: > java.lang.RuntimeException: java.lang.ClassNotFoundException: > <MyMapperClass> > > I was wondering if there are other methods to do so in simpler way. > > > Thank you very much, > Alberto > -- Bertrand Dechoux
