timothy65535 edited a comment on issue #1115: URL: https://github.com/apache/incubator-kyuubi/issues/1115#issuecomment-922172929
Error msg still need to enhance, also can label `beginner`. https://github.com/apache/incubator-kyuubi/blob/master/externals/kyuubi-spark-sql-engine/src/main/scala/org/apache/kyuubi/engine/spark/SparkSQLEngine.scala#L154-L165 ``` case t: Throwable => error("Start SparkSQL Engine Failed", t) currentEngine.foreach { engine => val status = engine.engineStatus.copy(diagnostic = s"Error State SparkSQL Engine ${t.getMessage}") EventLoggingService.onEvent(status) error(status, t) engine.stop() } ``` -- 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]
