Sruthi Mooriyathvariam created SPARK-45020:
----------------------------------------------
Summary:
org.apache.spark.sql.catalyst.analysis.NoSuchDatabaseException: Database
'default' not found (state=08S01,code=0)
Key: SPARK-45020
URL: https://issues.apache.org/jira/browse/SPARK-45020
Project: Spark
Issue Type: Bug
Components: Spark Core
Affects Versions: 3.1.0
Reporter: Sruthi Mooriyathvariam
Fix For: 3.1.0
There is an alert that fires up when a Spark 3.1 cluster is created using
shared metastore with Spark 2.4. The alert says DefaultDatabase does not exist.
This is misleading and thus we need to suppress this alert.
In the class SessionCatalog.scala, the method requireDbExists() is not handling
the case when the db = defaultDB. This needs to be added to suppress this
misleading alert.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]