yyh2954360585 commented on issue #4885: URL: https://github.com/apache/kyuubi/issues/4885#issuecomment-1642992954
> Would you mind trying `kyuubi.engine.single.spark.session=true`(add in `kyuubi-defaults.conf`)? > > One difference between Kyuubi and `spark-sql` `spark-shell` is that Kyuubi use difference `SparkSession` for difference session(JDBC connection or Beeline session), but the latter only use one global `SparkSession`. Thank you very much. After setting `kyuubi.engine.single.park.session=true` configuration, my problem has been resolved. But I still have doubts. I checked the previous errors through the SPARK UI, and all my SQL was executed in one session, but why did I report an error.  -- 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]
