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

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

Ted Yu created KYLIN-3543:
-----------------------------

             Summary: Unclosed Job instance in CreateHTableJob#exportHBaseConfiguration
                 Key: KYLIN-3543
                 URL: https://issues.apache.org/jira/browse/KYLIN-3543
             Project: Kylin
          Issue Type: Bug
            Reporter: Ted Yu


{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)