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:40:57 UTC

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

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

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


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

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

Christophe Taton updated HADOOP-2944:
-------------------------------------

    Status: Patch Available  (was: Open)

> 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
>            Assignee: Christophe Taton
>             Fix For: 0.16.2, 0.17.0
>
>         Attachments: 2944-20080317a.patch
>
>
> 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.


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

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

Christophe Taton updated HADOOP-2944:
-------------------------------------

    Fix Version/s: 0.17.0
                   0.16.2

> 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
>            Assignee: Christophe Taton
>             Fix For: 0.16.2, 0.17.0
>
>         Attachments: 2944-20080317a.patch
>
>
> 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.


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

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

Hudson commented on HADOOP-2944:
--------------------------------

Integrated in Hadoop-trunk #436 (See [http://hudson.zones.apache.org/hudson/job/Hadoop-trunk/436/])

> 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
>            Assignee: Christophe Taton
>             Fix For: 0.16.2, 0.17.0
>
>         Attachments: 2944-20080317a.patch
>
>
> 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.


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

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

Christophe Taton commented on HADOOP-2944:
------------------------------------------

Failing core unit tests are unrelated to this patch.
There are no unit tests for the Eclipse GUI.

> 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
>            Assignee: Christophe Taton
>             Fix For: 0.16.2, 0.17.0
>
>         Attachments: 2944-20080317a.patch
>
>
> 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.


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

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


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

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

Christophe Taton updated HADOOP-2944:
-------------------------------------

    Attachment: 2944-20080317a.patch

Here a patch fixing the dead "Finish" button.

> 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
>            Assignee: Christophe Taton
>         Attachments: 2944-20080317a.patch
>
>
> 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.


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

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

Christophe Taton updated HADOOP-2944:
-------------------------------------

    Resolution: Fixed
        Status: Resolved  (was: Patch Available)

I just committed this.

> 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
>            Assignee: Christophe Taton
>             Fix For: 0.16.2, 0.17.0
>
>         Attachments: 2944-20080317a.patch
>
>
> 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.


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

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

Hadoop QA commented on HADOOP-2944:
-----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
http://issues.apache.org/jira/secure/attachment/12378022/2944-20080317a.patch
against trunk revision 619744.

    @author +1.  The patch does not contain any @author tags.

    tests included -1.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no tests are needed for this patch.

    javadoc +1.  The javadoc tool did not generate any warning messages.

    javac +1.  The applied patch does not generate any new javac compiler warnings.

    release audit +1.  The applied patch does not generate any new release audit warnings.

    findbugs +1.  The patch does not introduce any new Findbugs warnings.

    core tests -1.  The patch failed core unit tests.

    contrib tests +1.  The patch passed contrib unit tests.

Test results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1981/testReport/
Findbugs warnings: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1981/artifact/trunk/build/test/findbugs/newPatchFindbugsWarnings.html
Checkstyle results: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1981/artifact/trunk/build/test/checkstyle-errors.html
Console output: http://hudson.zones.apache.org/hudson/job/Hadoop-Patch/1981/console

This message is automatically generated.

> 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
>            Assignee: Christophe Taton
>             Fix For: 0.16.2, 0.17.0
>
>         Attachments: 2944-20080317a.patch
>
>
> 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.


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

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

Christophe Taton reassigned HADOOP-2944:
----------------------------------------

    Assignee: Christophe Taton

> 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
>            Assignee: Christophe Taton
>
> 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.