From 8c66d132b86750ce5a640790f44ff4b1b9f0f506 Mon Sep 17 00:00:00 2001 From: Cheng Pan Date: Mon, 13 Dec 2021 15:45:15 +0800 Subject: [PATCH] [KYUUBI #1449][BACKPORT][FOLLOWUP] Fix import ### _Why are the changes needed?_ Fix import to pass CI ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/latest/develop_tools/testing.html#running-tests) locally before make a pull request --- .../src/main/scala/org/apache/kyuubi/server/KyuubiServer.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kyuubi-server/src/main/scala/org/apache/kyuubi/server/KyuubiServer.scala b/kyuubi-server/src/main/scala/org/apache/kyuubi/server/KyuubiServer.scala index 8dcaa2ae708..2feca0f0631 100644 --- a/kyuubi-server/src/main/scala/org/apache/kyuubi/server/KyuubiServer.scala +++ b/kyuubi-server/src/main/scala/org/apache/kyuubi/server/KyuubiServer.scala @@ -35,7 +35,7 @@ import org.apache.kyuubi.ha.HighAvailabilityConf._ import org.apache.kyuubi.ha.client.{ServiceDiscovery, ZooKeeperAuthTypes} import org.apache.kyuubi.ha.client.ZooKeeperClientProvider._ import org.apache.kyuubi.metrics.{MetricsConf, MetricsSystem} -import org.apache.kyuubi.service.{AbstractBackendService, AbstractFrontendService, Serverable} +import org.apache.kyuubi.service.{AbstractBackendService, AbstractFrontendService, Serverable, ServiceState} import org.apache.kyuubi.util.{KyuubiHadoopUtils, SignalRegister} import org.apache.kyuubi.zookeeper.EmbeddedZookeeper