ERROR RetryingHMSHandler: NoSuchObjectException(message:There is no database named global_temp)

source2sea
Contributor

ERROR RetryingHMSHandler: NoSuchObjectException(message:There is no database named global_temp)

  • should one create it in the work space manually via UI? and how?
  • would it get overwritten if work space is created via terraform?
  • I use 10.4 LTS runtime.

jose_gonzalez
Databricks Employee
Databricks Employee

"global_temp" is a special database used for global temp tables that are shared across spark sessions. This error is harmless. You can ignore it.

View solution in original post

ashish2007g
New Contributor II

I am experiencing significant delay on my streaming. I am using changefeed connector. Its processing streaming batch very frequently but experiencing sudden halt and shows no active stage for longer time. I observed below exception continuously prompting and I dont see its polling next offset for the processing after comletion
"ERROR RetryingHMSHandler: NoSuchObjectException(message:There is no database named global_temp)"