You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kyuubi.apache.org by ya...@apache.org on 2021/08/24 13:37:37 UTC

[incubator-kyuubi] branch master updated (f1ae664 -> cb70e06)

This is an automated email from the ASF dual-hosted git repository.

yao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-kyuubi.git.


    from f1ae664  [KYUUBI #961] Fixed: opHanle's operation may not be release
     add cb70e06  [KYUUBI #979] Introduce AbstractFrontendService and KyuubiFrontendService

No new revisions were added by this update.

Summary of changes:
 .../kyuubi/engine/spark/SparkSQLEngine.scala       |  4 +-
 .../kyuubi/service/AbstractFrontendService.scala   | 11 +++--
 .../org/apache/kyuubi/service/Serverable.scala     |  3 +-
 .../kyuubi/service/ThriftFrontendService.scala     |  4 +-
 .../org/apache/kyuubi/service/NoopServer.scala     |  4 ++
 .../kyuubi/server/KyuubiFrontendService.scala      | 54 ++++++++++++++++++++++
 .../org/apache/kyuubi/server/KyuubiServer.scala    |  1 +
 7 files changed, 72 insertions(+), 9 deletions(-)
 copy kyuubi-metrics/src/main/scala/org/apache/kyuubi/metrics/ReporterType.scala => kyuubi-common/src/main/scala/org/apache/kyuubi/service/AbstractFrontendService.scala (76%)
 create mode 100644 kyuubi-server/src/main/scala/org/apache/kyuubi/server/KyuubiFrontendService.scala