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/10/22 04:20:25 UTC

[incubator-kyuubi] branch master updated (f0f065b -> 0653dad)

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 f0f065b  [KYUUBI #1268] Simplify extension code with Spark3.2 and Spark3.1 by unify zorder code
     add 0653dad  [KYUUBI #1204] Enhance zookeeper authentication and acls

No new revisions were added by this update.

Summary of changes:
 docs/deployment/settings.md                        |  6 ++-
 .../engine/spark/WithDiscoverySparkSQLEngine.scala |  6 +--
 .../org/apache/kyuubi/config/KyuubiConf.scala      |  2 -
 .../apache/kyuubi/ha/HighAvailabilityConf.scala    | 38 ++++++++++++++++---
 .../kyuubi/ha/client/ZooKeeperACLProvider.scala    | 18 +++++++--
 .../kyuubi/ha/client/ZooKeeperAuthTypes.scala      |  8 ++--
 .../kyuubi/ha/client/ZooKeeperClientProvider.scala | 44 +++++++++++++++++++---
 .../kyuubi/ha/client/ServiceDiscoverySuite.scala   | 19 +++++-----
 .../kyuubi/engine/spark/SparkProcessBuilder.scala  | 29 +++++++++++++-
 .../org/apache/kyuubi/server/KyuubiServer.scala    |  4 +-
 .../scala/org/apache/kyuubi/WithKyuubiServer.scala |  5 ++-
 .../engine/spark/SparkProcessBuilderSuite.scala    | 13 +++++++
 12 files changed, 152 insertions(+), 40 deletions(-)
 copy kyuubi-common/src/main/scala/org/apache/kyuubi/events/EventLogger.scala => kyuubi-ha/src/main/scala/org/apache/kyuubi/ha/client/ZooKeeperAuthTypes.scala (83%)