Return-Path: X-Original-To: apmail-hive-issues-archive@minotaur.apache.org Delivered-To: apmail-hive-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4D19618007 for ; Mon, 29 Jun 2015 05:29:05 +0000 (UTC) Received: (qmail 35435 invoked by uid 500); 29 Jun 2015 05:29:05 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 35410 invoked by uid 500); 29 Jun 2015 05:29:05 -0000 Mailing-List: contact issues-help@hive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hive.apache.org Delivered-To: mailing list issues@hive.apache.org Received: (qmail 35400 invoked by uid 99); 29 Jun 2015 05:29:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Jun 2015 05:29:05 +0000 Date: Mon, 29 Jun 2015 05:29:05 +0000 (UTC) From: "Alexander Pivovarov (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-7150) FileInputStream is not closed in HiveConnection#getHttpClient() MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ 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)