turboFei edited a comment on issue #1754: URL: https://github.com/apache/incubator-kyuubi/issues/1754#issuecomment-1085510012
By the way, I see that livy use [FilesystemStatestore](https://github.com/apache/incubator-livy/blob/master/server/src/main/scala/org/apache/livy/server/recovery/FileSystemStateStore.scala)(local file system or hdfs file system) to persist the session info. Shared state store is needed for restful api so that we can make the kyuubi server is HA for customer. Especially for [BatchesResource](#2240 ) use case in the future. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
