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:37:44 UTC

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

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
            Priority: Blocker
             Fix For: 0.19.0, 0.20.0


{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.


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

Posted by "Chris Douglas (JIRA)" <ji...@apache.org>.
     [ 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.


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

Posted by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tsz Wo (Nicholas), SZE updated HADOOP-4309:
-------------------------------------------

        Assignee: Chris Douglas
    Hadoop Flags: [Reviewed]

+1 patch looks good.

> 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.


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

Posted by "Chris Douglas (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HADOOP-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Chris Douglas updated HADOOP-4309:
----------------------------------

    Attachment: 4309-0.patch

Simple fix.

> 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
>            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.


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

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HADOOP-4309?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636025#action_12636025 ] 

Hudson commented on HADOOP-4309:
--------------------------------

Integrated in Hadoop-trunk #620 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/620/])
    . Fix eclipse-plugin compilation.


> 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.