You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/11/05 15:10:11 UTC

[GitHub] [spark] yaooqinn edited a comment on issue #26340: [WIP][SPARK-29108][SQL] Add new module sql/thriftserver with all code and UT

yaooqinn 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-549864678
 
 
   @juliuszsompolski thanks for instesting in kyuubi project. The hive deps can be removed easily but still existing because of lack of time and not a big deal before Spark 3.0.0. The only interface for kyuubi to access metastore should be
   through SparkSession.  The kyuubi stays as a standalone project is just for multiple spark version support (2.1-2.4 for now).  I am also willing to help with Spark to apply kyuubi’s features. There are much more scenarios that use the cluster manager i.e. yarn,k8s as computing resousce serving layer not just inside one spark application. Currently,kyuubi supports only “client” mode,hacking a bit but solved with  Spark’s ChildFirstClassLoader. When “cluster” mode will be supported, the kyuubi need not to hack spark to support multi tenancy

----------------------------------------------------------------
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