gblblgl
gblblgl

Reputation: 137

Eclipse/MapReduce plugin

I've been searching for a MapReduce plugin for eclipse, but most of them didn't work for me. The only one that did work had the old API's template when creating Mappers/Reducers/Drivers.

So I thought I'll compile one myself, which unfortunately uses the same "old API" as the default template which gives errors. Even with the newest alpha and beta (2.0.3 and 2.0.4) versions of Hadoop.

Upvotes: 1

Views: 5418

Answers (1)

gblblgl
gblblgl

Reputation: 137

I got it working. I've changed the source of $HADOOP_HOME/src/contrib/eclipse_plugin and then compiled it with Hadoop 1.2.0. I thought I'd share it but didn't know where. The only place that came to my mind was StackOverflow, so sorry if this isn't the place.

So here it is, Hadoop Eclipse Plugin with the new API template:
https://www.dropbox.com/s/y990pp610t3edfo/hadoop-eclipse-plugin-1.2.0-newapi.jar

If someone wants to compile it himself I'll post the source codes too, which are only 3 more *.java files. Just ask.

Upvotes: 4

Related Questions