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 E68E417D90 for ; Fri, 25 Sep 2015 18:44:05 +0000 (UTC) Received: (qmail 75037 invoked by uid 500); 25 Sep 2015 18:44:05 -0000 Delivered-To: apmail-hive-issues-archive@hive.apache.org Received: (qmail 75012 invoked by uid 500); 25 Sep 2015 18:44: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 75002 invoked by uid 99); 25 Sep 2015 18:44:05 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 Sep 2015 18:44:05 +0000 Date: Fri, 25 Sep 2015 18:44:05 +0000 (UTC) From: "Thejas M Nair (JIRA)" To: issues@hive.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HIVE-11968) make HS2 core components re-usable across projects 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-11968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14908484#comment-14908484 ] Thejas M Nair commented on HIVE-11968: -------------------------------------- [~cwsteinbach] had an early proposal for this here - https://cwiki.apache.org/confluence/display/Hive/AccessServer+Design+Proposal > make HS2 core components re-usable across projects > -------------------------------------------------- > > Key: HIVE-11968 > URL: https://issues.apache.org/jira/browse/HIVE-11968 > Project: Hive > Issue Type: Bug > Components: HiveServer2 > Reporter: Thejas M Nair > > HS2 provides jdbc and odbc access to hive. There has been a lot of investment into HS2 over time ( Fault tolerance, authentication modes, HTTP transport mode, encryption, delegation tokens .. ). > The thrift API that HS2 provides is generic and is applicable to other SQL engines as well. Spark is already using a fork of HS2, but as it is a fork, it hard to maintain. > HS2 code is not structured to be easily re-used and extended. If we can make improvements there, it can be easily re-used by other projects, and all effort can be combined. -- This message was sent by Atlassian JIRA (v6.3.4#6332)