vinitamaloo-asu opened a new issue, #8557: URL: https://github.com/apache/iceberg/issues/8557
### Feature Request / Improvement In spark configuration, if you set "hive.metastore.uris" to "", it then connects to the embedded db. ``` sparkconf.set(“hive.metastore.uris”, “”) sparkconf.set(javax.jdo.option.ConnectionURL", "jdbc:derby:;databaseName=metastore_db;create=true") ``` Can we also have such functionality for HiveCatalog properties? Something like below: ``` CatalogProperties.CATALOG_IMPL -> "org.apache.iceberg.hive.HiveCatalog", CatalogProperties.URI -> "", **CatalogProperties.CONNECTION_URL-> "jdbc:derby:;databaseName=metastore_db;create=true",** CatalogProperties.WAREHOUSE_LOCATION -> warehouseUri) ``` ### Query engine Spark -- 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]
