main-concepts

No menu items for this category

MetastoreConfig

Deltalake Metastore configuration.

  • metastoreHostPortConnection (object): Cannot contain additional properties.
    • metastoreHostPort (string): Thrift connection to the metastore service. E.g., localhost:9083.
  • metastoreDbConnection (object): Cannot contain additional properties.
    • metastoreDb (string): JDBC connection to the metastore database. E.g., jdbc:mysql://localhost:3306/demo_hive.
    • username (string): Username to use against metastore database. The value will be mapped as spark.hadoop.javax.jdo.option.ConnectionUserName sparks property.
    • password (string, format: password): Password to use against metastore database. The value will be mapped as spark.hadoop.javax.jdo.option.ConnectionPassword sparks property.
    • driverName (string): Driver class name for JDBC metastore. The value will be mapped as spark.hadoop.javax.jdo.option.ConnectionDriverName sparks property. E.g., org.mariadb.jdbc.Driver.
    • jdbcDriverClassPath (string): Class path to JDBC driver required for JDBC connection. The value will be mapped as spark.driver.extraClassPath sparks property.
  • metastoreFilePathConnection (object): Cannot contain additional properties.
    • metastoreFilePath (string): Local path for the local file with metastore data. E.g., /tmp/metastore.db.

Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.