[
https://issues.apache.org/jira/browse/HDFS-10699?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Yiqun Lin updated HDFS-10699:
-----------------------------
Status: Patch Available (was: Open)
> Log object instance get incorrectly in TestDFSAdmin
> ---------------------------------------------------
>
> Key: HDFS-10699
> URL: https://issues.apache.org/jira/browse/HDFS-10699
> Project: Hadoop HDFS
> Issue Type: Bug
> Reporter: Yiqun Lin
> Assignee: Yiqun Lin
> Priority: Minor
> Attachments: HDFS-10699.001.patch
>
>
> In class TestDFSAdmin, it gets a incorrect object instance. The codes:
> {code}
> public class TestDFSAdmin {
> private static final Log LOG = LogFactory.getLog(DFSAdmin.class);
> private Configuration conf = null;
> private MiniDFSCluster cluster;
> private DFSAdmin admin;
> ...
> {code}
> Here the class name {{DFSAdmin}} should be {{TestDFSAdmin}}.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]