Interface DataprocMetastoreServiceHiveMetastoreConfigAuxiliaryVersions

    • Method Detail

      • getKey

        @Stability(Stable)
        @NotNull
        String getKey()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#key DataprocMetastoreService#key}.
      • getVersion

        @Stability(Stable)
        @NotNull
        String getVersion()
        The Hive metastore version of the auxiliary service. It must be less than the primary Hive metastore service's version.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#version DataprocMetastoreService#version}

      • getConfigOverrides

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getConfigOverrides()
        A mapping of Hive metastore configuration key-value pairs to apply to the auxiliary Hive metastore (configured in hive-site.xml) in addition to the primary version's overrides. If keys are present in both the auxiliary version's overrides and the primary version's overrides, the value from the auxiliary version's overrides takes precedence.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataproc_metastore_service#config_overrides DataprocMetastoreService#config_overrides}