[
https://issues.apache.org/jira/browse/KYLIN-3039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Billy Liu updated KYLIN-3039:
-----------------------------
Issue Type: Improvement (was: Test)
> Unclosed hbaseAdmin in ITAclTableMigrationToolTest
> --------------------------------------------------
>
> Key: KYLIN-3039
> URL: https://issues.apache.org/jira/browse/KYLIN-3039
> Project: Kylin
> Issue Type: Improvement
> Reporter: Ted Yu
> Assignee: Shengping
> Priority: Minor
> Fix For: v2.3.0
>
> Attachments: KYLIN-3039.patch
>
>
> 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
(v7.6.3#76005)