- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2023 04:29 AM
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.
- Labels:
-
Workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-26-2023 02:23 PM
"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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-02-2024 09:22 AM
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)"