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