[ 
https://issues.apache.org/jira/browse/HIVE-7150?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14512568#comment-14512568
 ] 

Gabor Liptak commented on HIVE-7150:
------------------------------------

I uploaded an upodated patch (but the QA build didn't run ...)

> FileInputStream is not closed in HiveConnection#getHttpClient()
> ---------------------------------------------------------------
>
>                 Key: HIVE-7150
>                 URL: https://issues.apache.org/jira/browse/HIVE-7150
>             Project: Hive
>          Issue Type: Bug
>            Reporter: Ted Yu
>              Labels: jdbc
>             Fix For: 1.2.0
>
>         Attachments: HIVE-7150.1.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)

Reply via email to