BuildCatalogOptions

The BuildCatalogOptions class specifies options to use when constructing an IcebergCatalogAdapter.

Constructors

The BuildCatalogOptions class is constructed via its builder:

Parameters

When building an instance of BuildCatalogOptions, the following parameters can be specified:

  • enablePropertyInjection: A boolean flag to enable or disable property injection.
  • name: The name of the catalog adapter.
  • entries: A map of entries to add to the Hadoop configuration or catalog properties.
  • key: A key corresponding to a particular Hadoop configuration or catalog property.
  • value: A value corresponding to a particular Hadoop configuration or catalog property.

Methods

Examples

The following example constructs a BuildCatalogOptions via its builder: