From reviews-return-960628-archive-asf-public=cust-asf.ponee.io@spark.apache.org Fri Nov 8 00:59:22 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 DBC8C180630 for ; Fri, 8 Nov 2019 01:59:21 +0100 (CET) Received: (qmail 43367 invoked by uid 500); 8 Nov 2019 00:59:21 -0000 Mailing-List: contact reviews-help@spark.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list reviews@spark.apache.org Received: (qmail 43355 invoked by uid 99); 8 Nov 2019 00:59:21 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2019 00:59:21 +0000 From: GitBox To: reviews@spark.apache.org Subject: [GitHub] [spark] AngersZhuuuu edited a comment on issue #26340: [WIP][SPARK-29108][SQL] Add new module sql/thriftserver with all code and UT Message-ID: <157317476116.16718.12823168318177004200.gitbox@gitbox.apache.org> Date: Fri, 08 Nov 2019 00:59:21 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit AngersZhuuuu edited a comment on issue #26340: [WIP][SPARK-29108][SQL] Add new module sql/thriftserver with all code and UT URL: https://github.com/apache/spark/pull/26340#issuecomment-551336045 > Does this PR re-implement the thrift server on its own to get rid of Hive dependency? Is this a new architecture like https://github.com/yaooqinn/kyuubi ? No, what we want to do: 1. make a thriftserver can cover current function and fit for different hive version, then we won't nee to make folder like v1.2.1/v2.3.5 to support different hive version 2. Build our own beeline client and jdbc client, then we can remove rely on hive-beeline hive-jdbc 3. Finally make hive as a plugin. Build a thriftserver can run without/with hive. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org For additional commands, e-mail: reviews-help@spark.apache.org