Get started (free)
Custom resource

TrinoCatalog

The TrinoCatalog resource can be used to define catalogs in Kubernetes objects.

View SDP dev release Download CRD (YAML)
API group
trino.stackable.tech
API versions in dev
v1alpha1
Scope
Namespaced
Operator
Trino
Roles
none

Schema

TrinoCatalog.trino.stackable.tech .spec fields for SDP dev.

Schema
  • configOverrides # object = {}
    The configOverrides allow overriding arbitrary Trino settings. For example, for Hive you could add hive.metastore.username: trino.
  • experimentalConfigRemovals # array = []
    List of config properties which should be removed. This is helpful, because Trino fails to start in case you have any unused config properties. The removals are executed after the configOverrides. This field is experimental, and might be replaced by a more generic mechanism to edit config properties