[ https://issues.apache.org/jira/browse/HDFS-10699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15590688#comment-15590688 ]
Brahma Reddy Battula commented on HDFS-10699: --------------------------------------------- Nice Catch..LGTM, will commit. > 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: hdfs-issues-unsubscr...@hadoop.apache.org For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org