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

Hudson commented on HDFS-1691:
------------------------------

Integrated in Hadoop-Hdfs-trunk-Commit #555 (See 
[https://hudson.apache.org/hudson/job/Hadoop-Hdfs-trunk-Commit/555/])
    

> 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
>             Fix For: 0.23.0
>
>         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