You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Shaofeng SHI (JIRA)" <ji...@apache.org> on 2018/09/19 05:33:00 UTC

[jira] [Assigned] (KYLIN-3543) Unclosed Job instance in CreateHTableJob#exportHBaseConfiguration

     [ https://issues.apache.org/jira/browse/KYLIN-3543?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shaofeng SHI reassigned KYLIN-3543:
-----------------------------------

             Assignee: Yichen Zhou
    Affects Version/s: v2.5.0
        Fix Version/s: v2.5.1

> Unclosed Job instance in CreateHTableJob#exportHBaseConfiguration
> -----------------------------------------------------------------
>
>                 Key: KYLIN-3543
>                 URL: https://issues.apache.org/jira/browse/KYLIN-3543
>             Project: Kylin
>          Issue Type: Bug
>    Affects Versions: v2.5.0
>            Reporter: Ted Yu
>            Assignee: Yichen Zhou
>            Priority: Minor
>             Fix For: v2.5.1
>
>
> {code}
>             out = fs.create(new Path(hbaseConfPath));
>             job.getConfiguration().writeXml(out);
> {code}
> The job instance should be closed upon return from the method.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)