[
https://issues.apache.org/jira/browse/HIVE-14656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15450104#comment-15450104
]
Prasanth Jayachandran commented on HIVE-14656:
----------------------------------------------
Any reason to close() followed by run()?
{code}
driver.close();
HiveConf.setVar(conf, ConfVars.HIVE_EXECUTION_MODE, originalMode);
cpr = driver.run(ctas, false);
{code}
> Clean up driver instance in get_splits
> --------------------------------------
>
> Key: HIVE-14656
> URL: https://issues.apache.org/jira/browse/HIVE-14656
> Project: Hive
> Issue Type: Sub-task
> Reporter: Jason Dere
> Assignee: Jason Dere
> Attachments: HIVE-14656.1.patch
>
>
> get_splits() creates a Driver instance that needs to be closed/cleaned up
> after use.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)