Return-Path: X-Original-To: apmail-hive-dev-archive@www.apache.org Delivered-To: apmail-hive-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D533A1077D for ; Tue, 17 Sep 2013 01:21:53 +0000 (UTC) Received: (qmail 95824 invoked by uid 500); 17 Sep 2013 01:21:53 -0000 Delivered-To: apmail-hive-dev-archive@hive.apache.org Received: (qmail 95733 invoked by uid 500); 17 Sep 2013 01:21:52 -0000 Mailing-List: contact dev-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 dev@hive.apache.org Received: (qmail 95660 invoked by uid 500); 17 Sep 2013 01:21:52 -0000 Delivered-To: apmail-hadoop-hive-dev@hadoop.apache.org Received: (qmail 95610 invoked by uid 99); 17 Sep 2013 01:21:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 17 Sep 2013 01:21:52 +0000 Date: Tue, 17 Sep 2013 01:21:52 +0000 (UTC) From: "Sergey Shelukhin (JIRA)" To: hive-dev@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (HIVE-5299) allow exposing metastore APIs from HiveServer2 with embedded metastore MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Sergey Shelukhin created HIVE-5299: -------------------------------------- Summary: allow exposing metastore APIs from HiveServer2 with embedded metastore Key: HIVE-5299 URL: https://issues.apache.org/jira/browse/HIVE-5299 Project: Hive Issue Type: New Feature Components: HiveServer2, Metastore Reporter: Sergey Shelukhin There are (at least) two reasons to run metastore as a standalone service, rather than embedding it - access by non-hive clients, as well as miscellaneous advantages of a central service such as DB connection caching, etc. If HiveServer2 is used, as far as I see, the latter do not require a standalone metastore (there's already a central service into which metastore could be embedded). However, the former still does. We should consider exposing metastore APIs from HiveServer2 (configurable on/off) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira