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 Dyer (JIRA)" <ji...@apache.org> on 2008/03/06 06:42:57 UTC

[jira] Updated: (HADOOP-2944) redesigned plugin has missing functionality

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

Chris Dyer updated HADOOP-2944:
-------------------------------

    Description: 
It is not possible to add a new Hadoop server to the list of servers in the Hadoop eclipse plugin.  In org/apache/hadoop/eclipse/servers/RunOnHadoopWizard.java, the private class variable "createNewPage" is never initialized (although it should be at line 97), and therefore clicking on "Finish" in the wizard results in a NullPointerException when this variable is accessed.

After fixing this in a local client, I had further problems connecting to a server using the SOCKS protocol.

  was:It is not possible to add a new Hadoop server to the list of servers in the Hadoop eclipse plugin.  The private class variable "createNewPage" is never initialized, although it should be at line 97 and so clicking on "Finish" in the wizard results in a NullPointerException.  When this is fixed, I had further problems connecting to a server using the SOCKS protocol.


> redesigned plugin has missing functionality
> -------------------------------------------
>
>                 Key: HADOOP-2944
>                 URL: https://issues.apache.org/jira/browse/HADOOP-2944
>             Project: Hadoop Core
>          Issue Type: Bug
>          Components: contrib/eclipse-plugin
>    Affects Versions: 0.16.0
>         Environment: All OSes.
>            Reporter: Chris Dyer
>
> It is not possible to add a new Hadoop server to the list of servers in the Hadoop eclipse plugin.  In org/apache/hadoop/eclipse/servers/RunOnHadoopWizard.java, the private class variable "createNewPage" is never initialized (although it should be at line 97), and therefore clicking on "Finish" in the wizard results in a NullPointerException when this variable is accessed.
> After fixing this in a local client, I had further problems connecting to a server using the SOCKS protocol.

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