Yiqun Lin created HDFS-10699:
--------------------------------

             Summary: 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


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-dev-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-h...@hadoop.apache.org

Reply via email to