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

Alexey Diomin updated HDFS-1691:
--------------------------------

    Attachment: HDFS-1691.patch

> double static declaration 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
>            Assignee: Alexey Diomin
>            Priority: Minor
>         Attachments: HDFS-1691.patch, HDFS-1691.patch, 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