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)
