[ 
https://issues.apache.org/jira/browse/HADOOP-1437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12520052
 ] 

Doug Cutting commented on HADOOP-1437:
--------------------------------------

Okay.  I figured out my problem.  Eclipse is by default configured for Java 
1.4.  Once I tell it where my 1.5 JVM is installed & set the project to use it, 
then it compiles, although with  80 warnings.  Building generates a 'bin/' 
directory.  Where is the plugin artifact?

I also still cannot get 'ant -DECLIPSE_HOME=/usr/lib/eclipse' to compile the 
project.  I ran:

sudo -DECLIPSE_HOME=/usr/lib/eclipse init-eclipse-compiler

but that did not seem to help.

> Eclipse plugin for developing and executing MapReduce programs on Hadoop
> ------------------------------------------------------------------------
>
>                 Key: HADOOP-1437
>                 URL: https://issues.apache.org/jira/browse/HADOOP-1437
>             Project: Hadoop
>          Issue Type: New Feature
>    Affects Versions: 0.13.1
>         Environment: Eclipse 3.2.0+, Java 1.5.0+
>            Reporter: Eugene Hung
>         Attachments: eclipse-plugin-20070813d.patch, 
> eclipse-plugin-20070813e.patch, eclipse-plugin-20070815a.patch, 
> eclipse-plugin.patch, mrt-eclipse-1.0.4.zip
>
>
> An Eclipse plugin for developing and executing MapReduce programs on remote 
> Hadoop servers.  Automatically provides templates for creating Map/Reduce 
> classes, transparently bundles the classes into JAR files and sends them to a 
> remote server for execution.  Allows the user to easily view status of Hadoop 
> jobs and browse/upload/delete files from the Hadoop DFS within the Eclipse 
> IDE.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to