Ted Yu created KYLIN-3039:
-----------------------------

             Summary: Unclosed hbaseAdmin in ITAclTableMigrationToolTest
                 Key: KYLIN-3039
                 URL: https://issues.apache.org/jira/browse/KYLIN-3039
             Project: Kylin
          Issue Type: Test
            Reporter: Ted Yu
            Priority: Minor


Here is related code:
{code}
        Admin hbaseAdmin = new HBaseAdmin(conf);
        creatTable(hbaseAdmin, conf, aclTable, new String[] { 
AclConstant.ACL_INFO_FAMILY, AclConstant.ACL_ACES_FAMILY });
        creatTable(hbaseAdmin, conf, userTable, new String[] { 
AclConstant.USER_AUTHORITY_FAMILY });
{code}
hbaseAdmin should be closed upon return.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to