Where can I find the eclipse plugin for hadoop 1.0.4

I have been studying Hadoop lately. I want to use eclipse to execute some MapReduce programs using Hadoop.

Wednesday:

Hadoop 1.0.4;

Eclipse 4.2.1;

But I can not find the eclipse plugin in Hadoop 1.0.4.

Can someone tell me where the eclipse plugin is located?

+2
source share
1 answer

I don’t know why, but for some reason they removed the plugin from the Hadoop installation folder. Instead, you can find the Eclipse Plugin source code with the build.xml file in your "HADOOP_HOME // src / contrib / eclipse-plugin" directory. Try to pull it out and build it.

+3
source

All Articles