[
https://issues.apache.org/jira/browse/HIVE-7150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alexander Pivovarov updated HIVE-7150:
--------------------------------------
Fix Version/s: 2.0.0
1.3.0
> FileInputStream is not closed in HiveConnection#getHttpClient()
> ---------------------------------------------------------------
>
> Key: HIVE-7150
> URL: https://issues.apache.org/jira/browse/HIVE-7150
> Project: Hive
> Issue Type: Bug
> Components: JDBC
> Reporter: Ted Yu
> Assignee: Alexander Pivovarov
> Fix For: 1.3.0, 2.0.0
>
> Attachments: HIVE-7150.1.patch, HIVE-7150.2.patch, HIVE-7150.3.patch,
> HIVE-7150.4.patch
>
>
> Here is related code:
> {code}
> sslTrustStore.load(new FileInputStream(sslTrustStorePath),
> sslTrustStorePassword.toCharArray());
> {code}
> The FileInputStream is not closed upon returning from the method.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)