From issues-return-158804-archive-asf-public=cust-asf.ponee.io@hive.apache.org Thu May 30 02:43:02 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 540AA18067E for ; Thu, 30 May 2019 04:43:02 +0200 (CEST) Received: (qmail 40876 invoked by uid 500); 30 May 2019 02:43:01 -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 40862 invoked by uid 99); 30 May 2019 02:43:01 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 May 2019 02:43:01 +0000 Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id C40BAE2CD8 for ; Thu, 30 May 2019 02:43:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 52E4220FEB for ; Thu, 30 May 2019 02:43:00 +0000 (UTC) Date: Thu, 30 May 2019 02:43:00 +0000 (UTC) From: "Gopal V (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HIVE-21805) HiveServer2: Use the fast ShutdownHookManager APIs 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-21805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gopal V updated HIVE-21805: --------------------------- Description: Hadoop ShutDownHookManager calls "new Configuration()" inside if the parameters are not provided as args. This unzips jars & looks for the .xml files in the entire classpath. !shutdownhookmanager-configuration.png! + !txnmanager-shutdownhook-2x.png! Hive has its own impl of ShutDownHookManager, which has also history from the hadoo one (added to code instead of shims). was: Hadoop ShutDownHookManager calls "new Configuration()" inside if the parameters are not provided as args. This unzips jars & looks for the .xml files in the entire classpath. !shutdownhookmanager-configuration.png! Hive has its own impl of ShutDownHookManager, which has also history from the hadoo one (added to code instead of shims). > HiveServer2: Use the fast ShutdownHookManager APIs > -------------------------------------------------- > > Key: HIVE-21805 > URL: https://issues.apache.org/jira/browse/HIVE-21805 > Project: Hive > Issue Type: Bug > Reporter: Gopal V > Priority: Major > Attachments: shutdownhookmanager-configuration.png, txnmanager-shutdownhook-2x.png > > > Hadoop ShutDownHookManager calls "new Configuration()" inside if the parameters are not provided as args. > This unzips jars & looks for the .xml files in the entire classpath. > !shutdownhookmanager-configuration.png! > + > !txnmanager-shutdownhook-2x.png! > Hive has its own impl of ShutDownHookManager, which has also history from the hadoo one (added to code instead of shims). -- This message was sent by Atlassian JIRA (v7.6.3#76005)