You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Vaibhav Gumashta (JIRA)" <ji...@apache.org> on 2014/05/30 22:37:01 UTC

[jira] [Assigned] (HIVE-7150) FileInputStream is not closed in HiveConnection#getHttpClient()

     [ https://issues.apache.org/jira/browse/HIVE-7150?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vaibhav Gumashta reassigned HIVE-7150:
--------------------------------------

    Assignee: Vaibhav Gumashta

> 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
>            Assignee: Vaibhav Gumashta
>
> 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.2#6252)