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


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