You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is this supposed to access to aws glue catalog ?
I get those warning together with an empty local metastore.
I made working spark 2.4.x + hive 1.2.1. Sadly no success with spark3 and your work.
scala> spark.sql("show databases").show
21/08/09 15:44:47 WARN HiveConf: HiveConf of name hive.metastore.client.factory.class does not exist
21/08/09 15:44:48 WARN HiveConf: HiveConf of name hive.stats.jdbc.timeout does not exist
21/08/09 15:44:48 WARN HiveConf: HiveConf of name hive.metastore.client.factory.class does not exist
21/08/09 15:44:48 WARN HiveConf: HiveConf of name hive.stats.retries.wait does not exist
21/08/09 15:44:49 WARN HiveConf: HiveConf of name hive.metastore.client.factory.class does not exist
21/08/09 15:44:53 WARN ObjectStore: Version information not found in metastore. hive.metastore.schema.verification is not enabled so recording the schema version 2.3.0
21/08/09 15:44:53 WARN ObjectStore: setMetaStoreSchemaVersion called but recording version is disabled: version = 2.3.0, comment
+---------+
|namespace|
+---------+
| default|
+---------+
The text was updated successfully, but these errors were encountered:
is this supposed to access to aws glue catalog ?
I get those warning together with an empty local metastore.
I made working spark 2.4.x + hive 1.2.1. Sadly no success with spark3 and your work.
The text was updated successfully, but these errors were encountered: