You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Chris Douglas (JIRA)" <ji...@apache.org> on 2008/09/30 03:45:46 UTC

[jira] Resolved: (HADOOP-4309) eclipse-plugin no longer compiles on trunk

     [ https://issues.apache.org/jira/browse/HADOOP-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Douglas resolved HADOOP-4309.
-----------------------------------

    Resolution: Fixed

I just committed this.

> eclipse-plugin no longer compiles on trunk
> ------------------------------------------
>
>                 Key: HADOOP-4309
>                 URL: https://issues.apache.org/jira/browse/HADOOP-4309
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/eclipse-plugin
>    Affects Versions: 0.19.0, 0.20.0
>            Reporter: Chris Douglas
>            Assignee: Chris Douglas
>            Priority: Blocker
>             Fix For: 0.19.0, 0.20.0
>
>         Attachments: 4309-0.patch
>
>
> {noformat}
> compile:
>      [echo] contrib: eclipse-plugin
>     [javac] Compiling 2 source files to /Users/chrisdo/work/commit/build/contrib/eclipse-plugin/classes
>     [javac] /Users/chrisdo/work/commit/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/server/HadoopServer.java:423: write(java.io.DataOutput) in org.apache.hadoop.conf.Configuration cannot be applied to (java.io.FileOutputStream)
>     [javac]     this.conf.write(fos);
>     [javac]              ^
>     [javac] /Users/chrisdo/work/commit/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/servers/RunOnHadoopWizard.java:166: write(java.io.DataOutput) in org.apache.hadoop.conf.Configuration cannot be applied to (java.io.FileOutputStream)
>     [javac]       conf.write(fos);
>     [javac]           ^
>     [javac] Note: /Users/chrisdo/work/commit/src/contrib/eclipse-plugin/src/java/org/apache/hadoop/eclipse/servers/RunOnHadoopWizard.java uses unchecked or unsafe operations.
>     [javac] Note: Recompile with -Xlint:unchecked for details.
>     [javac] 2 errors
> {noformat}

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