[ 
https://issues.apache.org/jira/browse/HDFS-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13001336#comment-13001336
 ] 

Hadoop QA commented on HDFS-1691:
---------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12472404/HDFS-1691.patch
  against trunk revision 1076024.

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

    -1 tests included.  The patch doesn't appear to include any new or modified 
tests.
                        Please justify why no new tests are needed for this 
patch.
                        Also please list what manual steps were performed to 
verify this patch.

    -1 patch.  The patch command could not apply the patch.

Console output: 
https://hudson.apache.org/hudson/job/PreCommit-HDFS-Build/225//console

This message is automatically generated.

> double static reclaration in 
> Configuration.addDefaultResource("hdfs-default.xml");
> ----------------------------------------------------------------------------------
>
>                 Key: HDFS-1691
>                 URL: https://issues.apache.org/jira/browse/HDFS-1691
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: tools
>    Affects Versions: 0.20.1
>            Reporter: Alexey Diomin
>            Priority: Minor
>         Attachments: HDFS-1691.patch
>
>
> in /src/java/org/apache/hadoop/hdfs/tools/DFSck.java
> double declaration 
> static{
>     Configuration.addDefaultResource("hdfs-default.xml");
>     Configuration.addDefaultResource("hdfs-site.xml");
> }
> 1. in head class
> 2. before main

-- 
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to