public class MetastoreKerberosConfig extends Object
| Constructor and Description |
|---|
MetastoreKerberosConfig() |
| Modifier and Type | Method and Description |
|---|---|
@NotNull String |
getHiveMetastoreClientKeytab() |
@NotNull String |
getHiveMetastoreClientPrincipal() |
@NotNull String |
getHiveMetastoreServicePrincipal() |
MetastoreKerberosConfig |
setHiveMetastoreClientKeytab(String hiveMetastoreClientKeytab) |
MetastoreKerberosConfig |
setHiveMetastoreClientPrincipal(String hiveMetastoreClientPrincipal) |
MetastoreKerberosConfig |
setHiveMetastoreServicePrincipal(String hiveMetastoreServicePrincipal) |
@NotNull public @NotNull String getHiveMetastoreServicePrincipal()
@Config(value="hive.metastore.service.principal") public MetastoreKerberosConfig setHiveMetastoreServicePrincipal(String hiveMetastoreServicePrincipal)
@NotNull public @NotNull String getHiveMetastoreClientPrincipal()
@Config(value="hive.metastore.client.principal") public MetastoreKerberosConfig setHiveMetastoreClientPrincipal(String hiveMetastoreClientPrincipal)
@NotNull public @NotNull String getHiveMetastoreClientKeytab()
@Config(value="hive.metastore.client.keytab") public MetastoreKerberosConfig setHiveMetastoreClientKeytab(String hiveMetastoreClientKeytab)
Copyright © 2012–2023. All rights reserved.