Why do you need a plugin at all? you can do away with it by having a maven project i.e. having a pom.xml and setting hadoop as one of the dependencies. Then use regular maven commands to build etc.. e.g. mvn eclipse:eclipse would be an interesting command.
On Fri, Dec 2, 2011 at 1:59 PM, Will L <[email protected]>wrote: > > > Oops guess the formatting went away: > I have tried the following combinations: > * Hadoop 0.20.203, Eclipse 3.6.2 (32-bit), > hadoop-eclipse-plugin-0.20.203.0.jar > * Hadoop 0.20.203, Eclipse 3.6.2 (32-bit), > hadoop-eclipse-plugin-0.20.3-SNAPSHOT.jar (from JIRA) > * Hadoop 0.20.203 Eclipse 3.7.1 (32-bit), > hadoop-eclipse-plugin-0.20.203.0.jar > * Hadoop 0.20.203, Eclipse 3.7.1 (32-bit), > hadoop-eclipse-plugin-0.20.3-SNAPSHOT.jar (from JIRA) > * Hadoop 0.20.205, Eclipse 3.7.1 (32-bit), > hadoop-eclipse-plugin-0.20.205.0.jar > > > From: [email protected] > > To: [email protected] > > Subject: Help with Hadoop Eclipse Plugin on Mac OS X Lion > > Date: Fri, 2 Dec 2011 00:26:28 -0800 > > > > > > > > > > > > > > Hello, > > I am having problems getting my hadoop eclipse plugin to work on Mac OS > X Lion. > > > > I have tried the following combinations: > > Hadoop 0.20.203, Eclipse 3.6.2 (32-bit), > hadoop-eclipse-plugin-0.20.203.0.jarHadoop 0.20.203, Eclipse 3.6.2 > (32-bit), hadoop-eclipse-plugin-0.20.3-SNAPSHOT.jar (from JIRA)Hadoop > 0.20.203, Eclipse 3.7.1 (32-bit), > hadoop-eclipse-plugin-0.20.203.0.jarHadoop 0.20.203, Eclipse 3.7.1 > (32-bit), hadoop-eclipse-plugin-0.20.3-SNAPSHOT.jar (from JIRA)Hadoop > 0.20.205, Eclipse 3.7.1 (32-bit), hadoop-eclipse-plugin-0.20.205.0.jar > > > > Has anyone gotten the hadoop eclipse plugin to work on Mac OS X Lion? > > > > > > Thank you for your time and help I greatly appreciate it! > > > > > > Sincerely, > > > > > > Will > > > > > >
