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

Xiaoqiao He commented on HDFS-15559:
------------------------------------

[~leosun08] Try to run failed unit tests at local, most of them are passed. It 
seems not related. Please have another checks. 

> Complement initialize member variables in 
> TestHdfsConfigFields#initializeMemberVariables
> ----------------------------------------------------------------------------------------
>
>                 Key: HDFS-15559
>                 URL: https://issues.apache.org/jira/browse/HDFS-15559
>             Project: Hadoop HDFS
>          Issue Type: Test
>            Reporter: Lisheng Sun
>            Assignee: Lisheng Sun
>            Priority: Minor
>         Attachments: HDFS-15559.001.patch, HDFS-15559.002.patch
>
>
> There are some missing constant interfaces in 
> TestHdfsConfigFields#initializeMemberVariables
> {code:java}
> @Override
> public void initializeMemberVariables() {
>   xmlFilename = new String("hdfs-default.xml");
>   configurationClasses = new Class[] { HdfsClientConfigKeys.class,
>       HdfsClientConfigKeys.Failover.class,
>       HdfsClientConfigKeys.StripedRead.class, DFSConfigKeys.class,
>       HdfsClientConfigKeys.BlockWrite.class,
>       HdfsClientConfigKeys.BlockWrite.ReplaceDatanodeOnFailure.class };
> }{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to