| Package | Description |
|---|---|
| org.apache.kyuubi.shaded.hive.metastore | |
| org.apache.kyuubi.shaded.hive.metastore.api | |
| org.apache.kyuubi.shaded.hive.metastore.utils |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.http.impl.client.HttpClientBuilder |
HiveMetaStoreClient.createHttpClientBuilder() |
String |
HiveMetaStoreClient.getDelegationToken(String owner,
String renewerKerberosPrincipalName) |
String |
IMetaStoreClient.getDelegationToken(String owner,
String renewerKerberosPrincipalName)
This is expected to be a no-op when in local mode, which means that the implementation will
return null.
|
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(org.apache.hadoop.conf.Configuration hiveConf) |
static IMetaStoreClient |
RetryingMetaStoreClient.getProxy(org.apache.hadoop.conf.Configuration hiveConf,
Class<?>[] constructorArgTypes,
Object[] constructorArgs,
ConcurrentHashMap<String,Long> metaCallTimeMap,
String mscClassName)
This constructor is meant for Hive internal use only.
|
void |
HiveMetaStoreClient.reconnect() |
void |
IMetaStoreClient.reconnect()
Tries to reconnect this MetaStoreClient to the MetaStore.
|
| Constructor and Description |
|---|
HiveMetaStoreClient(org.apache.hadoop.conf.Configuration conf) |
RetryingMetaStoreClient(org.apache.hadoop.conf.Configuration conf,
Class<?>[] constructorArgTypes,
Object[] constructorArgs,
ConcurrentHashMap<String,Long> metaCallTimeMap,
Class<? extends IMetaStoreClient> msClientClass) |
| Modifier and Type | Method and Description |
|---|---|
MetaException |
MetaException.deepCopy() |
MetaException |
ThriftHiveMetastore.get_delegation_token_result.getO1() |
| Modifier and Type | Method and Description |
|---|---|
int |
MetaException.compareTo(MetaException other) |
boolean |
MetaException.equals(MetaException that) |
void |
ThriftHiveMetastore.get_delegation_token_result.setO1(MetaException o1) |
| Modifier and Type | Method and Description |
|---|---|
String |
ThriftHiveMetastore.Iface.get_delegation_token(String token_owner,
String renewer_kerberos_principal_name) |
String |
ThriftHiveMetastore.Client.get_delegation_token(String token_owner,
String renewer_kerberos_principal_name) |
String |
ThriftHiveMetastore.AsyncClient.get_delegation_token_call.getResult() |
String |
ThriftHiveMetastore.Client.recv_get_delegation_token() |
| Constructor and Description |
|---|
get_delegation_token_result(String success,
MetaException o1) |
MetaException(MetaException other)
Performs a deep copy on other.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Class<? extends T> |
JavaUtils.getClass(String className,
Class<T> clazz) |
static void |
SecurityUtils.reloginExpiringKeytabUser()
Relogin if login user is logged in using keytab Relogin is actually done by ugi code only if
sufficient time has passed A no-op if kerberos security is not enabled
|
static void |
MetaStoreUtils.throwMetaException(Exception e)
Catches exceptions that cannot be handled and wraps them in MetaException.
|
Copyright © 2022 The Apache Software Foundation. All rights reserved.