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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
