Cather0 opened a new issue, #7170: URL: https://github.com/apache/iceberg/issues/7170
### Query engine Spark ### Question I'm trying to configure an iceberg dell catalog, connecting the spark to an ecs server. But when I try to create the catalog through the spark, following the tutorial I get warns from hiveconf and objectStore, and the spark creates a local db instead of connecting to the ecs. The warns: WARN HiveConf: HiveConf of name hive.stats.jdbc.timeout does not exist WARN HiveConf: HiveConf of name hive.stats.retries.wait does not exist WARN ObjectStore: version information not found in metastore. Hive.metastore.schema.verification is not enabled so recording the schema version 2.3.0 What could cause this? -- 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]
