kerberosConfig property
Information used to configure the Hive metastore service as a service
principal in a Kerberos realm. To disable Kerberos, use the UpdateService
method and specify this field's path
(hive_metastore_config.kerberos_config) in the request's update_mask
while omitting this field from the request's service.
Implementation
@$pb.TagNumber(3)
KerberosConfig get kerberosConfig => $_getN(2);
Implementation
@$pb.TagNumber(3)
set kerberosConfig(KerberosConfig v) {
setField(3, v);
}