Go to file
Zen 7a79b16cdf
fix #259 engine scope
Squashed commit of the following:

commit bb598b101da43b145bd4c95976e8decd39a02210
Merge: 54e730c c4cf523
Author: zen <xinjingziranchan@gmail.com>
Date:   Thu Dec 24 10:53:42 2020 +0800

    Merge remote-tracking branch 'origin/pr2-engine-scope' into pr2-engine-scope

    # Conflicts:
    #	externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/SparkSQLEngine.scala

commit 54e730c5b26ffb147e5c1266bdd036460cc20d82
Merge: 62d1575 512fbc5
Author: zen <xinjingziranchan@gmail.com>
Date:   Thu Dec 24 10:51:21 2020 +0800

    Merge branch 'master' into pr2-engine-scope

    # Conflicts:
    #	externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/SparkSQLEngine.scala

commit c4cf523dc5bc409ea7ac742292d5e6e2d6421b8a
Author: zen <xinjingziranchan@gmail.com>
Date:   Mon Dec 21 23:10:12 2020 +0800

    merge master and fix the conflicts

commit c53b166f1eb3e8a698f498e1d123c815cef5d665
Merge: 62d1575 e8bc44c
Author: zen <xinjingziranchan@gmail.com>
Date:   Mon Dec 21 23:02:26 2020 +0800

    Merge branch 'master' into pr2-engine-scope

    # Conflicts:
    #	externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/SparkSQLEngine.scala

commit 62d15751ea6b213319501bcfac442d21d0cd5ca6
Author: zen <xinjingziranchan@gmail.com>
Date:   Thu Dec 10 15:40:48 2020 +0800

    fix zkNamespace

commit 7e3e432318ed931b1ad16c839c4a027e00bc6ef9
Author: zen <xinjingziranchan@gmail.com>
Date:   Thu Dec 10 14:34:34 2020 +0800

    Support for configuring the session scope of SparkSQLEngine.
2020-12-24 19:02:40 +08:00
.github fix 2020-11-16 19:42:06 +08:00
bin add HADOOP_CONF_DIR to classpath 2020-11-19 00:30:25 +08:00
build followup [add SparkSQLEngine idle check] fix #251 2020-11-18 16:41:43 +08:00
conf Kinit Auxiliary Service should be scheduled w/o delay during starting 2020-11-25 14:38:21 +08:00
dev Add a one-click tpcds generating tool (#262) 2020-12-12 03:04:42 +08:00
docs Support _HOST 2020-12-14 20:47:11 +08:00
externals fix #259 engine scope 2020-12-24 19:02:40 +08:00
kyuubi-assembly Remove Kyuubi useless deps 2020-11-16 20:52:45 +08:00
kyuubi-common fix #259 engine scope 2020-12-24 19:02:40 +08:00
kyuubi-ha Support _HOST 2020-12-14 20:47:11 +08:00
kyuubi-main fix #259 engine scope 2020-12-24 19:02:40 +08:00
_config.yml add documentation for kyuubi deployment 2018-07-30 19:19:46 +08:00
.gitignore support query log for async exec 2020-11-27 16:40:07 +08:00
.readthedocs.yml readthedocs 2020-11-03 14:59:32 +08:00
.travis.yml reorder doc 2020-11-19 11:32:29 +08:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-03-07 15:54:22 +08:00
codecov.yml nit 2020-09-29 10:11:34 +08:00
CONTRIBUTING.md Create CONTRIBUTING.md 2018-03-07 15:51:46 +08:00
LICENSE Initial commit 2017-12-18 17:05:10 +08:00
pom.xml Add a one-click tpcds generating tool (#262) 2020-12-12 03:04:42 +08:00
README.md README Update 2020-12-13 02:57:16 +08:00
scalastyle-config.xml Create Kyuubi Project Spark SQL Engine 2020-06-09 10:34:47 +08:00

Kyuubi

License GitHub release codecov Build Status HitCount DepShield Badge Documentation Status

Kyuubi is a unified multi-tenant JDBC interface for large-scale data processing and analytics, built on top of Apache Spark. The project took its name from a character of a popular Japanese manga - Naruto. The character is named Kyuubi Kitsune/Kurama, which is a nine-tailed fox in mythology. Kyuubi spread the power and spirit of fire, which is used here to represent the powerful Apache Spark. It's nine tails stands for end-to end multi-tenancy support of this project.

Ready? Getting Started with Kyuubi.

Contributing

All bits of help are welcome. You can make various types of contributions to Kyuubi, including the following but not limited to,

  • Help new users in chat channel or share your success stories w/ us - Gitter
  • Improve Documentation - Documentation Status
  • Test releases - GitHub release
  • Improve test coverage - codecov
  • Report bugs and better help developers to reproduce
  • Review changes
  • Make a pull request
  • Promote to others
  • Click the star button if you like this project